Interface ReportJobOrBuilder (3.45.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
TypeDescription
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
TypeDescription
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
TypeDescription
ReportStatus

The reportStatus.

getReportStatusOrBuilder() (deprecated)

public abstract ReportStatusOrBuilder getReportStatusOrBuilder()

The current status of report generation.

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

Returns
TypeDescription
ReportStatusOrBuilder

hasReportStatus() (deprecated)

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.