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