Class DeleteAccountMetadataEntryRequest.Builder

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

public static final class DeleteAccountMetadataEntryRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<DeleteAccountMetadataEntryRequest.Builder> implements DeleteAccountMetadataEntryRequestOrBuilder
Request to delete a persistent metadata entry from an account.
Protobuf type soulfire.v1.DeleteAccountMetadataEntryRequest
  • 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<DeleteAccountMetadataEntryRequest.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<DeleteAccountMetadataEntryRequest.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<DeleteAccountMetadataEntryRequest.Builder>
    • getDefaultInstanceForType

      public DeleteAccountMetadataEntryRequest 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 DeleteAccountMetadataEntryRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

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

      public DeleteAccountMetadataEntryRequest.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<DeleteAccountMetadataEntryRequest.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 DeleteAccountMetadataEntryRequestOrBuilder
      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 DeleteAccountMetadataEntryRequestOrBuilder
      Returns:
      The bytes for instanceId.
    • setInstanceId

      public DeleteAccountMetadataEntryRequest.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

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

      public DeleteAccountMetadataEntryRequest.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 DeleteAccountMetadataEntryRequestOrBuilder
      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 DeleteAccountMetadataEntryRequestOrBuilder
      Returns:
      The bytes for accountId.
    • setAccountId

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

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

      public DeleteAccountMetadataEntryRequest.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.
    • getNamespace

      public String getNamespace()
      The namespace of the metadata entry to delete.
      
      string namespace = 3;
      Specified by:
      getNamespace in interface DeleteAccountMetadataEntryRequestOrBuilder
      Returns:
      The namespace.
    • getNamespaceBytes

      public com.google.protobuf.ByteString getNamespaceBytes()
      The namespace of the metadata entry to delete.
      
      string namespace = 3;
      Specified by:
      getNamespaceBytes in interface DeleteAccountMetadataEntryRequestOrBuilder
      Returns:
      The bytes for namespace.
    • setNamespace

      The namespace of the metadata entry to delete.
      
      string namespace = 3;
      Parameters:
      value - The namespace to set.
      Returns:
      This builder for chaining.
    • clearNamespace

      The namespace of the metadata entry to delete.
      
      string namespace = 3;
      Returns:
      This builder for chaining.
    • setNamespaceBytes

      public DeleteAccountMetadataEntryRequest.Builder setNamespaceBytes(com.google.protobuf.ByteString value)
      The namespace of the metadata entry to delete.
      
      string namespace = 3;
      Parameters:
      value - The bytes for namespace to set.
      Returns:
      This builder for chaining.
    • getKey

      public String getKey()
      The key of the metadata entry to delete.
      
      string key = 4;
      Specified by:
      getKey in interface DeleteAccountMetadataEntryRequestOrBuilder
      Returns:
      The key.
    • getKeyBytes

      public com.google.protobuf.ByteString getKeyBytes()
      The key of the metadata entry to delete.
      
      string key = 4;
      Specified by:
      getKeyBytes in interface DeleteAccountMetadataEntryRequestOrBuilder
      Returns:
      The bytes for key.
    • setKey

      The key of the metadata entry to delete.
      
      string key = 4;
      Parameters:
      value - The key to set.
      Returns:
      This builder for chaining.
    • clearKey

      The key of the metadata entry to delete.
      
      string key = 4;
      Returns:
      This builder for chaining.
    • setKeyBytes

      public DeleteAccountMetadataEntryRequest.Builder setKeyBytes(com.google.protobuf.ByteString value)
      The key of the metadata entry to delete.
      
      string key = 4;
      Parameters:
      value - The bytes for key to set.
      Returns:
      This builder for chaining.