Class AttrProto.Attribute

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.yoti.api.client.spi.remote.proto.AttrProto.Attribute
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, AttrProto.AttributeOrBuilder, Serializable
Enclosing class:
AttrProto

public static final class AttrProto.Attribute extends com.google.protobuf.GeneratedMessageV3 implements AttrProto.AttributeOrBuilder
Protobuf type attrpubapi_v1.Attribute
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getName

      public String getName()
      string name = 1;
      Specified by:
      getName in interface AttrProto.AttributeOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Specified by:
      getNameBytes in interface AttrProto.AttributeOrBuilder
      Returns:
      The bytes for name.
    • getValue

      public com.google.protobuf.ByteString getValue()
      bytes value = 2;
      Specified by:
      getValue in interface AttrProto.AttributeOrBuilder
      Returns:
      The value.
    • getContentTypeValue

      public int getContentTypeValue()
      .attrpubapi_v1.ContentType content_type = 3;
      Specified by:
      getContentTypeValue in interface AttrProto.AttributeOrBuilder
      Returns:
      The enum numeric value on the wire for contentType.
    • getContentType

      public ContentTypeProto.ContentType getContentType()
      .attrpubapi_v1.ContentType content_type = 3;
      Specified by:
      getContentType in interface AttrProto.AttributeOrBuilder
      Returns:
      The contentType.
    • getAnchorsList

      public List<AttrProto.Anchor> getAnchorsList()
      repeated .attrpubapi_v1.Anchor anchors = 4;
      Specified by:
      getAnchorsList in interface AttrProto.AttributeOrBuilder
    • getAnchorsOrBuilderList

      public List<? extends AttrProto.AnchorOrBuilder> getAnchorsOrBuilderList()
      repeated .attrpubapi_v1.Anchor anchors = 4;
      Specified by:
      getAnchorsOrBuilderList in interface AttrProto.AttributeOrBuilder
    • getAnchorsCount

      public int getAnchorsCount()
      repeated .attrpubapi_v1.Anchor anchors = 4;
      Specified by:
      getAnchorsCount in interface AttrProto.AttributeOrBuilder
    • getAnchors

      public AttrProto.Anchor getAnchors(int index)
      repeated .attrpubapi_v1.Anchor anchors = 4;
      Specified by:
      getAnchors in interface AttrProto.AttributeOrBuilder
    • getAnchorsOrBuilder

      public AttrProto.AnchorOrBuilder getAnchorsOrBuilder(int index)
      repeated .attrpubapi_v1.Anchor anchors = 4;
      Specified by:
      getAnchorsOrBuilder in interface AttrProto.AttributeOrBuilder
    • getUserMetadataList

      public List<AttrProto.UserMetadata> getUserMetadataList()
      repeated .attrpubapi_v1.UserMetadata user_metadata = 5;
      Specified by:
      getUserMetadataList in interface AttrProto.AttributeOrBuilder
    • getUserMetadataOrBuilderList

      public List<? extends AttrProto.UserMetadataOrBuilder> getUserMetadataOrBuilderList()
      repeated .attrpubapi_v1.UserMetadata user_metadata = 5;
      Specified by:
      getUserMetadataOrBuilderList in interface AttrProto.AttributeOrBuilder
    • getUserMetadataCount

      public int getUserMetadataCount()
      repeated .attrpubapi_v1.UserMetadata user_metadata = 5;
      Specified by:
      getUserMetadataCount in interface AttrProto.AttributeOrBuilder
    • getUserMetadata

      public AttrProto.UserMetadata getUserMetadata(int index)
      repeated .attrpubapi_v1.UserMetadata user_metadata = 5;
      Specified by:
      getUserMetadata in interface AttrProto.AttributeOrBuilder
    • getUserMetadataOrBuilder

      public AttrProto.UserMetadataOrBuilder getUserMetadataOrBuilder(int index)
      repeated .attrpubapi_v1.UserMetadata user_metadata = 5;
      Specified by:
      getUserMetadataOrBuilder in interface AttrProto.AttributeOrBuilder
    • hasMetadata

      public boolean hasMetadata()
      .attrpubapi_v1.Metadata metadata = 6;
      Specified by:
      hasMetadata in interface AttrProto.AttributeOrBuilder
      Returns:
      Whether the metadata field is set.
    • getMetadata

      public AttrProto.Metadata getMetadata()
      .attrpubapi_v1.Metadata metadata = 6;
      Specified by:
      getMetadata in interface AttrProto.AttributeOrBuilder
      Returns:
      The metadata.
    • getMetadataOrBuilder

      public AttrProto.MetadataOrBuilder getMetadataOrBuilder()
      .attrpubapi_v1.Metadata metadata = 6;
      Specified by:
      getMetadataOrBuilder in interface AttrProto.AttributeOrBuilder
    • getEphemeralId

      public String getEphemeralId()
      string ephemeral_id = 7;
      Specified by:
      getEphemeralId in interface AttrProto.AttributeOrBuilder
      Returns:
      The ephemeralId.
    • getEphemeralIdBytes

      public com.google.protobuf.ByteString getEphemeralIdBytes()
      string ephemeral_id = 7;
      Specified by:
      getEphemeralIdBytes in interface AttrProto.AttributeOrBuilder
      Returns:
      The bytes for ephemeralId.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static AttrProto.Attribute parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AttrProto.Attribute parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AttrProto.Attribute parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AttrProto.Attribute parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AttrProto.Attribute parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AttrProto.Attribute parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AttrProto.Attribute parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AttrProto.Attribute parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AttrProto.Attribute parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AttrProto.Attribute parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AttrProto.Attribute parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AttrProto.Attribute parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public AttrProto.Attribute.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static AttrProto.Attribute.Builder newBuilder()
    • newBuilder

      public static AttrProto.Attribute.Builder newBuilder(AttrProto.Attribute prototype)
    • toBuilder

      public AttrProto.Attribute.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected AttrProto.Attribute.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static AttrProto.Attribute getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<AttrProto.Attribute> parser()
    • getParserForType

      public com.google.protobuf.Parser<AttrProto.Attribute> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public AttrProto.Attribute getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder