Interface ReportJobOrBuilder (3.48.0)

public interface ReportJobOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName() (deprecated)

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() (deprecated)

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() (deprecated)

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() (deprecated)

public abstract ReportStatusOrBuilder getReportStatusOrBuilder()

The current status of report generation.

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

Returns
Type Description
ReportStatusOrBuilder

hasReportStatus() (deprecated)

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.