Uses of Class
com.google.cloud.storageinsights.v1.DeleteReportConfigRequest
-
Packages that use DeleteReportConfigRequest Package Description com.google.cloud.storageinsights.v1 A client to Storage Insights APIcom.google.cloud.storageinsights.v1.stub -
-
Uses of DeleteReportConfigRequest in com.google.cloud.storageinsights.v1
Methods in com.google.cloud.storageinsights.v1 that return DeleteReportConfigRequest Modifier and Type Method Description DeleteReportConfigRequest
DeleteReportConfigRequest.Builder. build()
DeleteReportConfigRequest
DeleteReportConfigRequest.Builder. buildPartial()
static DeleteReportConfigRequest
DeleteReportConfigRequest. getDefaultInstance()
DeleteReportConfigRequest
DeleteReportConfigRequest.Builder. getDefaultInstanceForType()
DeleteReportConfigRequest
DeleteReportConfigRequest. getDefaultInstanceForType()
static DeleteReportConfigRequest
DeleteReportConfigRequest. parseDelimitedFrom(InputStream input)
static DeleteReportConfigRequest
DeleteReportConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteReportConfigRequest
DeleteReportConfigRequest. parseFrom(byte[] data)
static DeleteReportConfigRequest
DeleteReportConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteReportConfigRequest
DeleteReportConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteReportConfigRequest
DeleteReportConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteReportConfigRequest
DeleteReportConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteReportConfigRequest
DeleteReportConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteReportConfigRequest
DeleteReportConfigRequest. parseFrom(InputStream input)
static DeleteReportConfigRequest
DeleteReportConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteReportConfigRequest
DeleteReportConfigRequest. parseFrom(ByteBuffer data)
static DeleteReportConfigRequest
DeleteReportConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.storageinsights.v1 that return types with arguments of type DeleteReportConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteReportConfigRequest,com.google.protobuf.Empty>
StorageInsightsClient. deleteReportConfigCallable()
Deletes a single ReportConfig.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteReportConfigRequest,com.google.protobuf.Empty>
StorageInsightsSettings.Builder. deleteReportConfigSettings()
Returns the builder for the settings used for calls to deleteReportConfig.com.google.api.gax.rpc.UnaryCallSettings<DeleteReportConfigRequest,com.google.protobuf.Empty>
StorageInsightsSettings. deleteReportConfigSettings()
Returns the object with the settings used for calls to deleteReportConfig.static io.grpc.MethodDescriptor<DeleteReportConfigRequest,com.google.protobuf.Empty>
StorageInsightsGrpc. getDeleteReportConfigMethod()
com.google.protobuf.Parser<DeleteReportConfigRequest>
DeleteReportConfigRequest. getParserForType()
static com.google.protobuf.Parser<DeleteReportConfigRequest>
DeleteReportConfigRequest. parser()
Methods in com.google.cloud.storageinsights.v1 with parameters of type DeleteReportConfigRequest Modifier and Type Method Description void
StorageInsightsClient. deleteReportConfig(DeleteReportConfigRequest request)
Deletes a single ReportConfig.default void
StorageInsightsGrpc.AsyncService. deleteReportConfig(DeleteReportConfigRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a single ReportConfig.com.google.protobuf.Empty
StorageInsightsGrpc.StorageInsightsBlockingStub. deleteReportConfig(DeleteReportConfigRequest request)
Deletes a single ReportConfig.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
StorageInsightsGrpc.StorageInsightsFutureStub. deleteReportConfig(DeleteReportConfigRequest request)
Deletes a single ReportConfig.void
StorageInsightsGrpc.StorageInsightsStub. deleteReportConfig(DeleteReportConfigRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a single ReportConfig.DeleteReportConfigRequest.Builder
DeleteReportConfigRequest.Builder. mergeFrom(DeleteReportConfigRequest other)
static DeleteReportConfigRequest.Builder
DeleteReportConfigRequest. newBuilder(DeleteReportConfigRequest prototype)
-
Uses of DeleteReportConfigRequest in com.google.cloud.storageinsights.v1.stub
Methods in com.google.cloud.storageinsights.v1.stub that return types with arguments of type DeleteReportConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteReportConfigRequest,com.google.protobuf.Empty>
GrpcStorageInsightsStub. deleteReportConfigCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteReportConfigRequest,com.google.protobuf.Empty>
HttpJsonStorageInsightsStub. deleteReportConfigCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteReportConfigRequest,com.google.protobuf.Empty>
StorageInsightsStub. deleteReportConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteReportConfigRequest,com.google.protobuf.Empty>
StorageInsightsStubSettings.Builder. deleteReportConfigSettings()
Returns the builder for the settings used for calls to deleteReportConfig.com.google.api.gax.rpc.UnaryCallSettings<DeleteReportConfigRequest,com.google.protobuf.Empty>
StorageInsightsStubSettings. deleteReportConfigSettings()
Returns the object with the settings used for calls to deleteReportConfig.
-