- 3.89.0 (latest)
- 3.87.0
- 3.86.0
- 3.85.0
- 3.84.0
- 3.82.0
- 3.80.0
- 3.79.0
- 3.78.0
- 3.77.0
- 3.76.0
- 3.74.0
- 3.72.0
- 3.71.0
- 3.68.0
- 3.67.0
- 3.66.0
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 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 static final class FetchReportResultsResponse.Builder extends GeneratedMessage.Builder<FetchReportResultsResponse.Builder> implements FetchReportResultsResponseOrBuilderResponse message for CloudChannelReportsService.FetchReportResults. Contains a tabular representation of the report results.
Protobuf type google.cloud.channel.v1.FetchReportResultsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FetchReportResultsResponse.BuilderImplements
FetchReportResultsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllRows(Iterable<? extends Row> values)
public FetchReportResultsResponse.Builder addAllRows(Iterable<? extends Row> values) The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.channel.v1.Row> |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|
addRows(Row value)
public FetchReportResultsResponse.Builder addRows(Row value) The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Row |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|
addRows(Row.Builder builderForValue)
public FetchReportResultsResponse.Builder addRows(Row.Builder builderForValue) The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Row.Builder |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|
addRows(int index, Row value)
public FetchReportResultsResponse.Builder addRows(int index, Row value) The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Row |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|
addRows(int index, Row.Builder builderForValue)
public FetchReportResultsResponse.Builder addRows(int index, Row.Builder builderForValue) The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Row.Builder |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|
addRowsBuilder()
public Row.Builder addRowsBuilder() The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
addRowsBuilder(int index)
public Row.Builder addRowsBuilder(int index) The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
build()
public FetchReportResultsResponse build()| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse |
|
buildPartial()
public FetchReportResultsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse |
|
clear()
public FetchReportResultsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|
clearNextPageToken()
public FetchReportResultsResponse.Builder clearNextPageToken()Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
This builder for chaining. |
clearReportMetadata()
public FetchReportResultsResponse.Builder clearReportMetadata()The metadata for the report results (display name, columns, row count, and date ranges).
.google.cloud.channel.v1.ReportResultsMetadata report_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|
clearRows()
public FetchReportResultsResponse.Builder clearRows() The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|
getDefaultInstanceForType()
public FetchReportResultsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken()Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getReportMetadata()
public ReportResultsMetadata getReportMetadata()The metadata for the report results (display name, columns, row count, and date ranges).
.google.cloud.channel.v1.ReportResultsMetadata report_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
ReportResultsMetadata |
The reportMetadata. |
getReportMetadataBuilder()
public ReportResultsMetadata.Builder getReportMetadataBuilder()The metadata for the report results (display name, columns, row count, and date ranges).
.google.cloud.channel.v1.ReportResultsMetadata report_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
ReportResultsMetadata.Builder |
|
getReportMetadataOrBuilder()
public ReportResultsMetadataOrBuilder getReportMetadataOrBuilder()The metadata for the report results (display name, columns, row count, and date ranges).
.google.cloud.channel.v1.ReportResultsMetadata report_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
ReportResultsMetadataOrBuilder |
|
getRows(int index)
public Row getRows(int index) The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Row |
|
getRowsBuilder(int index)
public Row.Builder getRowsBuilder(int index) The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
getRowsBuilderList()
public List<Row.Builder> getRowsBuilderList() The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getRowsCount()
public int getRowsCount() The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRowsList()
public List<Row> getRowsList() The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Returns | |
|---|---|
| Type | Description |
List<Row> |
|
getRowsOrBuilder(int index)
public RowOrBuilder getRowsOrBuilder(int index) The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RowOrBuilder |
|
getRowsOrBuilderList()
public List<? extends RowOrBuilder> getRowsOrBuilderList() The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.channel.v1.RowOrBuilder> |
|
hasReportMetadata()
public boolean hasReportMetadata()The metadata for the report results (display name, columns, row count, and date ranges).
.google.cloud.channel.v1.ReportResultsMetadata report_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the reportMetadata field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(FetchReportResultsResponse other)
public FetchReportResultsResponse.Builder mergeFrom(FetchReportResultsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
FetchReportResultsResponse |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FetchReportResultsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FetchReportResultsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|
mergeReportMetadata(ReportResultsMetadata value)
public FetchReportResultsResponse.Builder mergeReportMetadata(ReportResultsMetadata value)The metadata for the report results (display name, columns, row count, and date ranges).
.google.cloud.channel.v1.ReportResultsMetadata report_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ReportResultsMetadata |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|
removeRows(int index)
public FetchReportResultsResponse.Builder removeRows(int index) The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|
setNextPageToken(String value)
public FetchReportResultsResponse.Builder setNextPageToken(String value)Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
string next_page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public FetchReportResultsResponse.Builder setNextPageTokenBytes(ByteString value)Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
string next_page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
This builder for chaining. |
setReportMetadata(ReportResultsMetadata value)
public FetchReportResultsResponse.Builder setReportMetadata(ReportResultsMetadata value)The metadata for the report results (display name, columns, row count, and date ranges).
.google.cloud.channel.v1.ReportResultsMetadata report_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ReportResultsMetadata |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|
setReportMetadata(ReportResultsMetadata.Builder builderForValue)
public FetchReportResultsResponse.Builder setReportMetadata(ReportResultsMetadata.Builder builderForValue)The metadata for the report results (display name, columns, row count, and date ranges).
.google.cloud.channel.v1.ReportResultsMetadata report_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ReportResultsMetadata.Builder |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|
setRows(int index, Row value)
public FetchReportResultsResponse.Builder setRows(int index, Row value) The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Row |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|
setRows(int index, Row.Builder builderForValue)
public FetchReportResultsResponse.Builder setRows(int index, Row.Builder builderForValue) The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Row.Builder |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultsResponse.Builder |
|