Uses of Class
io.opentelemetry.proto.common.v1.ArrayValue.Builder
-
Packages that use ArrayValue.Builder Package Description io.opentelemetry.proto.common.v1 -
-
Uses of ArrayValue.Builder in io.opentelemetry.proto.common.v1
Methods in io.opentelemetry.proto.common.v1 that return ArrayValue.Builder Modifier and Type Method Description ArrayValue.BuilderArrayValue.Builder. addAllValues(Iterable<? extends AnyValue> values)Array of values.ArrayValue.BuilderArrayValue.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ArrayValue.BuilderArrayValue.Builder. addValues(int index, AnyValue value)Array of values.ArrayValue.BuilderArrayValue.Builder. addValues(int index, AnyValue.Builder builderForValue)Array of values.ArrayValue.BuilderArrayValue.Builder. addValues(AnyValue value)Array of values.ArrayValue.BuilderArrayValue.Builder. addValues(AnyValue.Builder builderForValue)Array of values.ArrayValue.BuilderArrayValue.Builder. clear()ArrayValue.BuilderArrayValue.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)ArrayValue.BuilderArrayValue.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ArrayValue.BuilderArrayValue.Builder. clearValues()Array of values.ArrayValue.BuilderArrayValue.Builder. clone()ArrayValue.BuilderAnyValue.Builder. getArrayValueBuilder().opentelemetry.proto.common.v1.ArrayValue array_value = 5;ArrayValue.BuilderArrayValue.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ArrayValue.BuilderArrayValue.Builder. mergeFrom(com.google.protobuf.Message other)ArrayValue.BuilderArrayValue.Builder. mergeFrom(ArrayValue other)ArrayValue.BuilderArrayValue.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static ArrayValue.BuilderArrayValue. newBuilder()static ArrayValue.BuilderArrayValue. newBuilder(ArrayValue prototype)ArrayValue.BuilderArrayValue. newBuilderForType()protected ArrayValue.BuilderArrayValue. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)ArrayValue.BuilderArrayValue.Builder. removeValues(int index)Array of values.ArrayValue.BuilderArrayValue.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ArrayValue.BuilderArrayValue.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ArrayValue.BuilderArrayValue.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ArrayValue.BuilderArrayValue.Builder. setValues(int index, AnyValue value)Array of values.ArrayValue.BuilderArrayValue.Builder. setValues(int index, AnyValue.Builder builderForValue)Array of values.ArrayValue.BuilderArrayValue. toBuilder()Methods in io.opentelemetry.proto.common.v1 with parameters of type ArrayValue.Builder Modifier and Type Method Description AnyValue.BuilderAnyValue.Builder. setArrayValue(ArrayValue.Builder builderForValue).opentelemetry.proto.common.v1.ArrayValue array_value = 5;
-