Interface ControlOuterClass.DescriptorOrBuilder

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

public static interface ControlOuterClass.DescriptorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMediaType

      String getMediaType()
      string media_type = 1;
      Returns:
      The mediaType.
    • getMediaTypeBytes

      com.google.protobuf.ByteString getMediaTypeBytes()
      string media_type = 1;
      Returns:
      The bytes for mediaType.
    • getDigest

      String getDigest()
      string digest = 2;
      Returns:
      The digest.
    • getDigestBytes

      com.google.protobuf.ByteString getDigestBytes()
      string digest = 2;
      Returns:
      The bytes for digest.
    • getSize

      long getSize()
      int64 size = 3;
      Returns:
      The size.
    • getAnnotationsCount

      int getAnnotationsCount()
      map<string, string> annotations = 5;
    • containsAnnotations

      boolean containsAnnotations(String key)
      map<string, string> annotations = 5;
    • getAnnotations

      @Deprecated Map<String,String> getAnnotations()
      Deprecated.
      Use getAnnotationsMap() instead.
    • getAnnotationsMap

      Map<String,String> getAnnotationsMap()
      map<string, string> annotations = 5;
    • getAnnotationsOrDefault

      String getAnnotationsOrDefault(String key, String defaultValue)
      map<string, string> annotations = 5;
    • getAnnotationsOrThrow

      String getAnnotationsOrThrow(String key)
      map<string, string> annotations = 5;