Class ProjectsResource.LocationsResource.ApisResource.DeploymentsResource.ListRevisionsRequest
Lists all revisions of a deployment. Revisions are returned in descending order of revision creation time.
Inheritance
ProjectsResource.LocationsResource.ApisResource.DeploymentsResource.ListRevisionsRequest
Inherited Members
Namespace: Google.Apis.ApigeeRegistry.v1
Assembly: Google.Apis.ApigeeRegistry.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ApisResource.DeploymentsResource.ListRevisionsRequest : ApigeeRegistryBaseServiceRequest<ListApiDeploymentRevisionsResponse>, IClientServiceRequest<ListApiDeploymentRevisionsResponse>, IClientServiceRequest
Constructors
ListRevisionsRequest(IClientService, string)
Constructs a new ListRevisions request.
Declaration
public ListRevisionsRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
Filter
An expression that can be used to filter the list. Filters use the Common Expression Language and can refer to all message fields.
Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApigeeRegistry.v1.Data.ListApiDeploymentRevisionsResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApigeeRegistry.v1.Data.ListApiDeploymentRevisionsResponse>.MethodName
Name
Required. The name of the deployment to list revisions for.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
PageSize
The maximum number of revisions to return per page.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
The page token, received from a previous ListApiDeploymentRevisions call. Provide this to retrieve the subsequent page.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApigeeRegistry.v1.Data.ListApiDeploymentRevisionsResponse>.RestPath
Methods
InitParameters()
Initializes ListRevisions parameter list.
Declaration
protected override void InitParameters()