Infrastructure Manager v1 API - Class ListDeploymentGroupRevisionsRequest (1.12.0)

public sealed class ListDeploymentGroupRevisionsRequest : IMessage<ListDeploymentGroupRevisionsRequest>, IEquatable<ListDeploymentGroupRevisionsRequest>, IDeepCloneable<ListDeploymentGroupRevisionsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Infrastructure Manager v1 API class ListDeploymentGroupRevisionsRequest.

The request message for the ListDeploymentGroupRevisions method.

Inheritance

object > ListDeploymentGroupRevisionsRequest

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

ListDeploymentGroupRevisionsRequest()

public ListDeploymentGroupRevisionsRequest()

ListDeploymentGroupRevisionsRequest(ListDeploymentGroupRevisionsRequest)

public ListDeploymentGroupRevisionsRequest(ListDeploymentGroupRevisionsRequest other)
Parameter
Name Description
other ListDeploymentGroupRevisionsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. When requesting a page of resources, 'page_size' specifies number of resources to return. If unspecified, a sensible default will be used by the server. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. Token returned by previous call to 'ListDeploymentGroupRevisions' which specifies the position in the list from where to continue listing the deployment group revisions. All other parameters provided to ListDeploymentGroupRevisions 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 deployment group revisions. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.

Property Value
Type Description
string

ParentAsDeploymentGroupName

public DeploymentGroupName ParentAsDeploymentGroupName { get; set; }

DeploymentGroupName-typed view over the Parent resource name property.

Property Value
Type Description
DeploymentGroupName