Uses of Class
com.google.cloud.contactcenterinsights.v1.DeletePhraseMatcherRequest
-
Packages that use DeletePhraseMatcherRequest Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of DeletePhraseMatcherRequest in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return DeletePhraseMatcherRequest Modifier and Type Method Description DeletePhraseMatcherRequestDeletePhraseMatcherRequest.Builder. build()DeletePhraseMatcherRequestDeletePhraseMatcherRequest.Builder. buildPartial()static DeletePhraseMatcherRequestDeletePhraseMatcherRequest. getDefaultInstance()DeletePhraseMatcherRequestDeletePhraseMatcherRequest.Builder. getDefaultInstanceForType()DeletePhraseMatcherRequestDeletePhraseMatcherRequest. getDefaultInstanceForType()static DeletePhraseMatcherRequestDeletePhraseMatcherRequest. parseDelimitedFrom(InputStream input)static DeletePhraseMatcherRequestDeletePhraseMatcherRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeletePhraseMatcherRequestDeletePhraseMatcherRequest. parseFrom(byte[] data)static DeletePhraseMatcherRequestDeletePhraseMatcherRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeletePhraseMatcherRequestDeletePhraseMatcherRequest. parseFrom(com.google.protobuf.ByteString data)static DeletePhraseMatcherRequestDeletePhraseMatcherRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeletePhraseMatcherRequestDeletePhraseMatcherRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeletePhraseMatcherRequestDeletePhraseMatcherRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeletePhraseMatcherRequestDeletePhraseMatcherRequest. parseFrom(InputStream input)static DeletePhraseMatcherRequestDeletePhraseMatcherRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeletePhraseMatcherRequestDeletePhraseMatcherRequest. parseFrom(ByteBuffer data)static DeletePhraseMatcherRequestDeletePhraseMatcherRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type DeletePhraseMatcherRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeletePhraseMatcherRequest,com.google.protobuf.Empty>ContactCenterInsightsClient. deletePhraseMatcherCallable()Deletes a phrase matcher.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeletePhraseMatcherRequest,com.google.protobuf.Empty>ContactCenterInsightsSettings.Builder. deletePhraseMatcherSettings()Returns the builder for the settings used for calls to deletePhraseMatcher.com.google.api.gax.rpc.UnaryCallSettings<DeletePhraseMatcherRequest,com.google.protobuf.Empty>ContactCenterInsightsSettings. deletePhraseMatcherSettings()Returns the object with the settings used for calls to deletePhraseMatcher.static io.grpc.MethodDescriptor<DeletePhraseMatcherRequest,com.google.protobuf.Empty>ContactCenterInsightsGrpc. getDeletePhraseMatcherMethod()com.google.protobuf.Parser<DeletePhraseMatcherRequest>DeletePhraseMatcherRequest. getParserForType()static com.google.protobuf.Parser<DeletePhraseMatcherRequest>DeletePhraseMatcherRequest. parser()Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type DeletePhraseMatcherRequest Modifier and Type Method Description voidContactCenterInsightsClient. deletePhraseMatcher(DeletePhraseMatcherRequest request)Deletes a phrase matcher.default voidContactCenterInsightsGrpc.AsyncService. deletePhraseMatcher(DeletePhraseMatcherRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a phrase matcher.com.google.protobuf.EmptyContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. deletePhraseMatcher(DeletePhraseMatcherRequest request)Deletes a phrase matcher.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. deletePhraseMatcher(DeletePhraseMatcherRequest request)Deletes a phrase matcher.voidContactCenterInsightsGrpc.ContactCenterInsightsStub. deletePhraseMatcher(DeletePhraseMatcherRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a phrase matcher.DeletePhraseMatcherRequest.BuilderDeletePhraseMatcherRequest.Builder. mergeFrom(DeletePhraseMatcherRequest other)static DeletePhraseMatcherRequest.BuilderDeletePhraseMatcherRequest. newBuilder(DeletePhraseMatcherRequest prototype) -
Uses of DeletePhraseMatcherRequest in com.google.cloud.contactcenterinsights.v1.stub
Methods in com.google.cloud.contactcenterinsights.v1.stub that return types with arguments of type DeletePhraseMatcherRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeletePhraseMatcherRequest,com.google.protobuf.Empty>ContactCenterInsightsStub. deletePhraseMatcherCallable()com.google.api.gax.rpc.UnaryCallable<DeletePhraseMatcherRequest,com.google.protobuf.Empty>GrpcContactCenterInsightsStub. deletePhraseMatcherCallable()com.google.api.gax.rpc.UnaryCallable<DeletePhraseMatcherRequest,com.google.protobuf.Empty>HttpJsonContactCenterInsightsStub. deletePhraseMatcherCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeletePhraseMatcherRequest,com.google.protobuf.Empty>ContactCenterInsightsStubSettings.Builder. deletePhraseMatcherSettings()Returns the builder for the settings used for calls to deletePhraseMatcher.com.google.api.gax.rpc.UnaryCallSettings<DeletePhraseMatcherRequest,com.google.protobuf.Empty>ContactCenterInsightsStubSettings. deletePhraseMatcherSettings()Returns the object with the settings used for calls to deletePhraseMatcher.
-