- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.1
- 3.5.1
- 3.3.1
public interface ReportResultsMetadataOrBuilder extends MessageOrBuilder
Implements
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. |