Package | Description |
---|---|
com.google.api.services.customsearch.v1.model |
Modifier and Type | Method and Description |
---|---|
Result.Image |
Result.Image.clone() |
Result.Image |
Result.getImage()
Image belonging to a custom search result.
|
Result.Image |
Result.Image.set(java.lang.String fieldName,
java.lang.Object value) |
Result.Image |
Result.Image.setByteSize(java.lang.Integer byteSize)
The size of the image, in pixels.
|
Result.Image |
Result.Image.setContextLink(java.lang.String contextLink)
A URL pointing to the webpage hosting the image.
|
Result.Image |
Result.Image.setHeight(java.lang.Integer height)
The height of the image, in pixels.
|
Result.Image |
Result.Image.setThumbnailHeight(java.lang.Integer thumbnailHeight)
The height of the thumbnail image, in pixels.
|
Result.Image |
Result.Image.setThumbnailLink(java.lang.String thumbnailLink)
A URL to the thumbnail image.
|
Result.Image |
Result.Image.setThumbnailWidth(java.lang.Integer thumbnailWidth)
The width of the thumbnail image, in pixels.
|
Result.Image |
Result.Image.setWidth(java.lang.Integer width)
The width of the image, in pixels.
|
Modifier and Type | Method and Description |
---|---|
Result |
Result.setImage(Result.Image image)
Image belonging to a custom search result.
|