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 ReportValue
ReportValue.Builder. build()
ReportValue
ReportValue.Builder. buildPartial()
static ReportValue
ReportValue. getDefaultInstance()
ReportValue
ReportValue.Builder. getDefaultInstanceForType()
ReportValue
ReportValue. getDefaultInstanceForType()
ReportValue
Row.Builder. getValues(int index)
The list of values in the row.ReportValue
Row. getValues(int index)
The list of values in the row.ReportValue
RowOrBuilder. getValues(int index)
The list of values in the row.static ReportValue
ReportValue. parseDelimitedFrom(InputStream input)
static ReportValue
ReportValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportValue
ReportValue. parseFrom(byte[] data)
static ReportValue
ReportValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportValue
ReportValue. parseFrom(com.google.protobuf.ByteString data)
static ReportValue
ReportValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportValue
ReportValue. parseFrom(com.google.protobuf.CodedInputStream input)
static ReportValue
ReportValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportValue
ReportValue. parseFrom(InputStream input)
static ReportValue
ReportValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportValue
ReportValue. parseFrom(ByteBuffer data)
static ReportValue
ReportValue. 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.Builder
Row.Builder. addValues(int index, ReportValue value)
The list of values in the row.Row.Builder
Row.Builder. addValues(ReportValue value)
The list of values in the row.ReportValue.Builder
ReportValue.Builder. mergeFrom(ReportValue other)
static ReportValue.Builder
ReportValue. newBuilder(ReportValue prototype)
Row.Builder
Row.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.Builder
Row.Builder. addAllValues(Iterable<? extends ReportValue> values)
The list of values in the row.
-