Uses of Class
com.google.cloud.speech.v2.UpdatePhraseSetRequest
-
Packages that use UpdatePhraseSetRequest Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v2.stub -
-
Uses of UpdatePhraseSetRequest in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return UpdatePhraseSetRequest Modifier and Type Method Description UpdatePhraseSetRequest
UpdatePhraseSetRequest.Builder. build()
UpdatePhraseSetRequest
UpdatePhraseSetRequest.Builder. buildPartial()
static UpdatePhraseSetRequest
UpdatePhraseSetRequest. getDefaultInstance()
UpdatePhraseSetRequest
UpdatePhraseSetRequest.Builder. getDefaultInstanceForType()
UpdatePhraseSetRequest
UpdatePhraseSetRequest. getDefaultInstanceForType()
UpdatePhraseSetRequest
OperationMetadata.Builder. getUpdatePhraseSetRequest()
The UpdatePhraseSetRequest that spawned the Operation.UpdatePhraseSetRequest
OperationMetadata. getUpdatePhraseSetRequest()
The UpdatePhraseSetRequest that spawned the Operation.UpdatePhraseSetRequest
OperationMetadataOrBuilder. getUpdatePhraseSetRequest()
The UpdatePhraseSetRequest that spawned the Operation.static UpdatePhraseSetRequest
UpdatePhraseSetRequest. parseDelimitedFrom(InputStream input)
static UpdatePhraseSetRequest
UpdatePhraseSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdatePhraseSetRequest
UpdatePhraseSetRequest. parseFrom(byte[] data)
static UpdatePhraseSetRequest
UpdatePhraseSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdatePhraseSetRequest
UpdatePhraseSetRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdatePhraseSetRequest
UpdatePhraseSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdatePhraseSetRequest
UpdatePhraseSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdatePhraseSetRequest
UpdatePhraseSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdatePhraseSetRequest
UpdatePhraseSetRequest. parseFrom(InputStream input)
static UpdatePhraseSetRequest
UpdatePhraseSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdatePhraseSetRequest
UpdatePhraseSetRequest. parseFrom(ByteBuffer data)
static UpdatePhraseSetRequest
UpdatePhraseSetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.speech.v2 that return types with arguments of type UpdatePhraseSetRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdatePhraseSetRequest>
UpdatePhraseSetRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdatePhraseSetRequest,com.google.longrunning.Operation>
SpeechGrpc. getUpdatePhraseSetMethod()
static com.google.protobuf.Parser<UpdatePhraseSetRequest>
UpdatePhraseSetRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdatePhraseSetRequest,com.google.longrunning.Operation>
SpeechClient. updatePhraseSetCallable()
Updates the [PhraseSet][google.cloud.speech.v2.PhraseSet].com.google.api.gax.rpc.OperationCallable<UpdatePhraseSetRequest,PhraseSet,OperationMetadata>
SpeechClient. updatePhraseSetOperationCallable()
Updates the [PhraseSet][google.cloud.speech.v2.PhraseSet].com.google.api.gax.rpc.OperationCallSettings.Builder<UpdatePhraseSetRequest,PhraseSet,OperationMetadata>
SpeechSettings.Builder. updatePhraseSetOperationSettings()
Returns the builder for the settings used for calls to updatePhraseSet.com.google.api.gax.rpc.OperationCallSettings<UpdatePhraseSetRequest,PhraseSet,OperationMetadata>
SpeechSettings. updatePhraseSetOperationSettings()
Returns the object with the settings used for calls to updatePhraseSet.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdatePhraseSetRequest,com.google.longrunning.Operation>
SpeechSettings.Builder. updatePhraseSetSettings()
Returns the builder for the settings used for calls to updatePhraseSet.com.google.api.gax.rpc.UnaryCallSettings<UpdatePhraseSetRequest,com.google.longrunning.Operation>
SpeechSettings. updatePhraseSetSettings()
Returns the object with the settings used for calls to updatePhraseSet.Methods in com.google.cloud.speech.v2 with parameters of type UpdatePhraseSetRequest Modifier and Type Method Description UpdatePhraseSetRequest.Builder
UpdatePhraseSetRequest.Builder. mergeFrom(UpdatePhraseSetRequest other)
OperationMetadata.Builder
OperationMetadata.Builder. mergeUpdatePhraseSetRequest(UpdatePhraseSetRequest value)
The UpdatePhraseSetRequest that spawned the Operation.static UpdatePhraseSetRequest.Builder
UpdatePhraseSetRequest. newBuilder(UpdatePhraseSetRequest prototype)
OperationMetadata.Builder
OperationMetadata.Builder. setUpdatePhraseSetRequest(UpdatePhraseSetRequest value)
The UpdatePhraseSetRequest that spawned the Operation.default void
SpeechGrpc.AsyncService. updatePhraseSet(UpdatePhraseSetRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the [PhraseSet][google.cloud.speech.v2.PhraseSet].com.google.longrunning.Operation
SpeechGrpc.SpeechBlockingStub. updatePhraseSet(UpdatePhraseSetRequest request)
Updates the [PhraseSet][google.cloud.speech.v2.PhraseSet].com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
SpeechGrpc.SpeechFutureStub. updatePhraseSet(UpdatePhraseSetRequest request)
Updates the [PhraseSet][google.cloud.speech.v2.PhraseSet].void
SpeechGrpc.SpeechStub. updatePhraseSet(UpdatePhraseSetRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the [PhraseSet][google.cloud.speech.v2.PhraseSet].com.google.api.gax.longrunning.OperationFuture<PhraseSet,OperationMetadata>
SpeechClient. updatePhraseSetAsync(UpdatePhraseSetRequest request)
Updates the [PhraseSet][google.cloud.speech.v2.PhraseSet]. -
Uses of UpdatePhraseSetRequest in com.google.cloud.speech.v2.stub
Methods in com.google.cloud.speech.v2.stub that return types with arguments of type UpdatePhraseSetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdatePhraseSetRequest,com.google.longrunning.Operation>
GrpcSpeechStub. updatePhraseSetCallable()
com.google.api.gax.rpc.UnaryCallable<UpdatePhraseSetRequest,com.google.longrunning.Operation>
HttpJsonSpeechStub. updatePhraseSetCallable()
com.google.api.gax.rpc.UnaryCallable<UpdatePhraseSetRequest,com.google.longrunning.Operation>
SpeechStub. updatePhraseSetCallable()
com.google.api.gax.rpc.OperationCallable<UpdatePhraseSetRequest,PhraseSet,OperationMetadata>
GrpcSpeechStub. updatePhraseSetOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdatePhraseSetRequest,PhraseSet,OperationMetadata>
HttpJsonSpeechStub. updatePhraseSetOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdatePhraseSetRequest,PhraseSet,OperationMetadata>
SpeechStub. updatePhraseSetOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdatePhraseSetRequest,PhraseSet,OperationMetadata>
SpeechStubSettings.Builder. updatePhraseSetOperationSettings()
Returns the builder for the settings used for calls to updatePhraseSet.com.google.api.gax.rpc.OperationCallSettings<UpdatePhraseSetRequest,PhraseSet,OperationMetadata>
SpeechStubSettings. updatePhraseSetOperationSettings()
Returns the object with the settings used for calls to updatePhraseSet.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdatePhraseSetRequest,com.google.longrunning.Operation>
SpeechStubSettings.Builder. updatePhraseSetSettings()
Returns the builder for the settings used for calls to updatePhraseSet.com.google.api.gax.rpc.UnaryCallSettings<UpdatePhraseSetRequest,com.google.longrunning.Operation>
SpeechStubSettings. updatePhraseSetSettings()
Returns the object with the settings used for calls to updatePhraseSet.
-