public sealed class ListApiDeploymentsRequest : IPageRequest, IMessage<ListApiDeploymentsRequest>, IEquatable<ListApiDeploymentsRequest>, IDeepCloneable<ListApiDeploymentsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class ListApiDeploymentsRequest.
Request message for ListApiDeployments.
Implements
IPageRequest, IMessageListApiDeploymentsRequest, IEquatableListApiDeploymentsRequest, IDeepCloneableListApiDeploymentsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApigeeRegistry.V1Assembly
Google.Cloud.ApigeeRegistry.V1.dll
Constructors
ListApiDeploymentsRequest()
public ListApiDeploymentsRequest()
ListApiDeploymentsRequest(ListApiDeploymentsRequest)
public ListApiDeploymentsRequest(ListApiDeploymentsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListApiDeploymentsRequest |
Properties
Filter
public string Filter { get; set; }
An expression that can be used to filter the list. Filters use the Common Expression Language and can refer to all message fields.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of deployments to return. The service may return fewer than this value. If unspecified, at most 50 values will be returned. The maximum is 1000; values above 1000 will be coerced to 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token, received from a previous ListApiDeployments
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListApiDeployments
must
match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent, which owns this collection of deployments.
Format: projects/*/locations/*/apis/*
Property Value | |
---|---|
Type | Description |
string |
ParentAsApiName
public ApiName ParentAsApiName { get; set; }
Property Value | |
---|---|
Type | Description |
ApiName |