@Generated
public interface CreateAuthorizedViewRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AuthorizedView |
getAuthorizedView()
Required.
|
String |
getAuthorizedViewId()
Required.
|
com.google.protobuf.ByteString |
getAuthorizedViewIdBytes()
Required.
|
AuthorizedViewOrBuilder |
getAuthorizedViewOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasAuthorizedView()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. This is the name of the table the AuthorizedView belongs to.
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. This is the name of the table the AuthorizedView belongs to.
Values are of the form
`projects/{project}/instances/{instance}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getAuthorizedViewId()
Required. The id of the AuthorizedView to create. This AuthorizedView must
not already exist. The `authorized_view_id` appended to `parent` forms the
full AuthorizedView name of the form
`projects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorized_view}`.
string authorized_view_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getAuthorizedViewIdBytes()
Required. The id of the AuthorizedView to create. This AuthorizedView must
not already exist. The `authorized_view_id` appended to `parent` forms the
full AuthorizedView name of the form
`projects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorized_view}`.
string authorized_view_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasAuthorizedView()
Required. The AuthorizedView to create.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 3 [(.google.api.field_behavior) = REQUIRED];
AuthorizedView getAuthorizedView()
Required. The AuthorizedView to create.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 3 [(.google.api.field_behavior) = REQUIRED];
AuthorizedViewOrBuilder getAuthorizedViewOrBuilder()
Required. The AuthorizedView to create.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2026 Google LLC. All rights reserved.