Package com.google.bigtable.admin.v2
Interface Type.ProtoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Type.Proto,Type.Proto.Builder
- Enclosing class:
- Type
public static interface Type.ProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe fully qualified name of the protobuf message, including package.com.google.protobuf.ByteStringThe fully qualified name of the protobuf message, including package.The ID of the schema bundle that this proto is defined in.com.google.protobuf.ByteStringThe ID of the schema bundle that this proto is defined in.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
-
getSchemaBundleId
String getSchemaBundleId()The ID of the schema bundle that this proto is defined in.
string schema_bundle_id = 1;- Returns:
- The schemaBundleId.
-
getSchemaBundleIdBytes
com.google.protobuf.ByteString getSchemaBundleIdBytes()The ID of the schema bundle that this proto is defined in.
string schema_bundle_id = 1;- Returns:
- The bytes for schemaBundleId.
-
getMessageName
String getMessageName()The fully qualified name of the protobuf message, including package. In the format of "foo.bar.Message".
string message_name = 2;- Returns:
- The messageName.
-
getMessageNameBytes
com.google.protobuf.ByteString getMessageNameBytes()The fully qualified name of the protobuf message, including package. In the format of "foo.bar.Message".
string message_name = 2;- Returns:
- The bytes for messageName.
-