Uses of Class
com.google.cloud.channel.v1.ReportValue
-
Packages that use ReportValue Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of ReportValue in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ReportValue Modifier and Type Method Description ReportValueReportValue.Builder. build()ReportValueReportValue.Builder. buildPartial()static ReportValueReportValue. getDefaultInstance()ReportValueReportValue.Builder. getDefaultInstanceForType()ReportValueReportValue. getDefaultInstanceForType()ReportValueRow.Builder. getValues(int index)The list of values in the row.ReportValueRow. getValues(int index)The list of values in the row.ReportValueRowOrBuilder. getValues(int index)The list of values in the row.static ReportValueReportValue. parseDelimitedFrom(InputStream input)static ReportValueReportValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportValueReportValue. parseFrom(byte[] data)static ReportValueReportValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportValueReportValue. parseFrom(com.google.protobuf.ByteString data)static ReportValueReportValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportValueReportValue. parseFrom(com.google.protobuf.CodedInputStream input)static ReportValueReportValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportValueReportValue. parseFrom(InputStream input)static ReportValueReportValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportValueReportValue. parseFrom(ByteBuffer data)static ReportValueReportValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.channel.v1 that return types with arguments of type ReportValue Modifier and Type Method Description com.google.protobuf.Parser<ReportValue>ReportValue. getParserForType()List<ReportValue>Row.Builder. getValuesList()The list of values in the row.List<ReportValue>Row. getValuesList()The list of values in the row.List<ReportValue>RowOrBuilder. getValuesList()The list of values in the row.static com.google.protobuf.Parser<ReportValue>ReportValue. parser()Methods in com.google.cloud.channel.v1 with parameters of type ReportValue Modifier and Type Method Description Row.BuilderRow.Builder. addValues(int index, ReportValue value)The list of values in the row.Row.BuilderRow.Builder. addValues(ReportValue value)The list of values in the row.ReportValue.BuilderReportValue.Builder. mergeFrom(ReportValue other)static ReportValue.BuilderReportValue. newBuilder(ReportValue prototype)Row.BuilderRow.Builder. setValues(int index, ReportValue value)The list of values in the row.Method parameters in com.google.cloud.channel.v1 with type arguments of type ReportValue Modifier and Type Method Description Row.BuilderRow.Builder. addAllValues(Iterable<? extends ReportValue> values)The list of values in the row.
-