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