public sealed class ListInstanceConfigsRequest : IPageRequest, IMessage<ListInstanceConfigsRequest>, IEquatable<ListInstanceConfigsRequest>, IDeepCloneable<ListInstanceConfigsRequest>, IBufferMessage, IMessageReference 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].
Implements
IPageRequest, IMessageListInstanceConfigsRequest, IEquatableListInstanceConfigsRequest, IDeepCloneableListInstanceConfigsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
ListInstanceConfigsRequest()
public ListInstanceConfigsRequest()ListInstanceConfigsRequest(ListInstanceConfigsRequest)
public ListInstanceConfigsRequest(ListInstanceConfigsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListInstanceConfigsRequest |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|