Class ReportJob (3.45.0)

public final class ReportJob extends GeneratedMessageV3 implements ReportJobOrBuilder

The result of a [RunReportJob][] operation. Contains the name to use in FetchReportResultsRequest.report_job and the status of the operation.

Protobuf type google.cloud.channel.v1.ReportJob

Implements

ReportJobOrBuilder

Static Fields

NAME_FIELD_NUMBER (deprecated)

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

REPORT_STATUS_FIELD_NUMBER (deprecated)

public static final int REPORT_STATUS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance() (deprecated)

public static ReportJob getDefaultInstance()
Returns
TypeDescription
ReportJob

getDescriptor() (deprecated)

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder() (deprecated)

public static ReportJob.Builder newBuilder()
Returns
TypeDescription
ReportJob.Builder

newBuilder(ReportJob prototype) (deprecated)

public static ReportJob.Builder newBuilder(ReportJob prototype)
Parameter
NameDescription
prototypeReportJob
Returns
TypeDescription
ReportJob.Builder

parseDelimitedFrom(InputStream input) (deprecated)

public static ReportJob parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ReportJob
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)

public static ReportJob parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReportJob
Exceptions
TypeDescription
IOException

parseFrom(byte[] data) (deprecated)

public static ReportJob parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ReportJob
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) (deprecated)

public static ReportJob parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReportJob
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data) (deprecated)

public static ReportJob parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ReportJob
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) (deprecated)

public static ReportJob parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReportJob
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input) (deprecated)

public static ReportJob parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ReportJob
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)

public static ReportJob parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReportJob
Exceptions
TypeDescription
IOException

parseFrom(InputStream input) (deprecated)

public static ReportJob parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ReportJob
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)

public static ReportJob parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReportJob
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data) (deprecated)

public static ReportJob parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ReportJob
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) (deprecated)

public static ReportJob parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReportJob
Exceptions
TypeDescription
InvalidProtocolBufferException

parser() (deprecated)

public static Parser<ReportJob> parser()
Returns
TypeDescription
Parser<ReportJob>

Methods

equals(Object obj) (deprecated)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType() (deprecated)

public ReportJob getDefaultInstanceForType()
Returns
TypeDescription
ReportJob

getName() (deprecated)

public String getName()

Required. The resource name of a report job. Name uses the format: accounts/{account_id}/reportJobs/{report_job_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The name.

getNameBytes() (deprecated)

public ByteString getNameBytes()

Required. The resource name of a report job. Name uses the format: accounts/{account_id}/reportJobs/{report_job_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType() (deprecated)

public Parser<ReportJob> getParserForType()
Returns
TypeDescription
Parser<ReportJob>
Overrides

getReportStatus() (deprecated)

public ReportStatus getReportStatus()

The current status of report generation.

.google.cloud.channel.v1.ReportStatus report_status = 2;

Returns
TypeDescription
ReportStatus

The reportStatus.

getReportStatusOrBuilder() (deprecated)

public ReportStatusOrBuilder getReportStatusOrBuilder()

The current status of report generation.

.google.cloud.channel.v1.ReportStatus report_status = 2;

Returns
TypeDescription
ReportStatusOrBuilder

getSerializedSize() (deprecated)

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasReportStatus() (deprecated)

public boolean hasReportStatus()

The current status of report generation.

.google.cloud.channel.v1.ReportStatus report_status = 2;

Returns
TypeDescription
boolean

Whether the reportStatus field is set.

hashCode() (deprecated)

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable() (deprecated)

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized() (deprecated)

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType() (deprecated)

public ReportJob.Builder newBuilderForType()
Returns
TypeDescription
ReportJob.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent) (deprecated)

protected ReportJob.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ReportJob.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) (deprecated)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder() (deprecated)

public ReportJob.Builder toBuilder()
Returns
TypeDescription
ReportJob.Builder

writeTo(CodedOutputStream output) (deprecated)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException