public sealed class ListInstancesRequest : IMessage<ListInstancesRequest>, IEquatable<ListInstancesRequest>, IDeepCloneable<ListInstancesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Run Admin v2 API class ListInstancesRequest.
Request message for retrieving a list of Instances.
Implements
IMessageListInstancesRequest, IEquatableListInstancesRequest, IDeepCloneableListInstancesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
ListInstancesRequest()
public ListInstancesRequest()ListInstancesRequest(ListInstancesRequest)
public ListInstancesRequest(ListInstancesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListInstancesRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. Maximum number of Instances to return in this call.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A page token received from a previous call to ListInstances. All other parameters must match.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The location and project to list resources on. Format: projects/{project}/locations/{location}, where {project} can be project id or number.
| 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 |
|
ShowDeleted
public bool ShowDeleted { get; set; }Optional. If true, returns deleted (but unexpired) resources along with active ones.
| Property Value | |
|---|---|
| Type | Description |
bool |
|