Interface AttributeListProto.AttributeAndIdOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AttributeListProto.AttributeAndId, AttributeListProto.AttributeAndId.Builder
Enclosing class:
AttributeListProto

public static interface AttributeListProto.AttributeAndIdOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .attrpubapi_v1.Attribute attribute = 1;
    com.google.protobuf.ByteString
    bytes attribute_id = 2;
    .attrpubapi_v1.Attribute attribute = 1;
    boolean
    .attrpubapi_v1.Attribute attribute = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasAttribute

      boolean hasAttribute()
      .attrpubapi_v1.Attribute attribute = 1;
      Returns:
      Whether the attribute field is set.
    • getAttribute

      AttrProto.Attribute getAttribute()
      .attrpubapi_v1.Attribute attribute = 1;
      Returns:
      The attribute.
    • getAttributeOrBuilder

      AttrProto.AttributeOrBuilder getAttributeOrBuilder()
      .attrpubapi_v1.Attribute attribute = 1;
    • getAttributeId

      com.google.protobuf.ByteString getAttributeId()
      bytes attribute_id = 2;
      Returns:
      The attributeId.