Uses of Class
com.google.cloud.speech.v2.GetPhraseSetRequest
-
Packages that use GetPhraseSetRequest Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v2.stub -
-
Uses of GetPhraseSetRequest in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return GetPhraseSetRequest Modifier and Type Method Description GetPhraseSetRequest
GetPhraseSetRequest.Builder. build()
GetPhraseSetRequest
GetPhraseSetRequest.Builder. buildPartial()
static GetPhraseSetRequest
GetPhraseSetRequest. getDefaultInstance()
GetPhraseSetRequest
GetPhraseSetRequest.Builder. getDefaultInstanceForType()
GetPhraseSetRequest
GetPhraseSetRequest. getDefaultInstanceForType()
static GetPhraseSetRequest
GetPhraseSetRequest. parseDelimitedFrom(InputStream input)
static GetPhraseSetRequest
GetPhraseSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPhraseSetRequest
GetPhraseSetRequest. parseFrom(byte[] data)
static GetPhraseSetRequest
GetPhraseSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPhraseSetRequest
GetPhraseSetRequest. parseFrom(com.google.protobuf.ByteString data)
static GetPhraseSetRequest
GetPhraseSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPhraseSetRequest
GetPhraseSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetPhraseSetRequest
GetPhraseSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPhraseSetRequest
GetPhraseSetRequest. parseFrom(InputStream input)
static GetPhraseSetRequest
GetPhraseSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPhraseSetRequest
GetPhraseSetRequest. parseFrom(ByteBuffer data)
static GetPhraseSetRequest
GetPhraseSetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.speech.v2 that return types with arguments of type GetPhraseSetRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetPhraseSetRequest,PhraseSet>
SpeechGrpc. getGetPhraseSetMethod()
com.google.protobuf.Parser<GetPhraseSetRequest>
GetPhraseSetRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetPhraseSetRequest,PhraseSet>
SpeechClient. getPhraseSetCallable()
Returns the requested [PhraseSet][google.cloud.speech.v2.PhraseSet].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPhraseSetRequest,PhraseSet>
SpeechSettings.Builder. getPhraseSetSettings()
Returns the builder for the settings used for calls to getPhraseSet.com.google.api.gax.rpc.UnaryCallSettings<GetPhraseSetRequest,PhraseSet>
SpeechSettings. getPhraseSetSettings()
Returns the object with the settings used for calls to getPhraseSet.static com.google.protobuf.Parser<GetPhraseSetRequest>
GetPhraseSetRequest. parser()
Methods in com.google.cloud.speech.v2 with parameters of type GetPhraseSetRequest Modifier and Type Method Description PhraseSet
SpeechClient. getPhraseSet(GetPhraseSetRequest request)
Returns the requested [PhraseSet][google.cloud.speech.v2.PhraseSet].default void
SpeechGrpc.AsyncService. getPhraseSet(GetPhraseSetRequest request, io.grpc.stub.StreamObserver<PhraseSet> responseObserver)
Returns the requested [PhraseSet][google.cloud.speech.v2.PhraseSet].PhraseSet
SpeechGrpc.SpeechBlockingStub. getPhraseSet(GetPhraseSetRequest request)
Returns the requested [PhraseSet][google.cloud.speech.v2.PhraseSet].com.google.common.util.concurrent.ListenableFuture<PhraseSet>
SpeechGrpc.SpeechFutureStub. getPhraseSet(GetPhraseSetRequest request)
Returns the requested [PhraseSet][google.cloud.speech.v2.PhraseSet].void
SpeechGrpc.SpeechStub. getPhraseSet(GetPhraseSetRequest request, io.grpc.stub.StreamObserver<PhraseSet> responseObserver)
Returns the requested [PhraseSet][google.cloud.speech.v2.PhraseSet].GetPhraseSetRequest.Builder
GetPhraseSetRequest.Builder. mergeFrom(GetPhraseSetRequest other)
static GetPhraseSetRequest.Builder
GetPhraseSetRequest. newBuilder(GetPhraseSetRequest prototype)
-
Uses of GetPhraseSetRequest in com.google.cloud.speech.v2.stub
Methods in com.google.cloud.speech.v2.stub that return types with arguments of type GetPhraseSetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetPhraseSetRequest,PhraseSet>
GrpcSpeechStub. getPhraseSetCallable()
com.google.api.gax.rpc.UnaryCallable<GetPhraseSetRequest,PhraseSet>
HttpJsonSpeechStub. getPhraseSetCallable()
com.google.api.gax.rpc.UnaryCallable<GetPhraseSetRequest,PhraseSet>
SpeechStub. getPhraseSetCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPhraseSetRequest,PhraseSet>
SpeechStubSettings.Builder. getPhraseSetSettings()
Returns the builder for the settings used for calls to getPhraseSet.com.google.api.gax.rpc.UnaryCallSettings<GetPhraseSetRequest,PhraseSet>
SpeechStubSettings. getPhraseSetSettings()
Returns the object with the settings used for calls to getPhraseSet.
-