Uses of Class
com.google.cloud.dialogflow.v2.GetEnvironmentHistoryRequest
-
Packages that use GetEnvironmentHistoryRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of GetEnvironmentHistoryRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return GetEnvironmentHistoryRequest Modifier and Type Method Description GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest.Builder. build()
GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest.Builder. buildPartial()
static GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest. getDefaultInstance()
GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest.Builder. getDefaultInstanceForType()
GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest. getDefaultInstanceForType()
static GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest. parseDelimitedFrom(InputStream input)
static GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest. parseFrom(byte[] data)
static GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest. parseFrom(com.google.protobuf.ByteString data)
static GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest. parseFrom(InputStream input)
static GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest. parseFrom(ByteBuffer data)
static GetEnvironmentHistoryRequest
GetEnvironmentHistoryRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type GetEnvironmentHistoryRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEnvironmentHistoryRequest,EnvironmentHistory>
EnvironmentsClient. getEnvironmentHistoryCallable()
Gets the history of the specified environment.com.google.api.gax.rpc.UnaryCallable<GetEnvironmentHistoryRequest,EnvironmentsClient.GetEnvironmentHistoryPagedResponse>
EnvironmentsClient. getEnvironmentHistoryPagedCallable()
Gets the history of the specified environment.com.google.api.gax.rpc.PagedCallSettings.Builder<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentsClient.GetEnvironmentHistoryPagedResponse>
EnvironmentsSettings.Builder. getEnvironmentHistorySettings()
Returns the builder for the settings used for calls to getEnvironmentHistory.com.google.api.gax.rpc.PagedCallSettings<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentsClient.GetEnvironmentHistoryPagedResponse>
EnvironmentsSettings. getEnvironmentHistorySettings()
Returns the object with the settings used for calls to getEnvironmentHistory.static io.grpc.MethodDescriptor<GetEnvironmentHistoryRequest,EnvironmentHistory>
EnvironmentsGrpc. getGetEnvironmentHistoryMethod()
com.google.protobuf.Parser<GetEnvironmentHistoryRequest>
GetEnvironmentHistoryRequest. getParserForType()
static com.google.protobuf.Parser<GetEnvironmentHistoryRequest>
GetEnvironmentHistoryRequest. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type GetEnvironmentHistoryRequest Modifier and Type Method Description EnvironmentsClient.GetEnvironmentHistoryPagedResponse
EnvironmentsClient. getEnvironmentHistory(GetEnvironmentHistoryRequest request)
Gets the history of the specified environment.default void
EnvironmentsGrpc.AsyncService. getEnvironmentHistory(GetEnvironmentHistoryRequest request, io.grpc.stub.StreamObserver<EnvironmentHistory> responseObserver)
Gets the history of the specified environment.EnvironmentHistory
EnvironmentsGrpc.EnvironmentsBlockingStub. getEnvironmentHistory(GetEnvironmentHistoryRequest request)
Gets the history of the specified environment.com.google.common.util.concurrent.ListenableFuture<EnvironmentHistory>
EnvironmentsGrpc.EnvironmentsFutureStub. getEnvironmentHistory(GetEnvironmentHistoryRequest request)
Gets the history of the specified environment.void
EnvironmentsGrpc.EnvironmentsStub. getEnvironmentHistory(GetEnvironmentHistoryRequest request, io.grpc.stub.StreamObserver<EnvironmentHistory> responseObserver)
Gets the history of the specified environment.GetEnvironmentHistoryRequest.Builder
GetEnvironmentHistoryRequest.Builder. mergeFrom(GetEnvironmentHistoryRequest other)
static GetEnvironmentHistoryRequest.Builder
GetEnvironmentHistoryRequest. newBuilder(GetEnvironmentHistoryRequest prototype)
Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type GetEnvironmentHistoryRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<EnvironmentsClient.GetEnvironmentHistoryPagedResponse>
EnvironmentsClient.GetEnvironmentHistoryPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, com.google.api.core.ApiFuture<EnvironmentHistory> futureResponse)
protected EnvironmentsClient.GetEnvironmentHistoryPage
EnvironmentsClient.GetEnvironmentHistoryPage. createPage(com.google.api.gax.rpc.PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, EnvironmentHistory response)
com.google.api.core.ApiFuture<EnvironmentsClient.GetEnvironmentHistoryPage>
EnvironmentsClient.GetEnvironmentHistoryPage. createPageAsync(com.google.api.gax.rpc.PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, com.google.api.core.ApiFuture<EnvironmentHistory> futureResponse)
-
Uses of GetEnvironmentHistoryRequest in com.google.cloud.dialogflow.v2.stub
-