Uses of Class
com.google.cloud.dialogflow.v2beta1.GetEnvironmentHistoryRequest
-
Packages that use GetEnvironmentHistoryRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of GetEnvironmentHistoryRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return GetEnvironmentHistoryRequest Modifier and Type Method Description GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest.Builder. build()GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest.Builder. buildPartial()static GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest. getDefaultInstance()GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest.Builder. getDefaultInstanceForType()GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest. getDefaultInstanceForType()static GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest. parseDelimitedFrom(InputStream input)static GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest. parseFrom(byte[] data)static GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest. parseFrom(com.google.protobuf.ByteString data)static GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest. parseFrom(InputStream input)static GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest. parseFrom(ByteBuffer data)static GetEnvironmentHistoryRequestGetEnvironmentHistoryRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2beta1 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.v2beta1 with parameters of type GetEnvironmentHistoryRequest Modifier and Type Method Description EnvironmentsClient.GetEnvironmentHistoryPagedResponseEnvironmentsClient. getEnvironmentHistory(GetEnvironmentHistoryRequest request)Gets the history of the specified environment.default voidEnvironmentsGrpc.AsyncService. getEnvironmentHistory(GetEnvironmentHistoryRequest request, io.grpc.stub.StreamObserver<EnvironmentHistory> responseObserver)Gets the history of the specified environment.EnvironmentHistoryEnvironmentsGrpc.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.voidEnvironmentsGrpc.EnvironmentsStub. getEnvironmentHistory(GetEnvironmentHistoryRequest request, io.grpc.stub.StreamObserver<EnvironmentHistory> responseObserver)Gets the history of the specified environment.GetEnvironmentHistoryRequest.BuilderGetEnvironmentHistoryRequest.Builder. mergeFrom(GetEnvironmentHistoryRequest other)static GetEnvironmentHistoryRequest.BuilderGetEnvironmentHistoryRequest. newBuilder(GetEnvironmentHistoryRequest prototype)Method parameters in com.google.cloud.dialogflow.v2beta1 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.GetEnvironmentHistoryPageEnvironmentsClient.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.v2beta1.stub
-