public sealed class ListServicesRequest : IMessage<ListServicesRequest>, IEquatable<ListServicesRequest>, IDeepCloneable<ListServicesRequest>, IBufferMessage, IMessage, IPageRequest
Request message for retrieving a list of Services.
Implements
IMessage<ListServicesRequest>, IEquatable<ListServicesRequest>, IDeepCloneable<ListServicesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
ListServicesRequest()
public ListServicesRequest()
ListServicesRequest(ListServicesRequest)
public ListServicesRequest(ListServicesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListServicesRequest |
Properties
PageSize
public int PageSize { get; set; }
Maximum number of Services to return in this call.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
A page token received from a previous call to ListServices. 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. Location must be a valid GCP region, and may not be the "-" wildcard. Format: projects/{projectnumber}/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 |
ShowDeleted
public bool ShowDeleted { get; set; }
If true, returns deleted (but unexpired) resources along with active ones.
Property Value | |
---|---|
Type | Description |
Boolean |