Class SchemaBundle
java.lang.Object
com.google.cloud.bigtable.admin.v2.models.SchemaBundle
A class that wraps the
SchemaBundle protocol buffer object.-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SchemaBundlefromProto(SchemaBundle proto) Wraps the protobuf.getId()Gets the schema bundle's id.com.google.protobuf.ByteStringGets the proto schema of this schema bundle.Gets the id of the table that owns this schema bundle.inthashCode()toProto()Creates the request protobuf.
-
Method Details
-
fromProto
Wraps the protobuf. This method is considered an internal implementation detail and not meant to be used by applications. -
getId
Gets the schema bundle's id. -
getTableId
Gets the id of the table that owns this schema bundle. -
getProtoSchema
public com.google.protobuf.ByteString getProtoSchema()Gets the proto schema of this schema bundle. -
toProto
Creates the request protobuf. This method is considered an internal implementation detail and not meant to be used by applications. -
equals
-
hashCode
public int hashCode()
-