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.
Parameters | |
---|---|
Name | Description |
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 |
↳ 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 |
getParent
Required. The parent, which owns this collection of schema bundles.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent, which owns this collection of schema bundles.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The parent, which owns this collection of schema bundles.
Values are of the form
|
Returns | |
---|---|
Type | Description |
ListSchemaBundlesRequest |