class ListInstanceConfigsRequest extends Message

The request for [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs].

Protobuf type Google\Spanner\Admin\Instance\V1\ListInstanceConfigsRequest

Methods

__construct()

No description

string
getParent()

Required. The name of the project for which a list of supported instance configurations is requested. Values are of the form projects/<project>.

setParent(string $var)

Required. The name of the project for which a list of supported instance configurations is requested. Values are of the form projects/<project>.

int
getPageSize()

Number of instance configurations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.

setPageSize(int $var)

Number of instance configurations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.

string
getPageToken()

If non-empty, page_token should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstanceConfigsResponse.next_page_token] from a previous [ListInstanceConfigsResponse][google.spanner.admin.instance.v1.ListInstanceConfigsResponse].

setPageToken(string $var)

If non-empty, page_token should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstanceConfigsResponse.next_page_token] from a previous [ListInstanceConfigsResponse][google.spanner.admin.instance.v1.ListInstanceConfigsResponse].

Details

at line 42
__construct()

at line 55
string getParent()

Required. The name of the project for which a list of supported instance configurations is requested. Values are of the form projects/<project>.

Generated from protobuf field string parent = 1;

Return Value

string

at line 68
setParent(string $var)

Required. The name of the project for which a list of supported instance configurations is requested. Values are of the form projects/<project>.

Generated from protobuf field string parent = 1;

Parameters

string $var

at line 81
int getPageSize()

Number of instance configurations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.

Generated from protobuf field int32 page_size = 2;

Return Value

int

at line 93
setPageSize(int $var)

Number of instance configurations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.

Generated from protobuf field int32 page_size = 2;

Parameters

int $var

at line 107
string getPageToken()

If non-empty, page_token should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstanceConfigsResponse.next_page_token] from a previous [ListInstanceConfigsResponse][google.spanner.admin.instance.v1.ListInstanceConfigsResponse].

Generated from protobuf field string page_token = 3;

Return Value

string

at line 120
setPageToken(string $var)

If non-empty, page_token should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstanceConfigsResponse.next_page_token] from a previous [ListInstanceConfigsResponse][google.spanner.admin.instance.v1.ListInstanceConfigsResponse].

Generated from protobuf field string page_token = 3;

Parameters

string $var