Interface PartitionIdOrBuilder

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

public interface PartitionIdOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    If not empty, the ID of the database to which the entities belong.
    com.google.protobuf.ByteString
    If not empty, the ID of the database to which the entities belong.
    If not empty, the ID of the namespace to which the entities belong.
    com.google.protobuf.ByteString
    If not empty, the ID of the namespace to which the entities belong.
    The ID of the project to which the entities belong.
    com.google.protobuf.ByteString
    The ID of the project to which the entities belong.

    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

    • getProjectId

      String getProjectId()
       The ID of the project to which the entities belong.
       
      string project_id = 2;
      Returns:
      The projectId.
    • getProjectIdBytes

      com.google.protobuf.ByteString getProjectIdBytes()
       The ID of the project to which the entities belong.
       
      string project_id = 2;
      Returns:
      The bytes for projectId.
    • getDatabaseId

      String getDatabaseId()
       If not empty, the ID of the database to which the entities
       belong.
       
      string database_id = 3;
      Returns:
      The databaseId.
    • getDatabaseIdBytes

      com.google.protobuf.ByteString getDatabaseIdBytes()
       If not empty, the ID of the database to which the entities
       belong.
       
      string database_id = 3;
      Returns:
      The bytes for databaseId.
    • getNamespaceId

      String getNamespaceId()
       If not empty, the ID of the namespace to which the entities belong.
       
      string namespace_id = 4;
      Returns:
      The namespaceId.
    • getNamespaceIdBytes

      com.google.protobuf.ByteString getNamespaceIdBytes()
       If not empty, the ID of the namespace to which the entities belong.
       
      string namespace_id = 4;
      Returns:
      The bytes for namespaceId.