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 RowRow.Builder. build()RowRow.Builder. buildPartial()static RowRow. getDefaultInstance()RowRow.Builder. getDefaultInstanceForType()RowRow. getDefaultInstanceForType()RowFetchReportResultsResponse.Builder. getRows(int index)The report's lists of values.RowFetchReportResultsResponse. getRows(int index)The report's lists of values.RowFetchReportResultsResponseOrBuilder. getRows(int index)The report's lists of values.static RowRow. parseDelimitedFrom(InputStream input)static RowRow. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRow. parseFrom(byte[] data)static RowRow. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRow. parseFrom(com.google.protobuf.ByteString data)static RowRow. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRow. parseFrom(com.google.protobuf.CodedInputStream input)static RowRow. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRow. parseFrom(InputStream input)static RowRow. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRow. parseFrom(ByteBuffer data)static RowRow. 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.BuilderFetchReportResultsResponse.Builder. addRows(int index, Row value)The report's lists of values.FetchReportResultsResponse.BuilderFetchReportResultsResponse.Builder. addRows(Row value)The report's lists of values.Row.BuilderRow.Builder. mergeFrom(Row other)static Row.BuilderRow. newBuilder(Row prototype)FetchReportResultsResponse.BuilderFetchReportResultsResponse.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.BuilderFetchReportResultsResponse.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.FetchReportResultsPageCloudChannelReportsServiceClient.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)
-