Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::SampleRowKeysRequest.
Request message for Bigtable.SampleRowKeys.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#app_profile_id
def app_profile_id() -> ::String
- (::String) — This value specifies routing for replication. If not specified, the "default" application profile will be used.
#app_profile_id=
def app_profile_id=(value) -> ::String
- value (::String) — This value specifies routing for replication. If not specified, the "default" application profile will be used.
- (::String) — This value specifies routing for replication. If not specified, the "default" application profile will be used.
#authorized_view_name
def authorized_view_name() -> ::String
-
(::String) — Optional. The unique name of the AuthorizedView from which to sample row
keys.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>
.
#authorized_view_name=
def authorized_view_name=(value) -> ::String
-
value (::String) — Optional. The unique name of the AuthorizedView from which to sample row
keys.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>
.
-
(::String) — Optional. The unique name of the AuthorizedView from which to sample row
keys.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>
.
#table_name
def table_name() -> ::String
-
(::String) — Optional. The unique name of the table from which to sample row keys.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>
.
#table_name=
def table_name=(value) -> ::String
-
value (::String) — Optional. The unique name of the table from which to sample row keys.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>
.
-
(::String) — Optional. The unique name of the table from which to sample row keys.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>
.