Interface ImageConfig.ImageOutputOptionsOrBuilder

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

public static interface ImageConfig.ImageOutputOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Optional.
    Optional.
    com.google.protobuf.ByteString
    Optional.
    boolean
    Optional.
    boolean
    Optional.

    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

    • hasMimeType

      boolean hasMimeType()
       Optional. The image format that the output should be saved as.
       
      optional string mime_type = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the mimeType field is set.
    • getMimeType

      String getMimeType()
       Optional. The image format that the output should be saved as.
       
      optional string mime_type = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The mimeType.
    • getMimeTypeBytes

      com.google.protobuf.ByteString getMimeTypeBytes()
       Optional. The image format that the output should be saved as.
       
      optional string mime_type = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for mimeType.
    • hasCompressionQuality

      boolean hasCompressionQuality()
       Optional. The compression quality of the output image.
       
      optional int32 compression_quality = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the compressionQuality field is set.
    • getCompressionQuality

      int getCompressionQuality()
       Optional. The compression quality of the output image.
       
      optional int32 compression_quality = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The compressionQuality.