Interface AttrProto.AttributeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AttrProto.Attribute,AttrProto.Attribute.Builder
- Enclosing class:
- AttrProto
public static interface AttrProto.AttributeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAnchors(int index) repeated .attrpubapi_v1.Anchor anchors = 4;intrepeated .attrpubapi_v1.Anchor anchors = 4;repeated .attrpubapi_v1.Anchor anchors = 4;getAnchorsOrBuilder(int index) repeated .attrpubapi_v1.Anchor anchors = 4;List<? extends AttrProto.AnchorOrBuilder>repeated .attrpubapi_v1.Anchor anchors = 4;.attrpubapi_v1.ContentType content_type = 3;int.attrpubapi_v1.ContentType content_type = 3;string ephemeral_id = 7;com.google.protobuf.ByteStringstring ephemeral_id = 7;.attrpubapi_v1.Metadata metadata = 6;.attrpubapi_v1.Metadata metadata = 6;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;getUserMetadata(int index) repeated .attrpubapi_v1.UserMetadata user_metadata = 5;intrepeated .attrpubapi_v1.UserMetadata user_metadata = 5;repeated .attrpubapi_v1.UserMetadata user_metadata = 5;getUserMetadataOrBuilder(int index) repeated .attrpubapi_v1.UserMetadata user_metadata = 5;List<? extends AttrProto.UserMetadataOrBuilder>repeated .attrpubapi_v1.UserMetadata user_metadata = 5;com.google.protobuf.ByteStringgetValue()bytes value = 2;boolean.attrpubapi_v1.Metadata metadata = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getValue
com.google.protobuf.ByteString getValue()bytes value = 2;- Returns:
- The value.
-
getContentTypeValue
int getContentTypeValue().attrpubapi_v1.ContentType content_type = 3;- Returns:
- The enum numeric value on the wire for contentType.
-
getContentType
ContentTypeProto.ContentType getContentType().attrpubapi_v1.ContentType content_type = 3;- Returns:
- The contentType.
-
getAnchorsList
List<AttrProto.Anchor> getAnchorsList()repeated .attrpubapi_v1.Anchor anchors = 4; -
getAnchors
repeated .attrpubapi_v1.Anchor anchors = 4; -
getAnchorsCount
int getAnchorsCount()repeated .attrpubapi_v1.Anchor anchors = 4; -
getAnchorsOrBuilderList
List<? extends AttrProto.AnchorOrBuilder> getAnchorsOrBuilderList()repeated .attrpubapi_v1.Anchor anchors = 4; -
getAnchorsOrBuilder
repeated .attrpubapi_v1.Anchor anchors = 4; -
getUserMetadataList
List<AttrProto.UserMetadata> getUserMetadataList()repeated .attrpubapi_v1.UserMetadata user_metadata = 5; -
getUserMetadata
repeated .attrpubapi_v1.UserMetadata user_metadata = 5; -
getUserMetadataCount
int getUserMetadataCount()repeated .attrpubapi_v1.UserMetadata user_metadata = 5; -
getUserMetadataOrBuilderList
List<? extends AttrProto.UserMetadataOrBuilder> getUserMetadataOrBuilderList()repeated .attrpubapi_v1.UserMetadata user_metadata = 5; -
getUserMetadataOrBuilder
repeated .attrpubapi_v1.UserMetadata user_metadata = 5; -
hasMetadata
boolean hasMetadata().attrpubapi_v1.Metadata metadata = 6;- Returns:
- Whether the metadata field is set.
-
getMetadata
AttrProto.Metadata getMetadata().attrpubapi_v1.Metadata metadata = 6;- Returns:
- The metadata.
-
getMetadataOrBuilder
AttrProto.MetadataOrBuilder getMetadataOrBuilder().attrpubapi_v1.Metadata metadata = 6; -
getEphemeralId
String getEphemeralId()string ephemeral_id = 7;- Returns:
- The ephemeralId.
-
getEphemeralIdBytes
com.google.protobuf.ByteString getEphemeralIdBytes()string ephemeral_id = 7;- Returns:
- The bytes for ephemeralId.
-