Interface MediaImageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MediaImage, MediaImage.Builder

public interface MediaImageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    Immutable.
    Output only.
    com.google.protobuf.ByteString
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.
    boolean
    Immutable.
    boolean
    Output only.
    boolean
    Output only.

    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

    • hasData

      boolean hasData()
       Immutable. Raw image data.
       
      optional bytes data = 4 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      Whether the data field is set.
    • getData

      com.google.protobuf.ByteString getData()
       Immutable. Raw image data.
       
      optional bytes data = 4 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The data.
    • hasFullSizeImageUrl

      boolean hasFullSizeImageUrl()
       Output only. The url to the full size version of the image.
       
      optional string full_size_image_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the fullSizeImageUrl field is set.
    • getFullSizeImageUrl

      String getFullSizeImageUrl()
       Output only. The url to the full size version of the image.
       
      optional string full_size_image_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The fullSizeImageUrl.
    • getFullSizeImageUrlBytes

      com.google.protobuf.ByteString getFullSizeImageUrlBytes()
       Output only. The url to the full size version of the image.
       
      optional string full_size_image_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for fullSizeImageUrl.
    • hasPreviewSizeImageUrl

      boolean hasPreviewSizeImageUrl()
       Output only. The url to the preview size version of the image.
       
      optional string preview_size_image_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the previewSizeImageUrl field is set.
    • getPreviewSizeImageUrl

      String getPreviewSizeImageUrl()
       Output only. The url to the preview size version of the image.
       
      optional string preview_size_image_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The previewSizeImageUrl.
    • getPreviewSizeImageUrlBytes

      com.google.protobuf.ByteString getPreviewSizeImageUrlBytes()
       Output only. The url to the preview size version of the image.
       
      optional string preview_size_image_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for previewSizeImageUrl.