Interface CloudBigtableSystemSpecOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Display name of the Instance.
    com.google.protobuf.ByteString
    Display name of the Instance.

    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

    • getInstanceDisplayName

      String getInstanceDisplayName()
       Display name of the Instance. This is user specified and different from
       the resource name.
       
      string instance_display_name = 1;
      Returns:
      The instanceDisplayName.
    • getInstanceDisplayNameBytes

      com.google.protobuf.ByteString getInstanceDisplayNameBytes()
       Display name of the Instance. This is user specified and different from
       the resource name.
       
      string instance_display_name = 1;
      Returns:
      The bytes for instanceDisplayName.