public interface ReportResultsMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDateRange() (deprecated)
public abstract DateRange getDateRange()The date range of reported usage.
.google.cloud.channel.v1.DateRange date_range = 3;
| Returns | |
|---|---|
| Type | Description |
DateRange |
The dateRange. |
getDateRangeOrBuilder() (deprecated)
public abstract DateRangeOrBuilder getDateRangeOrBuilder()The date range of reported usage.
.google.cloud.channel.v1.DateRange date_range = 3;
| Returns | |
|---|---|
| Type | Description |
DateRangeOrBuilder |
|
getPrecedingDateRange() (deprecated)
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;
| Returns | |
|---|---|
| Type | Description |
DateRange |
The precedingDateRange. |
getPrecedingDateRangeOrBuilder() (deprecated)
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;
| Returns | |
|---|---|
| Type | Description |
DateRangeOrBuilder |
|
getReport() (deprecated)
public abstract Report getReport()Details of the completed report.
.google.cloud.channel.v1.Report report = 1;
| Returns | |
|---|---|
| Type | Description |
Report |
The report. |
getReportOrBuilder() (deprecated)
public abstract ReportOrBuilder getReportOrBuilder()Details of the completed report.
.google.cloud.channel.v1.Report report = 1;
| Returns | |
|---|---|
| Type | Description |
ReportOrBuilder |
|
getRowCount() (deprecated)
public abstract long getRowCount()The total number of rows of data in the final report.
int64 row_count = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The rowCount. |
hasDateRange() (deprecated)
public abstract boolean hasDateRange()The date range of reported usage.
.google.cloud.channel.v1.DateRange date_range = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dateRange field is set. |
hasPrecedingDateRange() (deprecated)
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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the precedingDateRange field is set. |
hasReport() (deprecated)
public abstract boolean hasReport()Details of the completed report.
.google.cloud.channel.v1.Report report = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the report field is set. |