Uses of Class
com.google.cloud.speech.v1p1beta1.GetPhraseSetRequest
-
Packages that use GetPhraseSetRequest Package Description com.google.cloud.speech.v1p1beta1 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v1p1beta1.stub -
-
Uses of GetPhraseSetRequest in com.google.cloud.speech.v1p1beta1
Methods in com.google.cloud.speech.v1p1beta1 that return GetPhraseSetRequest Modifier and Type Method Description GetPhraseSetRequestGetPhraseSetRequest.Builder. build()GetPhraseSetRequestGetPhraseSetRequest.Builder. buildPartial()static GetPhraseSetRequestGetPhraseSetRequest. getDefaultInstance()GetPhraseSetRequestGetPhraseSetRequest.Builder. getDefaultInstanceForType()GetPhraseSetRequestGetPhraseSetRequest. getDefaultInstanceForType()static GetPhraseSetRequestGetPhraseSetRequest. parseDelimitedFrom(InputStream input)static GetPhraseSetRequestGetPhraseSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPhraseSetRequestGetPhraseSetRequest. parseFrom(byte[] data)static GetPhraseSetRequestGetPhraseSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPhraseSetRequestGetPhraseSetRequest. parseFrom(com.google.protobuf.ByteString data)static GetPhraseSetRequestGetPhraseSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPhraseSetRequestGetPhraseSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetPhraseSetRequestGetPhraseSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPhraseSetRequestGetPhraseSetRequest. parseFrom(InputStream input)static GetPhraseSetRequestGetPhraseSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPhraseSetRequestGetPhraseSetRequest. parseFrom(ByteBuffer data)static GetPhraseSetRequestGetPhraseSetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.speech.v1p1beta1 that return types with arguments of type GetPhraseSetRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetPhraseSetRequest,PhraseSet>AdaptationGrpc. getGetPhraseSetMethod()com.google.protobuf.Parser<GetPhraseSetRequest>GetPhraseSetRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetPhraseSetRequest,PhraseSet>AdaptationClient. getPhraseSetCallable()Get a phrase set.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPhraseSetRequest,PhraseSet>AdaptationSettings.Builder. getPhraseSetSettings()Returns the builder for the settings used for calls to getPhraseSet.com.google.api.gax.rpc.UnaryCallSettings<GetPhraseSetRequest,PhraseSet>AdaptationSettings. 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.v1p1beta1 with parameters of type GetPhraseSetRequest Modifier and Type Method Description PhraseSetAdaptationClient. getPhraseSet(GetPhraseSetRequest request)Get a phrase set.PhraseSetAdaptationGrpc.AdaptationBlockingStub. getPhraseSet(GetPhraseSetRequest request)Get a phrase set.com.google.common.util.concurrent.ListenableFuture<PhraseSet>AdaptationGrpc.AdaptationFutureStub. getPhraseSet(GetPhraseSetRequest request)Get a phrase set.voidAdaptationGrpc.AdaptationStub. getPhraseSet(GetPhraseSetRequest request, io.grpc.stub.StreamObserver<PhraseSet> responseObserver)Get a phrase set.default voidAdaptationGrpc.AsyncService. getPhraseSet(GetPhraseSetRequest request, io.grpc.stub.StreamObserver<PhraseSet> responseObserver)Get a phrase set.GetPhraseSetRequest.BuilderGetPhraseSetRequest.Builder. mergeFrom(GetPhraseSetRequest other)static GetPhraseSetRequest.BuilderGetPhraseSetRequest. newBuilder(GetPhraseSetRequest prototype) -
Uses of GetPhraseSetRequest in com.google.cloud.speech.v1p1beta1.stub
Methods in com.google.cloud.speech.v1p1beta1.stub that return types with arguments of type GetPhraseSetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetPhraseSetRequest,PhraseSet>AdaptationStub. getPhraseSetCallable()com.google.api.gax.rpc.UnaryCallable<GetPhraseSetRequest,PhraseSet>GrpcAdaptationStub. getPhraseSetCallable()com.google.api.gax.rpc.UnaryCallable<GetPhraseSetRequest,PhraseSet>HttpJsonAdaptationStub. getPhraseSetCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPhraseSetRequest,PhraseSet>AdaptationStubSettings.Builder. getPhraseSetSettings()Returns the builder for the settings used for calls to getPhraseSet.com.google.api.gax.rpc.UnaryCallSettings<GetPhraseSetRequest,PhraseSet>AdaptationStubSettings. getPhraseSetSettings()Returns the object with the settings used for calls to getPhraseSet.
-