public sealed class ListInstancesRequest : IMessage<ListInstancesRequest>, IEquatable<ListInstancesRequest>, IDeepCloneable<ListInstancesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Memorystore v1beta API class ListInstancesRequest.
Request message for [ListInstances][].
Implements
IMessageListInstancesRequest, IEquatableListInstancesRequest, IDeepCloneableListInstancesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Memorystore.V1BetaAssembly
Google.Cloud.Memorystore.V1Beta.dll
Constructors
ListInstancesRequest()
public ListInstancesRequest()ListInstancesRequest(ListInstancesRequest)
public ListInstancesRequest(ListInstancesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListInstancesRequest |
Properties
Filter
public string Filter { get; set; }Optional. Expression for filtering results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. Sort results by a defined order. Supported values: "name", "create_time".
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent to list instances from. Format: projects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|