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 UpdatePhraseSetRequestUpdatePhraseSetRequest.Builder. build()UpdatePhraseSetRequestUpdatePhraseSetRequest.Builder. buildPartial()static UpdatePhraseSetRequestUpdatePhraseSetRequest. getDefaultInstance()UpdatePhraseSetRequestUpdatePhraseSetRequest.Builder. getDefaultInstanceForType()UpdatePhraseSetRequestUpdatePhraseSetRequest. getDefaultInstanceForType()static UpdatePhraseSetRequestUpdatePhraseSetRequest. parseDelimitedFrom(InputStream input)static UpdatePhraseSetRequestUpdatePhraseSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdatePhraseSetRequestUpdatePhraseSetRequest. parseFrom(byte[] data)static UpdatePhraseSetRequestUpdatePhraseSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdatePhraseSetRequestUpdatePhraseSetRequest. parseFrom(com.google.protobuf.ByteString data)static UpdatePhraseSetRequestUpdatePhraseSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdatePhraseSetRequestUpdatePhraseSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdatePhraseSetRequestUpdatePhraseSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdatePhraseSetRequestUpdatePhraseSetRequest. parseFrom(InputStream input)static UpdatePhraseSetRequestUpdatePhraseSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdatePhraseSetRequestUpdatePhraseSetRequest. parseFrom(ByteBuffer data)static UpdatePhraseSetRequestUpdatePhraseSetRequest. 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.BuilderUpdatePhraseSetRequest.Builder. mergeFrom(UpdatePhraseSetRequest other)static UpdatePhraseSetRequest.BuilderUpdatePhraseSetRequest. newBuilder(UpdatePhraseSetRequest prototype)PhraseSetAdaptationClient. updatePhraseSet(UpdatePhraseSetRequest request)Update a phrase set.PhraseSetAdaptationGrpc.AdaptationBlockingStub. updatePhraseSet(UpdatePhraseSetRequest request)Update a phrase set.com.google.common.util.concurrent.ListenableFuture<PhraseSet>AdaptationGrpc.AdaptationFutureStub. updatePhraseSet(UpdatePhraseSetRequest request)Update a phrase set.voidAdaptationGrpc.AdaptationStub. updatePhraseSet(UpdatePhraseSetRequest request, io.grpc.stub.StreamObserver<PhraseSet> responseObserver)Update a phrase set.default voidAdaptationGrpc.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.
-