Package com.elide.model
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 TypeMethodDescriptionDescription for the table bound to this model.com.google.protobuf.ByteStringDescription for the table bound to this model.getName()Name of the table bound to this model.com.google.protobuf.ByteStringName of the table bound to this model.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-