public sealed class ListDeploymentsRequest : IMessage<ListDeploymentsRequest>, IEquatable<ListDeploymentsRequest>, IDeepCloneable<ListDeploymentsRequest>, IBufferMessage, IMessage, IPageRequest
Request message to list deployments for a project.
Implements
IMessage<ListDeploymentsRequest>, IEquatable<ListDeploymentsRequest>, IDeepCloneable<ListDeploymentsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.GSuiteAddOns.V1Assembly
Google.Cloud.GSuiteAddOns.V1.dll
Constructors
ListDeploymentsRequest()
public ListDeploymentsRequest()
ListDeploymentsRequest(ListDeploymentsRequest)
public ListDeploymentsRequest(ListDeploymentsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListDeploymentsRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. Name of the project in which to create the deployment.
Example: projects/my_project
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |