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