Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::ListSchemaBundlesRequest.
The request for ListSchemaBundles.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
- (::Integer) — The maximum number of schema bundles to return. If the value is positive, the server may return at most this value. If unspecified, the server will return the maximum allowed page size.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — The maximum number of schema bundles to return. If the value is positive, the server may return at most this value. If unspecified, the server will return the maximum allowed page size.
- (::Integer) — The maximum number of schema bundles to return. If the value is positive, the server may return at most this value. If unspecified, the server will return the maximum allowed page size.
#page_token
def page_token() -> ::String
-
(::String) — A page token, received from a previous
ListSchemaBundles
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListSchemaBundles
must match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — A page token, received from a previous
ListSchemaBundles
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListSchemaBundles
must match the call that provided the page token.
-
(::String) — A page token, received from a previous
ListSchemaBundles
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListSchemaBundles
must match the call that provided the page token.
#parent
def parent() -> ::String
-
(::String) — Required. The parent, which owns this collection of schema bundles.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent, which owns this collection of schema bundles.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
-
(::String) — Required. The parent, which owns this collection of schema bundles.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.