Uses of Class
com.google.cloud.channel.v1.Row
-
Packages that use Row Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of Row in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return Row Modifier and Type Method Description Row
Row.Builder. build()
Row
Row.Builder. buildPartial()
static Row
Row. getDefaultInstance()
Row
Row.Builder. getDefaultInstanceForType()
Row
Row. getDefaultInstanceForType()
Row
FetchReportResultsResponse.Builder. getRows(int index)
The report's lists of values.Row
FetchReportResultsResponse. getRows(int index)
The report's lists of values.Row
FetchReportResultsResponseOrBuilder. getRows(int index)
The report's lists of values.static Row
Row. parseDelimitedFrom(InputStream input)
static Row
Row. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Row
Row. parseFrom(byte[] data)
static Row
Row. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Row
Row. parseFrom(com.google.protobuf.ByteString data)
static Row
Row. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Row
Row. parseFrom(com.google.protobuf.CodedInputStream input)
static Row
Row. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Row
Row. parseFrom(InputStream input)
static Row
Row. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Row
Row. parseFrom(ByteBuffer data)
static Row
Row. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type Row Modifier and Type Method Description com.google.protobuf.Parser<Row>
Row. getParserForType()
List<Row>
FetchReportResultsResponse.Builder. getRowsList()
The report's lists of values.List<Row>
FetchReportResultsResponse. getRowsList()
The report's lists of values.List<Row>
FetchReportResultsResponseOrBuilder. getRowsList()
The report's lists of values.static com.google.protobuf.Parser<Row>
Row. parser()
Methods in com.google.cloud.channel.v1 with parameters of type Row Modifier and Type Method Description FetchReportResultsResponse.Builder
FetchReportResultsResponse.Builder. addRows(int index, Row value)
The report's lists of values.FetchReportResultsResponse.Builder
FetchReportResultsResponse.Builder. addRows(Row value)
The report's lists of values.Row.Builder
Row.Builder. mergeFrom(Row other)
static Row.Builder
Row. newBuilder(Row prototype)
FetchReportResultsResponse.Builder
FetchReportResultsResponse.Builder. setRows(int index, Row value)
The report's lists of values.Method parameters in com.google.cloud.channel.v1 with type arguments of type Row Modifier and Type Method Description FetchReportResultsResponse.Builder
FetchReportResultsResponse.Builder. addAllRows(Iterable<? extends Row> values)
The report's lists of values.static com.google.api.core.ApiFuture<CloudChannelReportsServiceClient.FetchReportResultsPagedResponse>
CloudChannelReportsServiceClient.FetchReportResultsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<FetchReportResultsRequest,FetchReportResultsResponse,Row> context, com.google.api.core.ApiFuture<FetchReportResultsResponse> futureResponse)
protected CloudChannelReportsServiceClient.FetchReportResultsPage
CloudChannelReportsServiceClient.FetchReportResultsPage. createPage(com.google.api.gax.rpc.PageContext<FetchReportResultsRequest,FetchReportResultsResponse,Row> context, FetchReportResultsResponse response)
com.google.api.core.ApiFuture<CloudChannelReportsServiceClient.FetchReportResultsPage>
CloudChannelReportsServiceClient.FetchReportResultsPage. createPageAsync(com.google.api.gax.rpc.PageContext<FetchReportResultsRequest,FetchReportResultsResponse,Row> context, com.google.api.core.ApiFuture<FetchReportResultsResponse> futureResponse)
-