Class ServingUrlOptions (2.0.0)

public final class ServingUrlOptions

Allow users to customize the behavior of creating a image serving URL using the ImagesService.

Inheritance

java.lang.Object > ServingUrlOptions

Methods

blobKey(BlobKey blobKey)

public ServingUrlOptions blobKey(BlobKey blobKey)
Parameter
Name Description
blobKey BlobKey
Returns
Type Description
ServingUrlOptions

crop(boolean crop)

public ServingUrlOptions crop(boolean crop)
Parameter
Name Description
crop boolean
Returns
Type Description
ServingUrlOptions

equals(@Nullable Object object)

public boolean equals(@Nullable Object object)
Parameter
Name Description
object @org.checkerframework.checker.nullness.qual.Nullable java.lang.Object
Returns
Type Description
boolean
Overrides

googleStorageFileName(String fileName)

public ServingUrlOptions googleStorageFileName(String fileName)
Parameter
Name Description
fileName String
Returns
Type Description
ServingUrlOptions

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

imageSize(int imageSize)

public ServingUrlOptions imageSize(int imageSize)
Parameter
Name Description
imageSize int
Returns
Type Description
ServingUrlOptions

secureUrl(boolean secureUrl)

public ServingUrlOptions secureUrl(boolean secureUrl)
Parameter
Name Description
secureUrl boolean
Returns
Type Description
ServingUrlOptions

toString()

public String toString()
Returns
Type Description
String
Overrides