@Generated
public interface OpenAuthorizedViewRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAppProfileId()
The app profile id to use for the authorized view sessions.
|
com.google.protobuf.ByteString |
getAppProfileIdBytes()
The app profile id to use for the authorized view sessions.
|
String |
getAuthorizedViewName()
The Authorized view name to read and write from.
|
com.google.protobuf.ByteString |
getAuthorizedViewNameBytes()
The Authorized view name to read and write from.
|
OpenAuthorizedViewRequest.Permission |
getPermission()
Permission for the session.
|
int |
getPermissionValue()
Permission for the session.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAuthorizedViewName()
The Authorized view name to read and write from. Values are of the form `projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>`.
string authorized_view_name = 1;com.google.protobuf.ByteString getAuthorizedViewNameBytes()
The Authorized view name to read and write from. Values are of the form `projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>`.
string authorized_view_name = 1;String getAppProfileId()
The app profile id to use for the authorized view sessions.
string app_profile_id = 2;com.google.protobuf.ByteString getAppProfileIdBytes()
The app profile id to use for the authorized view sessions.
string app_profile_id = 2;int getPermissionValue()
Permission for the session.
.google.bigtable.v2.OpenAuthorizedViewRequest.Permission permission = 3;OpenAuthorizedViewRequest.Permission getPermission()
Permission for the session.
.google.bigtable.v2.OpenAuthorizedViewRequest.Permission permission = 3;Copyright © 2026 Google LLC. All rights reserved.