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 DeleteReportConfigRequestDeleteReportConfigRequest.Builder. build()DeleteReportConfigRequestDeleteReportConfigRequest.Builder. buildPartial()static DeleteReportConfigRequestDeleteReportConfigRequest. getDefaultInstance()DeleteReportConfigRequestDeleteReportConfigRequest.Builder. getDefaultInstanceForType()DeleteReportConfigRequestDeleteReportConfigRequest. getDefaultInstanceForType()static DeleteReportConfigRequestDeleteReportConfigRequest. parseDelimitedFrom(InputStream input)static DeleteReportConfigRequestDeleteReportConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteReportConfigRequestDeleteReportConfigRequest. parseFrom(byte[] data)static DeleteReportConfigRequestDeleteReportConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteReportConfigRequestDeleteReportConfigRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteReportConfigRequestDeleteReportConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteReportConfigRequestDeleteReportConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteReportConfigRequestDeleteReportConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteReportConfigRequestDeleteReportConfigRequest. parseFrom(InputStream input)static DeleteReportConfigRequestDeleteReportConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteReportConfigRequestDeleteReportConfigRequest. parseFrom(ByteBuffer data)static DeleteReportConfigRequestDeleteReportConfigRequest. 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 voidStorageInsightsClient. deleteReportConfig(DeleteReportConfigRequest request)Deletes a single ReportConfig.default voidStorageInsightsGrpc.AsyncService. deleteReportConfig(DeleteReportConfigRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a single ReportConfig.com.google.protobuf.EmptyStorageInsightsGrpc.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.voidStorageInsightsGrpc.StorageInsightsStub. deleteReportConfig(DeleteReportConfigRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a single ReportConfig.DeleteReportConfigRequest.BuilderDeleteReportConfigRequest.Builder. mergeFrom(DeleteReportConfigRequest other)static DeleteReportConfigRequest.BuilderDeleteReportConfigRequest. 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.
-