Uses of Class
com.google.cloud.speech.v1.DeletePhraseSetRequest
-
Packages that use DeletePhraseSetRequest Package Description com.google.cloud.speech.v1 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v1.stub -
-
Uses of DeletePhraseSetRequest in com.google.cloud.speech.v1
Methods in com.google.cloud.speech.v1 that return DeletePhraseSetRequest Modifier and Type Method Description DeletePhraseSetRequestDeletePhraseSetRequest.Builder. build()DeletePhraseSetRequestDeletePhraseSetRequest.Builder. buildPartial()static DeletePhraseSetRequestDeletePhraseSetRequest. getDefaultInstance()DeletePhraseSetRequestDeletePhraseSetRequest.Builder. getDefaultInstanceForType()DeletePhraseSetRequestDeletePhraseSetRequest. getDefaultInstanceForType()static DeletePhraseSetRequestDeletePhraseSetRequest. parseDelimitedFrom(InputStream input)static DeletePhraseSetRequestDeletePhraseSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeletePhraseSetRequestDeletePhraseSetRequest. parseFrom(byte[] data)static DeletePhraseSetRequestDeletePhraseSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeletePhraseSetRequestDeletePhraseSetRequest. parseFrom(com.google.protobuf.ByteString data)static DeletePhraseSetRequestDeletePhraseSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeletePhraseSetRequestDeletePhraseSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeletePhraseSetRequestDeletePhraseSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeletePhraseSetRequestDeletePhraseSetRequest. parseFrom(InputStream input)static DeletePhraseSetRequestDeletePhraseSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeletePhraseSetRequestDeletePhraseSetRequest. parseFrom(ByteBuffer data)static DeletePhraseSetRequestDeletePhraseSetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.speech.v1 that return types with arguments of type DeletePhraseSetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeletePhraseSetRequest,com.google.protobuf.Empty>AdaptationClient. deletePhraseSetCallable()Delete a phrase set.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeletePhraseSetRequest,com.google.protobuf.Empty>AdaptationSettings.Builder. deletePhraseSetSettings()Returns the builder for the settings used for calls to deletePhraseSet.com.google.api.gax.rpc.UnaryCallSettings<DeletePhraseSetRequest,com.google.protobuf.Empty>AdaptationSettings. deletePhraseSetSettings()Returns the object with the settings used for calls to deletePhraseSet.static io.grpc.MethodDescriptor<DeletePhraseSetRequest,com.google.protobuf.Empty>AdaptationGrpc. getDeletePhraseSetMethod()com.google.protobuf.Parser<DeletePhraseSetRequest>DeletePhraseSetRequest. getParserForType()static com.google.protobuf.Parser<DeletePhraseSetRequest>DeletePhraseSetRequest. parser()Methods in com.google.cloud.speech.v1 with parameters of type DeletePhraseSetRequest Modifier and Type Method Description voidAdaptationClient. deletePhraseSet(DeletePhraseSetRequest request)Delete a phrase set.com.google.protobuf.EmptyAdaptationGrpc.AdaptationBlockingStub. deletePhraseSet(DeletePhraseSetRequest request)Delete a phrase set.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>AdaptationGrpc.AdaptationFutureStub. deletePhraseSet(DeletePhraseSetRequest request)Delete a phrase set.voidAdaptationGrpc.AdaptationStub. deletePhraseSet(DeletePhraseSetRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Delete a phrase set.default voidAdaptationGrpc.AsyncService. deletePhraseSet(DeletePhraseSetRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Delete a phrase set.DeletePhraseSetRequest.BuilderDeletePhraseSetRequest.Builder. mergeFrom(DeletePhraseSetRequest other)static DeletePhraseSetRequest.BuilderDeletePhraseSetRequest. newBuilder(DeletePhraseSetRequest prototype) -
Uses of DeletePhraseSetRequest in com.google.cloud.speech.v1.stub
Methods in com.google.cloud.speech.v1.stub that return types with arguments of type DeletePhraseSetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeletePhraseSetRequest,com.google.protobuf.Empty>AdaptationStub. deletePhraseSetCallable()com.google.api.gax.rpc.UnaryCallable<DeletePhraseSetRequest,com.google.protobuf.Empty>GrpcAdaptationStub. deletePhraseSetCallable()com.google.api.gax.rpc.UnaryCallable<DeletePhraseSetRequest,com.google.protobuf.Empty>HttpJsonAdaptationStub. deletePhraseSetCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeletePhraseSetRequest,com.google.protobuf.Empty>AdaptationStubSettings.Builder. deletePhraseSetSettings()Returns the builder for the settings used for calls to deletePhraseSet.com.google.api.gax.rpc.UnaryCallSettings<DeletePhraseSetRequest,com.google.protobuf.Empty>AdaptationStubSettings. deletePhraseSetSettings()Returns the object with the settings used for calls to deletePhraseSet.
-