public interface ListDeploymentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Deployment |
getDeployments(int index)
The list of deployments.
|
int |
getDeploymentsCount()
The list of deployments.
|
List<Deployment> |
getDeploymentsList()
The list of deployments.
|
DeploymentOrBuilder |
getDeploymentsOrBuilder(int index)
The list of deployments.
|
List<? extends DeploymentOrBuilder> |
getDeploymentsOrBuilderList()
The list of deployments.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Deployment> getDeploymentsList()
The list of deployments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
repeated .google.cloud.dialogflow.cx.v3.Deployment deployments = 1;Deployment getDeployments(int index)
The list of deployments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
repeated .google.cloud.dialogflow.cx.v3.Deployment deployments = 1;int getDeploymentsCount()
The list of deployments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
repeated .google.cloud.dialogflow.cx.v3.Deployment deployments = 1;List<? extends DeploymentOrBuilder> getDeploymentsOrBuilderList()
The list of deployments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
repeated .google.cloud.dialogflow.cx.v3.Deployment deployments = 1;DeploymentOrBuilder getDeploymentsOrBuilder(int index)
The list of deployments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
repeated .google.cloud.dialogflow.cx.v3.Deployment deployments = 1;String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;Copyright © 2022 Google LLC. All rights reserved.