Interface Mdb.AncillaryDataInfoOrBuilder

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

public static interface Mdb.AncillaryDataInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string href = 3;
    com.google.protobuf.ByteString
    optional string href = 3;
    optional string mimeType = 2;
    com.google.protobuf.ByteString
    optional string mimeType = 2;
    optional string value = 1;
    com.google.protobuf.ByteString
    optional string value = 1;
    boolean
    optional string href = 3;
    boolean
    optional string mimeType = 2;
    boolean
    optional string value = 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

    • hasValue

      boolean hasValue()
      optional string value = 1;
      Returns:
      Whether the value field is set.
    • getValue

      String getValue()
      optional string value = 1;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
      optional string value = 1;
      Returns:
      The bytes for value.
    • hasMimeType

      boolean hasMimeType()
      optional string mimeType = 2;
      Returns:
      Whether the mimeType field is set.
    • getMimeType

      String getMimeType()
      optional string mimeType = 2;
      Returns:
      The mimeType.
    • getMimeTypeBytes

      com.google.protobuf.ByteString getMimeTypeBytes()
      optional string mimeType = 2;
      Returns:
      The bytes for mimeType.
    • hasHref

      boolean hasHref()
      optional string href = 3;
      Returns:
      Whether the href field is set.
    • getHref

      String getHref()
      optional string href = 3;
      Returns:
      The href.
    • getHrefBytes

      com.google.protobuf.ByteString getHrefBytes()
      optional string href = 3;
      Returns:
      The bytes for href.