public static final class ListDeploymentsRequest.Builder extends GeneratedMessage.Builder<ListDeploymentsRequest.Builder> implements ListDeploymentsRequestOrBuilderRequest message for AgentService.ListDeployments.
Protobuf type google.cloud.ces.v1.ListDeploymentsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListDeploymentsRequest.BuilderImplements
ListDeploymentsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListDeploymentsRequest build()| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest |
|
buildPartial()
public ListDeploymentsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest |
|
clear()
public ListDeploymentsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest.Builder |
|
clearOrderBy()
public ListDeploymentsRequest.Builder clearOrderBy()Optional. Field to sort by. Only "name" and "create_time" is supported. See https://google.aip.dev/132#ordering for more details.
string order_by = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest.Builder |
This builder for chaining. |
clearPageSize()
public ListDeploymentsRequest.Builder clearPageSize()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.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListDeploymentsRequest.Builder clearPageToken() 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.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest.Builder |
This builder for chaining. |
clearParent()
public ListDeploymentsRequest.Builder clearParent() Required. The parent app.
Format:
projects/{project}/locations/{location}/apps/{app}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListDeploymentsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getOrderBy()
public String getOrderBy()Optional. Field to sort by. Only "name" and "create_time" is supported. See https://google.aip.dev/132#ordering for more details.
string order_by = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The orderBy. |
getOrderByBytes()
public ByteString getOrderByBytes()Optional. Field to sort by. Only "name" and "create_time" is supported. See https://google.aip.dev/132#ordering for more details.
string order_by = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for orderBy. |
getPageSize()
public int getPageSize()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.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() 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.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() 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.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent() Required. The parent app.
Format:
projects/{project}/locations/{location}/apps/{app}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The parent app.
Format:
projects/{project}/locations/{location}/apps/{app}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListDeploymentsRequest other)
public ListDeploymentsRequest.Builder mergeFrom(ListDeploymentsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDeploymentsRequest |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDeploymentsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListDeploymentsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest.Builder |
|
setOrderBy(String value)
public ListDeploymentsRequest.Builder setOrderBy(String value)Optional. Field to sort by. Only "name" and "create_time" is supported. See https://google.aip.dev/132#ordering for more details.
string order_by = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe orderBy to set. |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest.Builder |
This builder for chaining. |
setOrderByBytes(ByteString value)
public ListDeploymentsRequest.Builder setOrderByBytes(ByteString value)Optional. Field to sort by. Only "name" and "create_time" is supported. See https://google.aip.dev/132#ordering for more details.
string order_by = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for orderBy to set. |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListDeploymentsRequest.Builder setPageSize(int value)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.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListDeploymentsRequest.Builder setPageToken(String value) 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.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListDeploymentsRequest.Builder setPageTokenBytes(ByteString value) 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.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListDeploymentsRequest.Builder setParent(String value) Required. The parent app.
Format:
projects/{project}/locations/{location}/apps/{app}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListDeploymentsRequest.Builder setParentBytes(ByteString value) Required. The parent app.
Format:
projects/{project}/locations/{location}/apps/{app}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentsRequest.Builder |
This builder for chaining. |