Uses of Class
com.google.cloud.speech.v1p1beta1.UpdatePhraseSetRequest
-
Packages that use UpdatePhraseSetRequest Package Description com.google.cloud.speech.v1p1beta1 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v1p1beta1.stub -
-
Uses of UpdatePhraseSetRequest in com.google.cloud.speech.v1p1beta1
Methods in com.google.cloud.speech.v1p1beta1 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()
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.v1p1beta1 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,PhraseSet>
AdaptationGrpc. getUpdatePhraseSetMethod()
static com.google.protobuf.Parser<UpdatePhraseSetRequest>
UpdatePhraseSetRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdatePhraseSetRequest,PhraseSet>
AdaptationClient. updatePhraseSetCallable()
Update a phrase set.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdatePhraseSetRequest,PhraseSet>
AdaptationSettings.Builder. updatePhraseSetSettings()
Returns the builder for the settings used for calls to updatePhraseSet.com.google.api.gax.rpc.UnaryCallSettings<UpdatePhraseSetRequest,PhraseSet>
AdaptationSettings. updatePhraseSetSettings()
Returns the object with the settings used for calls to updatePhraseSet.Methods in com.google.cloud.speech.v1p1beta1 with parameters of type UpdatePhraseSetRequest Modifier and Type Method Description UpdatePhraseSetRequest.Builder
UpdatePhraseSetRequest.Builder. mergeFrom(UpdatePhraseSetRequest other)
static UpdatePhraseSetRequest.Builder
UpdatePhraseSetRequest. newBuilder(UpdatePhraseSetRequest prototype)
PhraseSet
AdaptationClient. updatePhraseSet(UpdatePhraseSetRequest request)
Update a phrase set.PhraseSet
AdaptationGrpc.AdaptationBlockingStub. updatePhraseSet(UpdatePhraseSetRequest request)
Update a phrase set.com.google.common.util.concurrent.ListenableFuture<PhraseSet>
AdaptationGrpc.AdaptationFutureStub. updatePhraseSet(UpdatePhraseSetRequest request)
Update a phrase set.void
AdaptationGrpc.AdaptationStub. updatePhraseSet(UpdatePhraseSetRequest request, io.grpc.stub.StreamObserver<PhraseSet> responseObserver)
Update a phrase set.default void
AdaptationGrpc.AsyncService. updatePhraseSet(UpdatePhraseSetRequest request, io.grpc.stub.StreamObserver<PhraseSet> responseObserver)
Update a phrase set. -
Uses of UpdatePhraseSetRequest in com.google.cloud.speech.v1p1beta1.stub
Methods in com.google.cloud.speech.v1p1beta1.stub that return types with arguments of type UpdatePhraseSetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdatePhraseSetRequest,PhraseSet>
AdaptationStub. updatePhraseSetCallable()
com.google.api.gax.rpc.UnaryCallable<UpdatePhraseSetRequest,PhraseSet>
GrpcAdaptationStub. updatePhraseSetCallable()
com.google.api.gax.rpc.UnaryCallable<UpdatePhraseSetRequest,PhraseSet>
HttpJsonAdaptationStub. updatePhraseSetCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdatePhraseSetRequest,PhraseSet>
AdaptationStubSettings.Builder. updatePhraseSetSettings()
Returns the builder for the settings used for calls to updatePhraseSet.com.google.api.gax.rpc.UnaryCallSettings<UpdatePhraseSetRequest,PhraseSet>
AdaptationStubSettings. updatePhraseSetSettings()
Returns the object with the settings used for calls to updatePhraseSet.
-