Uses of Class
com.google.cloud.dialogflow.cx.v3.LoadVersionRequest
-
Packages that use LoadVersionRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of LoadVersionRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return LoadVersionRequest Modifier and Type Method Description LoadVersionRequestLoadVersionRequest.Builder. build()LoadVersionRequestLoadVersionRequest.Builder. buildPartial()static LoadVersionRequestLoadVersionRequest. getDefaultInstance()LoadVersionRequestLoadVersionRequest.Builder. getDefaultInstanceForType()LoadVersionRequestLoadVersionRequest. getDefaultInstanceForType()static LoadVersionRequestLoadVersionRequest. parseDelimitedFrom(InputStream input)static LoadVersionRequestLoadVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LoadVersionRequestLoadVersionRequest. parseFrom(byte[] data)static LoadVersionRequestLoadVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LoadVersionRequestLoadVersionRequest. parseFrom(com.google.protobuf.ByteString data)static LoadVersionRequestLoadVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LoadVersionRequestLoadVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static LoadVersionRequestLoadVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LoadVersionRequestLoadVersionRequest. parseFrom(InputStream input)static LoadVersionRequestLoadVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LoadVersionRequestLoadVersionRequest. parseFrom(ByteBuffer data)static LoadVersionRequestLoadVersionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type LoadVersionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<LoadVersionRequest,com.google.longrunning.Operation>VersionsGrpc. getLoadVersionMethod()com.google.protobuf.Parser<LoadVersionRequest>LoadVersionRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<LoadVersionRequest,com.google.longrunning.Operation>VersionsClient. loadVersionCallable()Loads resources in the specified version to the draft flow.com.google.api.gax.rpc.OperationCallable<LoadVersionRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>VersionsClient. loadVersionOperationCallable()Loads resources in the specified version to the draft flow.com.google.api.gax.rpc.OperationCallSettings.Builder<LoadVersionRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>VersionsSettings.Builder. loadVersionOperationSettings()Returns the builder for the settings used for calls to loadVersion.com.google.api.gax.rpc.OperationCallSettings<LoadVersionRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>VersionsSettings. loadVersionOperationSettings()Returns the object with the settings used for calls to loadVersion.com.google.api.gax.rpc.UnaryCallSettings.Builder<LoadVersionRequest,com.google.longrunning.Operation>VersionsSettings.Builder. loadVersionSettings()Returns the builder for the settings used for calls to loadVersion.com.google.api.gax.rpc.UnaryCallSettings<LoadVersionRequest,com.google.longrunning.Operation>VersionsSettings. loadVersionSettings()Returns the object with the settings used for calls to loadVersion.static com.google.protobuf.Parser<LoadVersionRequest>LoadVersionRequest. parser()Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type LoadVersionRequest Modifier and Type Method Description default voidVersionsGrpc.AsyncService. loadVersion(LoadVersionRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Loads resources in the specified version to the draft flow.com.google.longrunning.OperationVersionsGrpc.VersionsBlockingStub. loadVersion(LoadVersionRequest request)Loads resources in the specified version to the draft flow.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>VersionsGrpc.VersionsFutureStub. loadVersion(LoadVersionRequest request)Loads resources in the specified version to the draft flow.voidVersionsGrpc.VersionsStub. loadVersion(LoadVersionRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Loads resources in the specified version to the draft flow.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,com.google.protobuf.Struct>VersionsClient. loadVersionAsync(LoadVersionRequest request)Loads resources in the specified version to the draft flow.LoadVersionRequest.BuilderLoadVersionRequest.Builder. mergeFrom(LoadVersionRequest other)static LoadVersionRequest.BuilderLoadVersionRequest. newBuilder(LoadVersionRequest prototype) -
Uses of LoadVersionRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type LoadVersionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<LoadVersionRequest,com.google.longrunning.Operation>GrpcVersionsStub. loadVersionCallable()com.google.api.gax.rpc.UnaryCallable<LoadVersionRequest,com.google.longrunning.Operation>HttpJsonVersionsStub. loadVersionCallable()com.google.api.gax.rpc.UnaryCallable<LoadVersionRequest,com.google.longrunning.Operation>VersionsStub. loadVersionCallable()com.google.api.gax.rpc.OperationCallable<LoadVersionRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>GrpcVersionsStub. loadVersionOperationCallable()com.google.api.gax.rpc.OperationCallable<LoadVersionRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>HttpJsonVersionsStub. loadVersionOperationCallable()com.google.api.gax.rpc.OperationCallable<LoadVersionRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>VersionsStub. loadVersionOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<LoadVersionRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>VersionsStubSettings.Builder. loadVersionOperationSettings()Returns the builder for the settings used for calls to loadVersion.com.google.api.gax.rpc.OperationCallSettings<LoadVersionRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>VersionsStubSettings. loadVersionOperationSettings()Returns the object with the settings used for calls to loadVersion.com.google.api.gax.rpc.UnaryCallSettings.Builder<LoadVersionRequest,com.google.longrunning.Operation>VersionsStubSettings.Builder. loadVersionSettings()Returns the builder for the settings used for calls to loadVersion.com.google.api.gax.rpc.UnaryCallSettings<LoadVersionRequest,com.google.longrunning.Operation>VersionsStubSettings. loadVersionSettings()Returns the object with the settings used for calls to loadVersion.
-