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