Uses of Class
com.google.cloud.dialogflow.v2beta1.CreateEnvironmentRequest
-
Packages that use CreateEnvironmentRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of CreateEnvironmentRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return CreateEnvironmentRequest Modifier and Type Method Description CreateEnvironmentRequest
CreateEnvironmentRequest.Builder. build()
CreateEnvironmentRequest
CreateEnvironmentRequest.Builder. buildPartial()
static CreateEnvironmentRequest
CreateEnvironmentRequest. getDefaultInstance()
CreateEnvironmentRequest
CreateEnvironmentRequest.Builder. getDefaultInstanceForType()
CreateEnvironmentRequest
CreateEnvironmentRequest. getDefaultInstanceForType()
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseDelimitedFrom(InputStream input)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(byte[] data)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(InputStream input)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(ByteBuffer data)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type CreateEnvironmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateEnvironmentRequest,Environment>
EnvironmentsClient. createEnvironmentCallable()
Creates an agent environment.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEnvironmentRequest,Environment>
EnvironmentsSettings.Builder. createEnvironmentSettings()
Returns the builder for the settings used for calls to createEnvironment.com.google.api.gax.rpc.UnaryCallSettings<CreateEnvironmentRequest,Environment>
EnvironmentsSettings. createEnvironmentSettings()
Returns the object with the settings used for calls to createEnvironment.static io.grpc.MethodDescriptor<CreateEnvironmentRequest,Environment>
EnvironmentsGrpc. getCreateEnvironmentMethod()
com.google.protobuf.Parser<CreateEnvironmentRequest>
CreateEnvironmentRequest. getParserForType()
static com.google.protobuf.Parser<CreateEnvironmentRequest>
CreateEnvironmentRequest. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type CreateEnvironmentRequest Modifier and Type Method Description Environment
EnvironmentsClient. createEnvironment(CreateEnvironmentRequest request)
Creates an agent environment.default void
EnvironmentsGrpc.AsyncService. createEnvironment(CreateEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)
Creates an agent environment.Environment
EnvironmentsGrpc.EnvironmentsBlockingStub. createEnvironment(CreateEnvironmentRequest request)
Creates an agent environment.com.google.common.util.concurrent.ListenableFuture<Environment>
EnvironmentsGrpc.EnvironmentsFutureStub. createEnvironment(CreateEnvironmentRequest request)
Creates an agent environment.void
EnvironmentsGrpc.EnvironmentsStub. createEnvironment(CreateEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)
Creates an agent environment.CreateEnvironmentRequest.Builder
CreateEnvironmentRequest.Builder. mergeFrom(CreateEnvironmentRequest other)
static CreateEnvironmentRequest.Builder
CreateEnvironmentRequest. newBuilder(CreateEnvironmentRequest prototype)
-
Uses of CreateEnvironmentRequest in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type CreateEnvironmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateEnvironmentRequest,Environment>
EnvironmentsStub. createEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallable<CreateEnvironmentRequest,Environment>
GrpcEnvironmentsStub. createEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallable<CreateEnvironmentRequest,Environment>
HttpJsonEnvironmentsStub. createEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEnvironmentRequest,Environment>
EnvironmentsStubSettings.Builder. createEnvironmentSettings()
Returns the builder for the settings used for calls to createEnvironment.com.google.api.gax.rpc.UnaryCallSettings<CreateEnvironmentRequest,Environment>
EnvironmentsStubSettings. createEnvironmentSettings()
Returns the object with the settings used for calls to createEnvironment.
-