public sealed class ListDeploymentsRequest : IMessage<ListDeploymentsRequest>, IEquatable<ListDeploymentsRequest>, IDeepCloneable<ListDeploymentsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Workspace Add-ons v1 API class ListDeploymentsRequest.
Request message to list deployments for a project.
Implements
IMessageListDeploymentsRequest, IEquatableListDeploymentsRequest, IDeepCloneableListDeploymentsRequest, 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 |
int |
|
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 |
|