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 UpdateReportConfigRequest
UpdateReportConfigRequest.Builder. build()
UpdateReportConfigRequest
UpdateReportConfigRequest.Builder. buildPartial()
static UpdateReportConfigRequest
UpdateReportConfigRequest. getDefaultInstance()
UpdateReportConfigRequest
UpdateReportConfigRequest.Builder. getDefaultInstanceForType()
UpdateReportConfigRequest
UpdateReportConfigRequest. getDefaultInstanceForType()
static UpdateReportConfigRequest
UpdateReportConfigRequest. parseDelimitedFrom(InputStream input)
static UpdateReportConfigRequest
UpdateReportConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateReportConfigRequest
UpdateReportConfigRequest. parseFrom(byte[] data)
static UpdateReportConfigRequest
UpdateReportConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateReportConfigRequest
UpdateReportConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateReportConfigRequest
UpdateReportConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateReportConfigRequest
UpdateReportConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateReportConfigRequest
UpdateReportConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateReportConfigRequest
UpdateReportConfigRequest. parseFrom(InputStream input)
static UpdateReportConfigRequest
UpdateReportConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateReportConfigRequest
UpdateReportConfigRequest. parseFrom(ByteBuffer data)
static UpdateReportConfigRequest
UpdateReportConfigRequest. 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.Builder
UpdateReportConfigRequest.Builder. mergeFrom(UpdateReportConfigRequest other)
static UpdateReportConfigRequest.Builder
UpdateReportConfigRequest. newBuilder(UpdateReportConfigRequest prototype)
ReportConfig
StorageInsightsClient. updateReportConfig(UpdateReportConfigRequest request)
Updates the parameters of a single ReportConfig.default void
StorageInsightsGrpc.AsyncService. updateReportConfig(UpdateReportConfigRequest request, io.grpc.stub.StreamObserver<ReportConfig> responseObserver)
Updates the parameters of a single ReportConfig.ReportConfig
StorageInsightsGrpc.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.void
StorageInsightsGrpc.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.
-