public interface ReportResultsMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDateRange()
public abstract DateRange getDateRange()The date range of reported usage.
.google.cloud.channel.v1.DateRange date_range = 3;
| Type | Description |
| DateRange | The dateRange. |
getDateRangeOrBuilder()
public abstract DateRangeOrBuilder getDateRangeOrBuilder()The date range of reported usage.
.google.cloud.channel.v1.DateRange date_range = 3;
| Type | Description |
| DateRangeOrBuilder |
getPrecedingDateRange()
public abstract DateRange getPrecedingDateRange() The usage dates immediately preceding date_range with the same duration.
Use this to calculate trending usage and costs. This is only populated if
you request trending data.
For example, if date_range is July 1-15, preceding_date_range will be
June 16-30.
.google.cloud.channel.v1.DateRange preceding_date_range = 4;
| Type | Description |
| DateRange | The precedingDateRange. |
getPrecedingDateRangeOrBuilder()
public abstract DateRangeOrBuilder getPrecedingDateRangeOrBuilder() The usage dates immediately preceding date_range with the same duration.
Use this to calculate trending usage and costs. This is only populated if
you request trending data.
For example, if date_range is July 1-15, preceding_date_range will be
June 16-30.
.google.cloud.channel.v1.DateRange preceding_date_range = 4;
| Type | Description |
| DateRangeOrBuilder |
getReport()
public abstract Report getReport()Details of the completed report.
.google.cloud.channel.v1.Report report = 1;
| Type | Description |
| Report | The report. |
getReportOrBuilder()
public abstract ReportOrBuilder getReportOrBuilder()Details of the completed report.
.google.cloud.channel.v1.Report report = 1;
| Type | Description |
| ReportOrBuilder |
getRowCount()
public abstract long getRowCount()The total number of rows of data in the final report.
int64 row_count = 2;
| Type | Description |
| long | The rowCount. |
hasDateRange()
public abstract boolean hasDateRange()The date range of reported usage.
.google.cloud.channel.v1.DateRange date_range = 3;
| Type | Description |
| boolean | Whether the dateRange field is set. |
hasPrecedingDateRange()
public abstract boolean hasPrecedingDateRange() The usage dates immediately preceding date_range with the same duration.
Use this to calculate trending usage and costs. This is only populated if
you request trending data.
For example, if date_range is July 1-15, preceding_date_range will be
June 16-30.
.google.cloud.channel.v1.DateRange preceding_date_range = 4;
| Type | Description |
| boolean | Whether the precedingDateRange field is set. |
hasReport()
public abstract boolean hasReport()Details of the completed report.
.google.cloud.channel.v1.Report report = 1;
| Type | Description |
| boolean | Whether the report field is set. |