Class GetAccountMetadataRequest.Builder

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

public static final class GetAccountMetadataRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<GetAccountMetadataRequest.Builder> implements GetAccountMetadataRequestOrBuilder
Request to get persistent metadata for a specific Minecraft account.
Persistent metadata survives bot restarts and is stored with the account.
Protobuf type soulfire.v1.GetAccountMetadataRequest
  • 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<GetAccountMetadataRequest.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<GetAccountMetadataRequest.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<GetAccountMetadataRequest.Builder>
    • getDefaultInstanceForType

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

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

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

      public GetAccountMetadataRequest.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<GetAccountMetadataRequest.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<GetAccountMetadataRequest.Builder>
    • mergeFrom

      public GetAccountMetadataRequest.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<GetAccountMetadataRequest.Builder>
      Throws:
      IOException
    • getInstanceId

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

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

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

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

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

      public String getAccountId()
      The profile_id (UUID) of the Minecraft account.
      
      string account_id = 2;
      Specified by:
      getAccountId in interface GetAccountMetadataRequestOrBuilder
      Returns:
      The accountId.
    • getAccountIdBytes

      public com.google.protobuf.ByteString getAccountIdBytes()
      The profile_id (UUID) of the Minecraft account.
      
      string account_id = 2;
      Specified by:
      getAccountIdBytes in interface GetAccountMetadataRequestOrBuilder
      Returns:
      The bytes for accountId.
    • setAccountId

      public GetAccountMetadataRequest.Builder setAccountId(String value)
      The profile_id (UUID) of the Minecraft account.
      
      string account_id = 2;
      Parameters:
      value - The accountId to set.
      Returns:
      This builder for chaining.
    • clearAccountId

      public GetAccountMetadataRequest.Builder clearAccountId()
      The profile_id (UUID) of the Minecraft account.
      
      string account_id = 2;
      Returns:
      This builder for chaining.
    • setAccountIdBytes

      public GetAccountMetadataRequest.Builder setAccountIdBytes(com.google.protobuf.ByteString value)
      The profile_id (UUID) of the Minecraft account.
      
      string account_id = 2;
      Parameters:
      value - The bytes for accountId to set.
      Returns:
      This builder for chaining.