Uses of Class
com.google.cloud.dialogflow.cx.v3.Version
-
Packages that use Version Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of Version in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return Version Modifier and Type Method Description VersionVersion.Builder. build()VersionVersion.Builder. buildPartial()static VersionVersion. getDefaultInstance()VersionVersion.Builder. getDefaultInstanceForType()VersionVersion. getDefaultInstanceForType()VersionCreateVersionRequest.Builder. getVersion()Required.VersionCreateVersionRequest. getVersion()Required.VersionCreateVersionRequestOrBuilder. getVersion()Required.VersionUpdateVersionRequest.Builder. getVersion()Required.VersionUpdateVersionRequest. getVersion()Required.VersionUpdateVersionRequestOrBuilder. getVersion()Required.VersionVersionsClient. getVersion(GetVersionRequest request)Retrieves the specified [Version][google.cloud.dialogflow.cx.v3.Version].VersionVersionsClient. getVersion(VersionName name)Retrieves the specified [Version][google.cloud.dialogflow.cx.v3.Version].VersionVersionsClient. getVersion(String name)Retrieves the specified [Version][google.cloud.dialogflow.cx.v3.Version].VersionVersionsGrpc.VersionsBlockingStub. getVersion(GetVersionRequest request)Retrieves the specified [Version][google.cloud.dialogflow.cx.v3.Version].VersionListVersionsResponse.Builder. getVersions(int index)A list of versions.VersionListVersionsResponse. getVersions(int index)A list of versions.VersionListVersionsResponseOrBuilder. getVersions(int index)A list of versions.static VersionVersion. parseDelimitedFrom(InputStream input)static VersionVersion. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VersionVersion. parseFrom(byte[] data)static VersionVersion. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VersionVersion. parseFrom(com.google.protobuf.ByteString data)static VersionVersion. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VersionVersion. parseFrom(com.google.protobuf.CodedInputStream input)static VersionVersion. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VersionVersion. parseFrom(InputStream input)static VersionVersion. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VersionVersion. parseFrom(ByteBuffer data)static VersionVersion. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)VersionVersionsClient. updateVersion(UpdateVersionRequest request)Updates the specified [Version][google.cloud.dialogflow.cx.v3.Version].VersionVersionsClient. updateVersion(Version version, com.google.protobuf.FieldMask updateMask)Updates the specified [Version][google.cloud.dialogflow.cx.v3.Version].VersionVersionsGrpc.VersionsBlockingStub. updateVersion(UpdateVersionRequest request)Updates the specified [Version][google.cloud.dialogflow.cx.v3.Version].Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type Version Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Version,CreateVersionOperationMetadata>VersionsClient. createVersionAsync(CreateVersionRequest request)Creates a [Version][google.cloud.dialogflow.cx.v3.Version] in the specified [Flow][google.cloud.dialogflow.cx.v3.Flow].com.google.api.gax.longrunning.OperationFuture<Version,CreateVersionOperationMetadata>VersionsClient. createVersionAsync(FlowName parent, Version version)Creates a [Version][google.cloud.dialogflow.cx.v3.Version] in the specified [Flow][google.cloud.dialogflow.cx.v3.Flow].com.google.api.gax.longrunning.OperationFuture<Version,CreateVersionOperationMetadata>VersionsClient. createVersionAsync(String parent, Version version)Creates a [Version][google.cloud.dialogflow.cx.v3.Version] in the specified [Flow][google.cloud.dialogflow.cx.v3.Flow].com.google.api.gax.rpc.OperationCallable<CreateVersionRequest,Version,CreateVersionOperationMetadata>VersionsClient. createVersionOperationCallable()Creates a [Version][google.cloud.dialogflow.cx.v3.Version] in the specified [Flow][google.cloud.dialogflow.cx.v3.Flow].com.google.api.gax.rpc.OperationCallSettings.Builder<CreateVersionRequest,Version,CreateVersionOperationMetadata>VersionsSettings.Builder. createVersionOperationSettings()Returns the builder for the settings used for calls to createVersion.com.google.api.gax.rpc.OperationCallSettings<CreateVersionRequest,Version,CreateVersionOperationMetadata>VersionsSettings. createVersionOperationSettings()Returns the object with the settings used for calls to createVersion.static io.grpc.MethodDescriptor<GetVersionRequest,Version>VersionsGrpc. getGetVersionMethod()com.google.protobuf.Parser<Version>Version. getParserForType()static io.grpc.MethodDescriptor<UpdateVersionRequest,Version>VersionsGrpc. getUpdateVersionMethod()com.google.common.util.concurrent.ListenableFuture<Version>VersionsGrpc.VersionsFutureStub. getVersion(GetVersionRequest request)Retrieves the specified [Version][google.cloud.dialogflow.cx.v3.Version].com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>VersionsClient. getVersionCallable()Retrieves the specified [Version][google.cloud.dialogflow.cx.v3.Version].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetVersionRequest,Version>VersionsSettings.Builder. getVersionSettings()Returns the builder for the settings used for calls to getVersion.com.google.api.gax.rpc.UnaryCallSettings<GetVersionRequest,Version>VersionsSettings. getVersionSettings()Returns the object with the settings used for calls to getVersion.List<Version>ListVersionsResponse.Builder. getVersionsList()A list of versions.List<Version>ListVersionsResponse. getVersionsList()A list of versions.List<Version>ListVersionsResponseOrBuilder. getVersionsList()A list of versions.static com.google.protobuf.Parser<Version>Version. parser()com.google.common.util.concurrent.ListenableFuture<Version>VersionsGrpc.VersionsFutureStub. updateVersion(UpdateVersionRequest request)Updates the specified [Version][google.cloud.dialogflow.cx.v3.Version].com.google.api.gax.rpc.UnaryCallable<UpdateVersionRequest,Version>VersionsClient. updateVersionCallable()Updates the specified [Version][google.cloud.dialogflow.cx.v3.Version].com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateVersionRequest,Version>VersionsSettings.Builder. updateVersionSettings()Returns the builder for the settings used for calls to updateVersion.com.google.api.gax.rpc.UnaryCallSettings<UpdateVersionRequest,Version>VersionsSettings. updateVersionSettings()Returns the object with the settings used for calls to updateVersion.Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type Version Modifier and Type Method Description ListVersionsResponse.BuilderListVersionsResponse.Builder. addVersions(int index, Version value)A list of versions.ListVersionsResponse.BuilderListVersionsResponse.Builder. addVersions(Version value)A list of versions.com.google.api.gax.longrunning.OperationFuture<Version,CreateVersionOperationMetadata>VersionsClient. createVersionAsync(FlowName parent, Version version)Creates a [Version][google.cloud.dialogflow.cx.v3.Version] in the specified [Flow][google.cloud.dialogflow.cx.v3.Flow].com.google.api.gax.longrunning.OperationFuture<Version,CreateVersionOperationMetadata>VersionsClient. createVersionAsync(String parent, Version version)Creates a [Version][google.cloud.dialogflow.cx.v3.Version] in the specified [Flow][google.cloud.dialogflow.cx.v3.Flow].Version.BuilderVersion.Builder. mergeFrom(Version other)CreateVersionRequest.BuilderCreateVersionRequest.Builder. mergeVersion(Version value)Required.UpdateVersionRequest.BuilderUpdateVersionRequest.Builder. mergeVersion(Version value)Required.static Version.BuilderVersion. newBuilder(Version prototype)CreateVersionRequest.BuilderCreateVersionRequest.Builder. setVersion(Version value)Required.UpdateVersionRequest.BuilderUpdateVersionRequest.Builder. setVersion(Version value)Required.ListVersionsResponse.BuilderListVersionsResponse.Builder. setVersions(int index, Version value)A list of versions.VersionVersionsClient. updateVersion(Version version, com.google.protobuf.FieldMask updateMask)Updates the specified [Version][google.cloud.dialogflow.cx.v3.Version].Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type Version Modifier and Type Method Description ListVersionsResponse.BuilderListVersionsResponse.Builder. addAllVersions(Iterable<? extends Version> values)A list of versions.static com.google.api.core.ApiFuture<VersionsClient.ListVersionsPagedResponse>VersionsClient.ListVersionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListVersionsRequest,ListVersionsResponse,Version> context, com.google.api.core.ApiFuture<ListVersionsResponse> futureResponse)protected VersionsClient.ListVersionsPageVersionsClient.ListVersionsPage. createPage(com.google.api.gax.rpc.PageContext<ListVersionsRequest,ListVersionsResponse,Version> context, ListVersionsResponse response)com.google.api.core.ApiFuture<VersionsClient.ListVersionsPage>VersionsClient.ListVersionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListVersionsRequest,ListVersionsResponse,Version> context, com.google.api.core.ApiFuture<ListVersionsResponse> futureResponse)default voidVersionsGrpc.AsyncService. getVersion(GetVersionRequest request, io.grpc.stub.StreamObserver<Version> responseObserver)Retrieves the specified [Version][google.cloud.dialogflow.cx.v3.Version].voidVersionsGrpc.VersionsStub. getVersion(GetVersionRequest request, io.grpc.stub.StreamObserver<Version> responseObserver)Retrieves the specified [Version][google.cloud.dialogflow.cx.v3.Version].default voidVersionsGrpc.AsyncService. updateVersion(UpdateVersionRequest request, io.grpc.stub.StreamObserver<Version> responseObserver)Updates the specified [Version][google.cloud.dialogflow.cx.v3.Version].voidVersionsGrpc.VersionsStub. updateVersion(UpdateVersionRequest request, io.grpc.stub.StreamObserver<Version> responseObserver)Updates the specified [Version][google.cloud.dialogflow.cx.v3.Version]. -
Uses of Version in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type Version Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateVersionRequest,Version,CreateVersionOperationMetadata>GrpcVersionsStub. createVersionOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateVersionRequest,Version,CreateVersionOperationMetadata>HttpJsonVersionsStub. createVersionOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateVersionRequest,Version,CreateVersionOperationMetadata>VersionsStub. createVersionOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateVersionRequest,Version,CreateVersionOperationMetadata>VersionsStubSettings.Builder. createVersionOperationSettings()Returns the builder for the settings used for calls to createVersion.com.google.api.gax.rpc.OperationCallSettings<CreateVersionRequest,Version,CreateVersionOperationMetadata>VersionsStubSettings. createVersionOperationSettings()Returns the object with the settings used for calls to createVersion.com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>GrpcVersionsStub. getVersionCallable()com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>HttpJsonVersionsStub. getVersionCallable()com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>VersionsStub. getVersionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetVersionRequest,Version>VersionsStubSettings.Builder. getVersionSettings()Returns the builder for the settings used for calls to getVersion.com.google.api.gax.rpc.UnaryCallSettings<GetVersionRequest,Version>VersionsStubSettings. getVersionSettings()Returns the object with the settings used for calls to getVersion.com.google.api.gax.rpc.UnaryCallable<UpdateVersionRequest,Version>GrpcVersionsStub. updateVersionCallable()com.google.api.gax.rpc.UnaryCallable<UpdateVersionRequest,Version>HttpJsonVersionsStub. updateVersionCallable()com.google.api.gax.rpc.UnaryCallable<UpdateVersionRequest,Version>VersionsStub. updateVersionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateVersionRequest,Version>VersionsStubSettings.Builder. updateVersionSettings()Returns the builder for the settings used for calls to updateVersion.com.google.api.gax.rpc.UnaryCallSettings<UpdateVersionRequest,Version>VersionsStubSettings. updateVersionSettings()Returns the object with the settings used for calls to updateVersion.
-