public final class SchemaBundle extends Object
SchemaBundle protocol buffer object.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static SchemaBundle |
fromProto(SchemaBundle proto)
Wraps the protobuf.
|
String |
getId()
Gets the schema bundle's id.
|
com.google.protobuf.ByteString |
getProtoSchema()
Gets the proto schema of this schema bundle.
|
String |
getTableId()
Gets the id of the table that owns this schema bundle.
|
int |
hashCode() |
SchemaBundle |
toProto()
Creates the request protobuf.
|
@InternalApi public static SchemaBundle fromProto(@Nonnull SchemaBundle proto)
public String getId()
public String getTableId()
public com.google.protobuf.ByteString getProtoSchema()
@InternalApi public SchemaBundle toProto()
Copyright © 2026 Google LLC. All rights reserved.