Class GetInstanceMetadataRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<GetInstanceMetadataRequest.Builder>
com.google.protobuf.GeneratedMessage.Builder<GetInstanceMetadataRequest.Builder>
com.soulfiremc.grpc.generated.GetInstanceMetadataRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GetInstanceMetadataRequestOrBuilder, Cloneable
Enclosing class:
GetInstanceMetadataRequest

public static final class GetInstanceMetadataRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<GetInstanceMetadataRequest.Builder> implements GetInstanceMetadataRequestOrBuilder
Request to get persistent metadata for an instance.
Persistent metadata survives restarts and is stored with the instance.
Protobuf type soulfire.v1.GetInstanceMetadataRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<GetInstanceMetadataRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<GetInstanceMetadataRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<GetInstanceMetadataRequest.Builder>
    • getDefaultInstanceForType

      public GetInstanceMetadataRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public GetInstanceMetadataRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public GetInstanceMetadataRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetInstanceMetadataRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<GetInstanceMetadataRequest.Builder>
    • mergeFrom

      public GetInstanceMetadataRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetInstanceMetadataRequest.Builder>
      Throws:
      IOException
    • getInstanceId

      public String getInstanceId()
      The unique identifier (UUID) of the instance.
      
      string instance_id = 1;
      Specified by:
      getInstanceId in interface GetInstanceMetadataRequestOrBuilder
      Returns:
      The instanceId.
    • getInstanceIdBytes

      public com.google.protobuf.ByteString getInstanceIdBytes()
      The unique identifier (UUID) of the instance.
      
      string instance_id = 1;
      Specified by:
      getInstanceIdBytes in interface GetInstanceMetadataRequestOrBuilder
      Returns:
      The bytes for instanceId.
    • setInstanceId

      public GetInstanceMetadataRequest.Builder setInstanceId(String value)
      The unique identifier (UUID) of the instance.
      
      string instance_id = 1;
      Parameters:
      value - The instanceId to set.
      Returns:
      This builder for chaining.
    • clearInstanceId

      public GetInstanceMetadataRequest.Builder clearInstanceId()
      The unique identifier (UUID) of the instance.
      
      string instance_id = 1;
      Returns:
      This builder for chaining.
    • setInstanceIdBytes

      public GetInstanceMetadataRequest.Builder setInstanceIdBytes(com.google.protobuf.ByteString value)
      The unique identifier (UUID) of the instance.
      
      string instance_id = 1;
      Parameters:
      value - The bytes for instanceId to set.
      Returns:
      This builder for chaining.