Interface CloudBigtableSystemSpecOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getInstanceDisplayName()
      Display name of the Instance.
      com.google.protobuf.ByteString getInstanceDisplayNameBytes()
      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 Detail

      • 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.