Interface TableOptionsOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Description for the table bound to this model.
    com.google.protobuf.ByteString
    Description for the table bound to this model.
    Name of the table bound to this model.
    com.google.protobuf.ByteString
    Name of the table bound to this model.

    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

    • getName

      String getName()
       Name of the table bound to this model.
       
      string name = 1 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of the table bound to this model.
       
      string name = 1 [json_name = "name"];
      Returns:
      The bytes for name.
    • getDescription

      String getDescription()
       Description for the table bound to this model.
       
      string description = 2 [json_name = "description"];
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Description for the table bound to this model.
       
      string description = 2 [json_name = "description"];
      Returns:
      The bytes for description.