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 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

      .attrpubapi_v1.ContentType content_type = 3;
      Returns:
      The contentType.
    • getAnchorsList

      List<AttrProto.Anchor> getAnchorsList()
      repeated .attrpubapi_v1.Anchor anchors = 4;
    • getAnchors

      AttrProto.Anchor getAnchors(int index)
      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

      AttrProto.AnchorOrBuilder getAnchorsOrBuilder(int index)
      repeated .attrpubapi_v1.Anchor anchors = 4;
    • getUserMetadataList

      List<AttrProto.UserMetadata> getUserMetadataList()
      repeated .attrpubapi_v1.UserMetadata user_metadata = 5;
    • getUserMetadata

      AttrProto.UserMetadata getUserMetadata(int index)
      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

      AttrProto.UserMetadataOrBuilder getUserMetadataOrBuilder(int index)
      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.