public sealed class ListInstanceConfigsRequest : IPageRequest, IMessage<ListInstanceConfigsRequest>, IEquatable<ListInstanceConfigsRequest>, IDeepCloneable<ListInstanceConfigsRequest>, IBufferMessage, IMessageThe request for [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs].
Implements
IPageRequest, IMessage<ListInstanceConfigsRequest>, IEquatable<ListInstanceConfigsRequest>, IDeepCloneable<ListInstanceConfigsRequest>, 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 |
Int32 |
|
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 |
|