Uses of Class
com.google.cloud.channel.v1.ReportStatus
-
Packages that use ReportStatus Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of ReportStatus in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ReportStatus Modifier and Type Method Description ReportStatus
ReportStatus.Builder. build()
ReportStatus
ReportStatus.Builder. buildPartial()
static ReportStatus
ReportStatus. getDefaultInstance()
ReportStatus
ReportStatus.Builder. getDefaultInstanceForType()
ReportStatus
ReportStatus. getDefaultInstanceForType()
ReportStatus
ReportJob.Builder. getReportStatus()
The current status of report generation.ReportStatus
ReportJob. getReportStatus()
The current status of report generation.ReportStatus
ReportJobOrBuilder. getReportStatus()
The current status of report generation.static ReportStatus
ReportStatus. parseDelimitedFrom(InputStream input)
static ReportStatus
ReportStatus. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportStatus
ReportStatus. parseFrom(byte[] data)
static ReportStatus
ReportStatus. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportStatus
ReportStatus. parseFrom(com.google.protobuf.ByteString data)
static ReportStatus
ReportStatus. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportStatus
ReportStatus. parseFrom(com.google.protobuf.CodedInputStream input)
static ReportStatus
ReportStatus. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportStatus
ReportStatus. parseFrom(InputStream input)
static ReportStatus
ReportStatus. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportStatus
ReportStatus. parseFrom(ByteBuffer data)
static ReportStatus
ReportStatus. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type ReportStatus Modifier and Type Method Description com.google.protobuf.Parser<ReportStatus>
ReportStatus. getParserForType()
static com.google.protobuf.Parser<ReportStatus>
ReportStatus. parser()
Methods in com.google.cloud.channel.v1 with parameters of type ReportStatus Modifier and Type Method Description ReportStatus.Builder
ReportStatus.Builder. mergeFrom(ReportStatus other)
ReportJob.Builder
ReportJob.Builder. mergeReportStatus(ReportStatus value)
The current status of report generation.static ReportStatus.Builder
ReportStatus. newBuilder(ReportStatus prototype)
ReportJob.Builder
ReportJob.Builder. setReportStatus(ReportStatus value)
The current status of report generation.
-