CustomAttribute.Builder |
CustomAttribute.Builder.addAllGroupValues(java.lang.Iterable<? extends CustomAttribute> values) |
Subattributes within this attribute group.
|
CustomAttribute.Builder |
CustomAttribute.Builder.addGroupValues(int index,
CustomAttribute value) |
Subattributes within this attribute group.
|
CustomAttribute.Builder |
CustomAttribute.Builder.addGroupValues(int index,
CustomAttribute.Builder builderForValue) |
Subattributes within this attribute group.
|
CustomAttribute.Builder |
CustomAttribute.Builder.addGroupValues(CustomAttribute value) |
Subattributes within this attribute group.
|
CustomAttribute.Builder |
CustomAttribute.Builder.addGroupValues(CustomAttribute.Builder builderForValue) |
Subattributes within this attribute group.
|
CustomAttribute.Builder |
CustomAttribute.Builder.addGroupValuesBuilder() |
Subattributes within this attribute group.
|
CustomAttribute.Builder |
CustomAttribute.Builder.addGroupValuesBuilder(int index) |
Subattributes within this attribute group.
|
CustomAttribute.Builder |
CustomAttribute.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
CustomAttribute.Builder |
CustomAttribute.Builder.clear() |
|
CustomAttribute.Builder |
CustomAttribute.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
CustomAttribute.Builder |
CustomAttribute.Builder.clearGroupValues() |
Subattributes within this attribute group.
|
CustomAttribute.Builder |
CustomAttribute.Builder.clearName() |
The name of the attribute.
|
CustomAttribute.Builder |
CustomAttribute.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
CustomAttribute.Builder |
CustomAttribute.Builder.clearValue() |
The value of the attribute.
|
CustomAttribute.Builder |
CustomAttribute.Builder.clone() |
|
CustomAttribute.Builder |
CustomAttribute.Builder.getGroupValuesBuilder(int index) |
Subattributes within this attribute group.
|
CustomAttribute.Builder |
CustomAttribute.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
CustomAttribute.Builder |
CustomAttribute.Builder.mergeFrom(com.google.protobuf.Message other) |
|
CustomAttribute.Builder |
CustomAttribute.Builder.mergeFrom(CustomAttribute other) |
|
CustomAttribute.Builder |
CustomAttribute.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static CustomAttribute.Builder |
CustomAttribute.newBuilder() |
|
static CustomAttribute.Builder |
CustomAttribute.newBuilder(CustomAttribute prototype) |
|
CustomAttribute.Builder |
CustomAttribute.newBuilderForType() |
|
protected CustomAttribute.Builder |
CustomAttribute.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
CustomAttribute.Builder |
CustomAttribute.Builder.removeGroupValues(int index) |
Subattributes within this attribute group.
|
CustomAttribute.Builder |
CustomAttribute.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
CustomAttribute.Builder |
CustomAttribute.Builder.setGroupValues(int index,
CustomAttribute value) |
Subattributes within this attribute group.
|
CustomAttribute.Builder |
CustomAttribute.Builder.setGroupValues(int index,
CustomAttribute.Builder builderForValue) |
Subattributes within this attribute group.
|
CustomAttribute.Builder |
CustomAttribute.Builder.setName(java.lang.String value) |
The name of the attribute.
|
CustomAttribute.Builder |
CustomAttribute.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The name of the attribute.
|
CustomAttribute.Builder |
CustomAttribute.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
CustomAttribute.Builder |
CustomAttribute.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
CustomAttribute.Builder |
CustomAttribute.Builder.setValue(java.lang.String value) |
The value of the attribute.
|
CustomAttribute.Builder |
CustomAttribute.Builder.setValueBytes(com.google.protobuf.ByteString value) |
The value of the attribute.
|
CustomAttribute.Builder |
CustomAttribute.toBuilder() |
|