public interface ReportJobOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ReportStatus |
The reportStatus. |
getReportStatusOrBuilder()
public abstract ReportStatusOrBuilder getReportStatusOrBuilder()The current status of report generation.
.google.cloud.channel.v1.ReportStatus report_status = 2;
| Returns | |
|---|---|
| Type | Description |
ReportStatusOrBuilder |
|
hasReportStatus()
public abstract boolean hasReportStatus()The current status of report generation.
.google.cloud.channel.v1.ReportStatus report_status = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the reportStatus field is set. |