Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
UpdateImagePropertiesRequest |
UpdateImagePropertiesRequest.clone() |
UpdateImagePropertiesRequest |
Request.getUpdateImageProperties()
Updates the properties of an Image.
|
UpdateImagePropertiesRequest |
UpdateImagePropertiesRequest.set(String fieldName,
Object value) |
UpdateImagePropertiesRequest |
UpdateImagePropertiesRequest.setFields(String fields)
The fields that should be updated.
|
UpdateImagePropertiesRequest |
UpdateImagePropertiesRequest.setImageProperties(ImageProperties imageProperties)
The image properties to update.
|
UpdateImagePropertiesRequest |
UpdateImagePropertiesRequest.setObjectId(String objectId)
The object ID of the image the updates are applied to.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setUpdateImageProperties(UpdateImagePropertiesRequest updateImageProperties)
Updates the properties of an Image.
|
Copyright © 2011–2024 Google. All rights reserved.