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 DeletePhraseSetRequest
DeletePhraseSetRequest.Builder. build()
DeletePhraseSetRequest
DeletePhraseSetRequest.Builder. buildPartial()
static DeletePhraseSetRequest
DeletePhraseSetRequest. getDefaultInstance()
DeletePhraseSetRequest
DeletePhraseSetRequest.Builder. getDefaultInstanceForType()
DeletePhraseSetRequest
DeletePhraseSetRequest. getDefaultInstanceForType()
static DeletePhraseSetRequest
DeletePhraseSetRequest. parseDelimitedFrom(InputStream input)
static DeletePhraseSetRequest
DeletePhraseSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeletePhraseSetRequest
DeletePhraseSetRequest. parseFrom(byte[] data)
static DeletePhraseSetRequest
DeletePhraseSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeletePhraseSetRequest
DeletePhraseSetRequest. parseFrom(com.google.protobuf.ByteString data)
static DeletePhraseSetRequest
DeletePhraseSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeletePhraseSetRequest
DeletePhraseSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeletePhraseSetRequest
DeletePhraseSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeletePhraseSetRequest
DeletePhraseSetRequest. parseFrom(InputStream input)
static DeletePhraseSetRequest
DeletePhraseSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeletePhraseSetRequest
DeletePhraseSetRequest. parseFrom(ByteBuffer data)
static DeletePhraseSetRequest
DeletePhraseSetRequest. 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 void
AdaptationClient. deletePhraseSet(DeletePhraseSetRequest request)
Delete a phrase set.com.google.protobuf.Empty
AdaptationGrpc.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.void
AdaptationGrpc.AdaptationStub. deletePhraseSet(DeletePhraseSetRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Delete a phrase set.default void
AdaptationGrpc.AsyncService. deletePhraseSet(DeletePhraseSetRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Delete a phrase set.DeletePhraseSetRequest.Builder
DeletePhraseSetRequest.Builder. mergeFrom(DeletePhraseSetRequest other)
static DeletePhraseSetRequest.Builder
DeletePhraseSetRequest. 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.
-