Package com.google.cloud.channel.v1
Interface ReportJobOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReportJob
,ReportJob.Builder
public interface ReportJobOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Required.com.google.protobuf.ByteString
getNameBytes()
Required.ReportStatus
getReportStatus()
The current status of report generation.ReportStatusOrBuilder
getReportStatusOrBuilder()
The current status of report generation.boolean
hasReportStatus()
The current status of report generation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
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:
- The name.
-
getNameBytes
com.google.protobuf.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:
- The bytes for name.
-
hasReportStatus
boolean hasReportStatus()
The current status of report generation.
.google.cloud.channel.v1.ReportStatus report_status = 2;
- Returns:
- Whether the reportStatus field is set.
-
getReportStatus
ReportStatus getReportStatus()
The current status of report generation.
.google.cloud.channel.v1.ReportStatus report_status = 2;
- Returns:
- The reportStatus.
-
getReportStatusOrBuilder
ReportStatusOrBuilder getReportStatusOrBuilder()
The current status of report generation.
.google.cloud.channel.v1.ReportStatus report_status = 2;
-
-