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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getData()
      Immutable.
      java.lang.String getFullSizeImageUrl()
      Output only.
      com.google.protobuf.ByteString getFullSizeImageUrlBytes()
      Output only.
      java.lang.String getPreviewSizeImageUrl()
      Output only.
      com.google.protobuf.ByteString getPreviewSizeImageUrlBytes()
      Output only.
      boolean hasData()
      Immutable.
      boolean hasFullSizeImageUrl()
      Output only.
      boolean hasPreviewSizeImageUrl()
      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 Detail

      • 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

        java.lang.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

        java.lang.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.