Interface BackupInstancePartitionOrBuilder

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

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

    Modifier and Type
    Method
    Description
    A unique identifier for the instance partition.
    com.google.protobuf.ByteString
    A unique identifier for the instance partition.

    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

    • getInstancePartition

      String getInstancePartition()
       A unique identifier for the instance partition. Values are of the form
       `projects/<project>/instances/<instance>/instancePartitions/<instance_partition_id>`
       
      string instance_partition = 1 [(.google.api.resource_reference) = { ... }
      Returns:
      The instancePartition.
    • getInstancePartitionBytes

      com.google.protobuf.ByteString getInstancePartitionBytes()
       A unique identifier for the instance partition. Values are of the form
       `projects/<project>/instances/<instance>/instancePartitions/<instance_partition_id>`
       
      string instance_partition = 1 [(.google.api.resource_reference) = { ... }
      Returns:
      The bytes for instancePartition.