Interface SetAccountMetadataEntryRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The profile_id (UUID) of the Minecraft account.
    com.google.protobuf.ByteString
    The profile_id (UUID) of the Minecraft account.
    The unique identifier (UUID) of the instance containing the account.
    com.google.protobuf.ByteString
    The unique identifier (UUID) of the instance containing the account.
    The key for the metadata entry within the namespace.
    com.google.protobuf.ByteString
    The key for the metadata entry within the namespace.
    The namespace for the metadata entry.
    com.google.protobuf.ByteString
    The namespace for the metadata entry.
    com.google.protobuf.Value
    The value to set.
    com.google.protobuf.ValueOrBuilder
    The value to set.
    boolean
    The value to set.

    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

    • getInstanceId

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

      com.google.protobuf.ByteString getInstanceIdBytes()
      The unique identifier (UUID) of the instance containing the account.
      
      string instance_id = 1;
      Returns:
      The bytes for instanceId.
    • getAccountId

      String getAccountId()
      The profile_id (UUID) of the Minecraft account.
      
      string account_id = 2;
      Returns:
      The accountId.
    • getAccountIdBytes

      com.google.protobuf.ByteString getAccountIdBytes()
      The profile_id (UUID) of the Minecraft account.
      
      string account_id = 2;
      Returns:
      The bytes for accountId.
    • getNamespace

      String getNamespace()
      The namespace for the metadata entry.
      
      string namespace = 3;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      The namespace for the metadata entry.
      
      string namespace = 3;
      Returns:
      The bytes for namespace.
    • getKey

      String getKey()
      The key for the metadata entry within the namespace.
      
      string key = 4;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
      The key for the metadata entry within the namespace.
      
      string key = 4;
      Returns:
      The bytes for key.
    • hasValue

      boolean hasValue()
      The value to set. Supports JSON value types.
      
      .google.protobuf.Value value = 5;
      Returns:
      Whether the value field is set.
    • getValue

      com.google.protobuf.Value getValue()
      The value to set. Supports JSON value types.
      
      .google.protobuf.Value value = 5;
      Returns:
      The value.
    • getValueOrBuilder

      com.google.protobuf.ValueOrBuilder getValueOrBuilder()
      The value to set. Supports JSON value types.
      
      .google.protobuf.Value value = 5;