Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
Parser<UpdateEnvironmentRequest> |
UpdateEnvironmentRequest.getParserForType() |
static MethodDescriptor<UpdateEnvironmentRequest,Environment> |
EnvironmentsGrpc.getUpdateEnvironmentMethod() |
static Parser<UpdateEnvironmentRequest> |
UpdateEnvironmentRequest.parser() |
UnaryCallable<UpdateEnvironmentRequest,Environment> |
EnvironmentsClient.updateEnvironmentCallable()
Updates the specified agent environment.
|
UnaryCallSettings<UpdateEnvironmentRequest,Environment> |
EnvironmentsSettings.updateEnvironmentSettings()
Returns the object with the settings used for calls to updateEnvironment.
|
UnaryCallSettings.Builder<UpdateEnvironmentRequest,Environment> |
EnvironmentsSettings.Builder.updateEnvironmentSettings()
Returns the builder for the settings used for calls to updateEnvironment.
|
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.mergeFrom(UpdateEnvironmentRequest other) |
static UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.newBuilder(UpdateEnvironmentRequest prototype) |
Environment |
EnvironmentsGrpc.EnvironmentsBlockingStub.updateEnvironment(UpdateEnvironmentRequest request)
Updates the specified agent environment.
|
com.google.common.util.concurrent.ListenableFuture<Environment> |
EnvironmentsGrpc.EnvironmentsFutureStub.updateEnvironment(UpdateEnvironmentRequest request)
Updates the specified agent environment.
|
Environment |
EnvironmentsClient.updateEnvironment(UpdateEnvironmentRequest request)
Updates the specified agent environment.
|
void |
EnvironmentsGrpc.EnvironmentsImplBase.updateEnvironment(UpdateEnvironmentRequest request,
StreamObserver<Environment> responseObserver)
Updates the specified agent environment.
|
void |
EnvironmentsGrpc.EnvironmentsStub.updateEnvironment(UpdateEnvironmentRequest request,
StreamObserver<Environment> responseObserver)
Updates the specified agent environment.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<UpdateEnvironmentRequest,Environment> |
EnvironmentsStub.updateEnvironmentCallable() |
UnaryCallable<UpdateEnvironmentRequest,Environment> |
HttpJsonEnvironmentsStub.updateEnvironmentCallable() |
UnaryCallable<UpdateEnvironmentRequest,Environment> |
GrpcEnvironmentsStub.updateEnvironmentCallable() |
UnaryCallSettings<UpdateEnvironmentRequest,Environment> |
EnvironmentsStubSettings.updateEnvironmentSettings()
Returns the object with the settings used for calls to updateEnvironment.
|
UnaryCallSettings.Builder<UpdateEnvironmentRequest,Environment> |
EnvironmentsStubSettings.Builder.updateEnvironmentSettings()
Returns the builder for the settings used for calls to updateEnvironment.
|
Copyright © 2022 Google LLC. All rights reserved.