Class: Google::Spanner::Admin::Instance::V1::ListInstanceConfigsRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb

Overview

The request for ListInstanceConfigs.

Instance Attribute Summary collapse

Instance Attribute Details

#page_sizeInteger

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

Returns:

  • (Integer)

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



114
# File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 114

class ListInstanceConfigsRequest; end

#page_tokenString

Returns If non-empty, page_token should contain a Next_page_token from a previous ListInstanceConfigsResponse.

Returns:

  • (String)

    If non-empty, page_token should contain a Next_page_token from a previous ListInstanceConfigsResponse.



114
# File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 114

class ListInstanceConfigsRequest; end

#parentString

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

Returns:

  • (String)

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



114
# File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 114

class ListInstanceConfigsRequest; end