public sealed class ListDeploymentsRequest : IMessage<ListDeploymentsRequest>, IEquatable<ListDeploymentsRequest>, IDeepCloneable<ListDeploymentsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ListDeploymentsRequest.
Request message for [AgentService.ListDeployments][google.cloud.ces.v1.AgentService.ListDeployments].
Implements
IMessageListDeploymentsRequest, IEquatableListDeploymentsRequest, IDeepCloneableListDeploymentsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
ListDeploymentsRequest()
public ListDeploymentsRequest()ListDeploymentsRequest(ListDeploymentsRequest)
public ListDeploymentsRequest(ListDeploymentsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDeploymentsRequest |
Properties
OrderBy
public string OrderBy { get; set; }Optional. Field to sort by. Only "name" and "create_time" is supported. See https://google.aip.dev/132#ordering for more details.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. The maximum number of deployments to return. The service may return fewer than this value. If unspecified, at most 50 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; }Optional. 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. The parent app.
Format:
projects/{project}/locations/{location}/apps/{app}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsAppName
public AppName ParentAsAppName { get; set; }| Property Value | |
|---|---|
| Type | Description |
AppName |
|