Uses of Class
com.google.cloud.pubsublite.proto.AttributeValues.Builder
-
Packages that use AttributeValues.Builder Package Description com.google.cloud.pubsublite.proto -
-
Uses of AttributeValues.Builder in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return AttributeValues.Builder Modifier and Type Method Description AttributeValues.BuilderAttributeValues.Builder. addAllValues(Iterable<? extends com.google.protobuf.ByteString> values)The list of values associated with a key.AttributeValues.BuilderAttributeValues.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AttributeValues.BuilderAttributeValues.Builder. addValues(com.google.protobuf.ByteString value)The list of values associated with a key.AttributeValues.BuilderAttributeValues.Builder. clear()AttributeValues.BuilderAttributeValues.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)AttributeValues.BuilderAttributeValues.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)AttributeValues.BuilderAttributeValues.Builder. clearValues()The list of values associated with a key.AttributeValues.BuilderAttributeValues.Builder. clone()AttributeValues.BuilderAttributeValues.Builder. mergeFrom(AttributeValues other)AttributeValues.BuilderAttributeValues.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AttributeValues.BuilderAttributeValues.Builder. mergeFrom(com.google.protobuf.Message other)AttributeValues.BuilderAttributeValues.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static AttributeValues.BuilderAttributeValues. newBuilder()static AttributeValues.BuilderAttributeValues. newBuilder(AttributeValues prototype)AttributeValues.BuilderAttributeValues. newBuilderForType()protected AttributeValues.BuilderAttributeValues. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)AttributeValues.BuilderAttributeValues.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AttributeValues.BuilderAttributeValues.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)AttributeValues.BuilderAttributeValues.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AttributeValues.BuilderAttributeValues.Builder. setValues(int index, com.google.protobuf.ByteString value)The list of values associated with a key.AttributeValues.BuilderAttributeValues. toBuilder()
-