Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.ListDeploymentsRequest
-
Packages that use ListDeploymentsRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of ListDeploymentsRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return ListDeploymentsRequest Modifier and Type Method Description ListDeploymentsRequest
ListDeploymentsRequest.Builder. build()
ListDeploymentsRequest
ListDeploymentsRequest.Builder. buildPartial()
static ListDeploymentsRequest
ListDeploymentsRequest. getDefaultInstance()
ListDeploymentsRequest
ListDeploymentsRequest.Builder. getDefaultInstanceForType()
ListDeploymentsRequest
ListDeploymentsRequest. getDefaultInstanceForType()
static ListDeploymentsRequest
ListDeploymentsRequest. parseDelimitedFrom(InputStream input)
static ListDeploymentsRequest
ListDeploymentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeploymentsRequest
ListDeploymentsRequest. parseFrom(byte[] data)
static ListDeploymentsRequest
ListDeploymentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeploymentsRequest
ListDeploymentsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListDeploymentsRequest
ListDeploymentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeploymentsRequest
ListDeploymentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDeploymentsRequest
ListDeploymentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeploymentsRequest
ListDeploymentsRequest. parseFrom(InputStream input)
static ListDeploymentsRequest
ListDeploymentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeploymentsRequest
ListDeploymentsRequest. parseFrom(ByteBuffer data)
static ListDeploymentsRequest
ListDeploymentsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type ListDeploymentsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDeploymentsRequest,ListDeploymentsResponse>
DeploymentsGrpc. getListDeploymentsMethod()
com.google.protobuf.Parser<ListDeploymentsRequest>
ListDeploymentsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListDeploymentsRequest,ListDeploymentsResponse>
DeploymentsClient. listDeploymentsCallable()
Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3beta1.Environment].com.google.api.gax.rpc.UnaryCallable<ListDeploymentsRequest,DeploymentsClient.ListDeploymentsPagedResponse>
DeploymentsClient. listDeploymentsPagedCallable()
Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3beta1.Environment].com.google.api.gax.rpc.PagedCallSettings.Builder<ListDeploymentsRequest,ListDeploymentsResponse,DeploymentsClient.ListDeploymentsPagedResponse>
DeploymentsSettings.Builder. listDeploymentsSettings()
Returns the builder for the settings used for calls to listDeployments.com.google.api.gax.rpc.PagedCallSettings<ListDeploymentsRequest,ListDeploymentsResponse,DeploymentsClient.ListDeploymentsPagedResponse>
DeploymentsSettings. listDeploymentsSettings()
Returns the object with the settings used for calls to listDeployments.static com.google.protobuf.Parser<ListDeploymentsRequest>
ListDeploymentsRequest. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type ListDeploymentsRequest Modifier and Type Method Description DeploymentsClient.ListDeploymentsPagedResponse
DeploymentsClient. listDeployments(ListDeploymentsRequest request)
Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3beta1.Environment].default void
DeploymentsGrpc.AsyncService. listDeployments(ListDeploymentsRequest request, io.grpc.stub.StreamObserver<ListDeploymentsResponse> responseObserver)
Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3beta1.Environment].ListDeploymentsResponse
DeploymentsGrpc.DeploymentsBlockingStub. listDeployments(ListDeploymentsRequest request)
Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3beta1.Environment].com.google.common.util.concurrent.ListenableFuture<ListDeploymentsResponse>
DeploymentsGrpc.DeploymentsFutureStub. listDeployments(ListDeploymentsRequest request)
Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3beta1.Environment].void
DeploymentsGrpc.DeploymentsStub. listDeployments(ListDeploymentsRequest request, io.grpc.stub.StreamObserver<ListDeploymentsResponse> responseObserver)
Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3beta1.Environment].ListDeploymentsRequest.Builder
ListDeploymentsRequest.Builder. mergeFrom(ListDeploymentsRequest other)
static ListDeploymentsRequest.Builder
ListDeploymentsRequest. newBuilder(ListDeploymentsRequest prototype)
Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type ListDeploymentsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<DeploymentsClient.ListDeploymentsPagedResponse>
DeploymentsClient.ListDeploymentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, com.google.api.core.ApiFuture<ListDeploymentsResponse> futureResponse)
protected DeploymentsClient.ListDeploymentsPage
DeploymentsClient.ListDeploymentsPage. createPage(com.google.api.gax.rpc.PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ListDeploymentsResponse response)
com.google.api.core.ApiFuture<DeploymentsClient.ListDeploymentsPage>
DeploymentsClient.ListDeploymentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, com.google.api.core.ApiFuture<ListDeploymentsResponse> futureResponse)
-
Uses of ListDeploymentsRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
-