Cloud Bigtable V2 Client - Class ListSchemaBundlesRequest (2.13.0)

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 \ V2

Methods

__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 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}.

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 projects/{project}/instances/{instance}/tables/{table}. Please see BigtableTableAdminClient::tableName() for help formatting this field.

Returns
Type Description
ListSchemaBundlesRequest