Interface ReportJobOrBuilder (3.9.0)

public interface ReportJobOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract 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()

public abstract 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.

getReportStatus()

public abstract ReportStatus getReportStatus()

The current status of report generation.

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

Returns
TypeDescription
ReportStatus

The reportStatus.

getReportStatusOrBuilder()

public abstract ReportStatusOrBuilder getReportStatusOrBuilder()

The current status of report generation.

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

Returns
TypeDescription
ReportStatusOrBuilder

hasReportStatus()

public abstract 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.