Package com.google.cloud.aiplatform.v1
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 TypeMethodDescriptionintOptional.Optional.com.google.protobuf.ByteStringOptional.booleanOptional.booleanOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-