@Generated
public interface CreateSchemaBundleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
SchemaBundle |
getSchemaBundle()
Required.
|
String |
getSchemaBundleId()
Required.
|
com.google.protobuf.ByteString |
getSchemaBundleIdBytes()
Required.
|
SchemaBundleOrBuilder |
getSchemaBundleOrBuilder()
Required.
|
boolean |
hasSchemaBundle()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource where this schema bundle will be created.
Values are of the form
`projects/{project}/instances/{instance}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource where this schema bundle will be created.
Values are of the form
`projects/{project}/instances/{instance}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getSchemaBundleId()
Required. The unique ID to use for the schema bundle, which will become the final component of the schema bundle's resource name.
string schema_bundle_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getSchemaBundleIdBytes()
Required. The unique ID to use for the schema bundle, which will become the final component of the schema bundle's resource name.
string schema_bundle_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasSchemaBundle()
Required. The schema bundle to create.
.google.bigtable.admin.v2.SchemaBundle schema_bundle = 3 [(.google.api.field_behavior) = REQUIRED];
SchemaBundle getSchemaBundle()
Required. The schema bundle to create.
.google.bigtable.admin.v2.SchemaBundle schema_bundle = 3 [(.google.api.field_behavior) = REQUIRED];
SchemaBundleOrBuilder getSchemaBundleOrBuilder()
Required. The schema bundle to create.
.google.bigtable.admin.v2.SchemaBundle schema_bundle = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2026 Google LLC. All rights reserved.