Interface InstanceCreateRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InstanceCreateRequest, InstanceCreateRequest.Builder

@Generated public interface InstanceCreateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A human-readable name for the instance.
    com.google.protobuf.ByteString
    A human-readable name for the instance.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getFriendlyName

      String getFriendlyName()
      A human-readable name for the instance. This will be displayed in the UI
      and can be changed later via UpdateInstanceMeta.
      
      string friendlyName = 1;
      Returns:
      The friendlyName.
    • getFriendlyNameBytes

      com.google.protobuf.ByteString getFriendlyNameBytes()
      A human-readable name for the instance. This will be displayed in the UI
      and can be changed later via UpdateInstanceMeta.
      
      string friendlyName = 1;
      Returns:
      The bytes for friendlyName.