Reference documentation and code samples for the Cloud Bigtable V2 Client class ListSchemaBundlesRequest.
The request for ListSchemaBundles .
Generated from protobuf message google.bigtable.admin.v2.ListSchemaBundlesRequest
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent, which owns this collection of schema bundles. Values are of the form projects/{project}/instances/{instance}/tables/{table}
.
↳ page_size
int
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
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.
getParent
Required. The parent, which owns this collection of schema bundles.
Values are of the form projects/{project}/instances/{instance}/tables/{table}
.
string
setParent
Required. The parent, which owns this collection of schema bundles.
Values are of the form projects/{project}/instances/{instance}/tables/{table}
.
var
string
$this
getPageSize
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.
int
setPageSize
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.
var
int
$this
getPageToken
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
setPageToken
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.
var
string
$this
static::build
parent
string
Required. The parent, which owns this collection of schema bundles.
Values are of the form projects/{project}/instances/{instance}/tables/{table}
. Please see BigtableTableAdminClient::tableName()
for help formatting this field.