public static final class FetchReportResultsResponse.Builder extends GeneratedMessageV3.Builder<FetchReportResultsResponse.Builder> implements FetchReportResultsResponseOrBuilder
Response message for CloudChannelReportsService.FetchReportResults.
Contains a tabular representation of the report results.
Protobuf type google.cloud.channel.v1.FetchReportResultsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
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
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public FetchReportResultsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
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
Returns
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
Returns
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
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
Returns
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
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
Returns
build()
public FetchReportResultsResponse build()
Returns
buildPartial()
public FetchReportResultsResponse buildPartial()
Returns
clear()
public FetchReportResultsResponse.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public FetchReportResultsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
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
clearOneof(Descriptors.OneofDescriptor oneof)
public FetchReportResultsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
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
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
clone()
public FetchReportResultsResponse.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public FetchReportResultsResponse getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
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.
|
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
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
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
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
Returns
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
Returns
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
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
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
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
Returns
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> | |
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(FetchReportResultsResponse other)
public FetchReportResultsResponse.Builder mergeFrom(FetchReportResultsResponse other)
Parameter
Returns
public FetchReportResultsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public FetchReportResultsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
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
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FetchReportResultsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
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
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public FetchReportResultsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
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 | String
The nextPageToken to set.
|
Returns
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 | ByteString
The bytes for nextPageToken to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public FetchReportResultsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
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
Returns
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
Returns
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
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
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final FetchReportResultsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides