Class ListDeploymentsRequest (1.0.0)

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

Request message to list deployments for a project.

Inheritance

Object > ListDeploymentsRequest

Namespace

Google.Cloud.GSuiteAddOns.V1

Assembly

Google.Cloud.GSuiteAddOns.V1.dll

Constructors

ListDeploymentsRequest()

public ListDeploymentsRequest()

ListDeploymentsRequest(ListDeploymentsRequest)

public ListDeploymentsRequest(ListDeploymentsRequest other)
Parameter
NameDescription
otherListDeploymentsRequest

Properties

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 1000 deployments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

A page token, received from a previous ListDeployments call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListDeployments must match the call that provided the page token.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. Name of the project in which to create the deployment.

Example: projects/my_project.

Property Value
TypeDescription
String

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName