Google Cloud Spanner Instance Administration v1 API - Class ListInstanceConfigsRequest (5.0.0-beta03)

public sealed class ListInstanceConfigsRequest : IPageRequest, IMessage<ListInstanceConfigsRequest>, IEquatable<ListInstanceConfigsRequest>, IDeepCloneable<ListInstanceConfigsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class ListInstanceConfigsRequest.

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

Inheritance

object > ListInstanceConfigsRequest

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

Google.Cloud.Spanner.Admin.Instance.V1.dll

Constructors

ListInstanceConfigsRequest()

public ListInstanceConfigsRequest()

ListInstanceConfigsRequest(ListInstanceConfigsRequest)

public ListInstanceConfigsRequest(ListInstanceConfigsRequest other)
Parameter
NameDescription
otherListInstanceConfigsRequest

Properties

PageSize

public int PageSize { get; set; }

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

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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].

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName