ListInstanceConfigsRequest
class ListInstanceConfigsRequest extends Message
The request for [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs].
Protobuf type Google\Spanner\Admin\Instance\V1\ListInstanceConfigsRequest
Methods
No description
Required. The name of the project for which a list of supported instance
configurations is requested. Values are of the form
projects/<project>
.
Required. The name of the project for which a list of supported instance
configurations is requested. Values are of the form
projects/<project>
.
Number of instance configurations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
Number of instance configurations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
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].
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;
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;
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;
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;
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;
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;