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