Uses of Class
com.google.cloud.dialogflow.v2beta1.UpdateEnvironmentRequest
-
Packages that use UpdateEnvironmentRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of UpdateEnvironmentRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return UpdateEnvironmentRequest Modifier and Type Method Description UpdateEnvironmentRequest
UpdateEnvironmentRequest.Builder. build()
UpdateEnvironmentRequest
UpdateEnvironmentRequest.Builder. buildPartial()
static UpdateEnvironmentRequest
UpdateEnvironmentRequest. getDefaultInstance()
UpdateEnvironmentRequest
UpdateEnvironmentRequest.Builder. getDefaultInstanceForType()
UpdateEnvironmentRequest
UpdateEnvironmentRequest. getDefaultInstanceForType()
static UpdateEnvironmentRequest
UpdateEnvironmentRequest. parseDelimitedFrom(InputStream input)
static UpdateEnvironmentRequest
UpdateEnvironmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateEnvironmentRequest
UpdateEnvironmentRequest. parseFrom(byte[] data)
static UpdateEnvironmentRequest
UpdateEnvironmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateEnvironmentRequest
UpdateEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateEnvironmentRequest
UpdateEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateEnvironmentRequest
UpdateEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateEnvironmentRequest
UpdateEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateEnvironmentRequest
UpdateEnvironmentRequest. parseFrom(InputStream input)
static UpdateEnvironmentRequest
UpdateEnvironmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateEnvironmentRequest
UpdateEnvironmentRequest. parseFrom(ByteBuffer data)
static UpdateEnvironmentRequest
UpdateEnvironmentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type UpdateEnvironmentRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateEnvironmentRequest>
UpdateEnvironmentRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateEnvironmentRequest,Environment>
EnvironmentsGrpc. getUpdateEnvironmentMethod()
static com.google.protobuf.Parser<UpdateEnvironmentRequest>
UpdateEnvironmentRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateEnvironmentRequest,Environment>
EnvironmentsClient. updateEnvironmentCallable()
Updates the specified agent environment.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEnvironmentRequest,Environment>
EnvironmentsSettings.Builder. updateEnvironmentSettings()
Returns the builder for the settings used for calls to updateEnvironment.com.google.api.gax.rpc.UnaryCallSettings<UpdateEnvironmentRequest,Environment>
EnvironmentsSettings. updateEnvironmentSettings()
Returns the object with the settings used for calls to updateEnvironment.Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type UpdateEnvironmentRequest Modifier and Type Method Description UpdateEnvironmentRequest.Builder
UpdateEnvironmentRequest.Builder. mergeFrom(UpdateEnvironmentRequest other)
static UpdateEnvironmentRequest.Builder
UpdateEnvironmentRequest. newBuilder(UpdateEnvironmentRequest prototype)
Environment
EnvironmentsClient. updateEnvironment(UpdateEnvironmentRequest request)
Updates the specified agent environment.default void
EnvironmentsGrpc.AsyncService. updateEnvironment(UpdateEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)
Updates the specified agent environment.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.void
EnvironmentsGrpc.EnvironmentsStub. updateEnvironment(UpdateEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)
Updates the specified agent environment. -
Uses of UpdateEnvironmentRequest in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type UpdateEnvironmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateEnvironmentRequest,Environment>
EnvironmentsStub. updateEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateEnvironmentRequest,Environment>
GrpcEnvironmentsStub. updateEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateEnvironmentRequest,Environment>
HttpJsonEnvironmentsStub. updateEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEnvironmentRequest,Environment>
EnvironmentsStubSettings.Builder. updateEnvironmentSettings()
Returns the builder for the settings used for calls to updateEnvironment.com.google.api.gax.rpc.UnaryCallSettings<UpdateEnvironmentRequest,Environment>
EnvironmentsStubSettings. updateEnvironmentSettings()
Returns the object with the settings used for calls to updateEnvironment.
-