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