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 DeleteViewRequest
DeleteViewRequest.Builder. build()
DeleteViewRequest
DeleteViewRequest.Builder. buildPartial()
static DeleteViewRequest
DeleteViewRequest. getDefaultInstance()
DeleteViewRequest
DeleteViewRequest.Builder. getDefaultInstanceForType()
DeleteViewRequest
DeleteViewRequest. getDefaultInstanceForType()
static DeleteViewRequest
DeleteViewRequest. parseDelimitedFrom(InputStream input)
static DeleteViewRequest
DeleteViewRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteViewRequest
DeleteViewRequest. parseFrom(byte[] data)
static DeleteViewRequest
DeleteViewRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteViewRequest
DeleteViewRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteViewRequest
DeleteViewRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteViewRequest
DeleteViewRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteViewRequest
DeleteViewRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteViewRequest
DeleteViewRequest. parseFrom(InputStream input)
static DeleteViewRequest
DeleteViewRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteViewRequest
DeleteViewRequest. parseFrom(ByteBuffer data)
static DeleteViewRequest
DeleteViewRequest. 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 void
ContactCenterInsightsClient. deleteView(DeleteViewRequest request)
Deletes a view.default void
ContactCenterInsightsGrpc.AsyncService. deleteView(DeleteViewRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a view.com.google.protobuf.Empty
ContactCenterInsightsGrpc.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.void
ContactCenterInsightsGrpc.ContactCenterInsightsStub. deleteView(DeleteViewRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a view.DeleteViewRequest.Builder
DeleteViewRequest.Builder. mergeFrom(DeleteViewRequest other)
static DeleteViewRequest.Builder
DeleteViewRequest. 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.
-