Package | Description |
---|---|
com.google.api.services.mybusiness.v4 | |
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
MyBusiness.Accounts.Locations.Media.Create |
MyBusiness.Accounts.Locations.Media.create(java.lang.String parent,
MediaItem content)
Creates a new media item for the location.
|
MyBusiness.Accounts.Locations.Media.Patch |
MyBusiness.Accounts.Locations.Media.patch(java.lang.String name,
MediaItem content)
Updates metadata of the specified media item.
|
Constructor and Description |
---|
Create(java.lang.String parent,
MediaItem content)
Creates a new media item for the location.
|
Patch(java.lang.String name,
MediaItem content)
Updates metadata of the specified media item.
|
Modifier and Type | Method and Description |
---|---|
MediaItem |
MediaItem.clone() |
MediaItem |
MediaItem.set(java.lang.String fieldName,
java.lang.Object value) |
MediaItem |
MediaItem.setAttribution(Attribution attribution)
Output only.
|
MediaItem |
MediaItem.setCreateTime(java.lang.String createTime)
Output only.
|
MediaItem |
MediaItem.setDataRef(MediaItemDataRef dataRef)
Input only.
|
MediaItem |
MediaItem.setDimensions(Dimensions dimensions)
Output only.
|
MediaItem |
MediaItem.setGoogleUrl(java.lang.String googleUrl)
Output only.
|
MediaItem |
MediaItem.setInsights(MediaInsights insights)
Output only.
|
MediaItem |
MediaItem.setLocationAssociation(LocationAssociation locationAssociation)
Required when calling `CreatePhoto`.
|
MediaItem |
MediaItem.setMediaFormat(java.lang.String mediaFormat)
The format of this media item.
|
MediaItem |
MediaItem.setName(java.lang.String name)
The resource name for this media item.
|
MediaItem |
MediaItem.setSourceUrl(java.lang.String sourceUrl)
A publicly accessible URL where the media item can be retrieved from.
|
MediaItem |
MediaItem.setThumbnailUrl(java.lang.String thumbnailUrl)
Output only.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MediaItem> |
LocalPost.getMedia()
The media associated with the post.
|
java.util.List<MediaItem> |
ListCustomerMediaItemsResponse.getMediaItems()
The returned list of media items.
|
java.util.List<MediaItem> |
ListMediaItemsResponse.getMediaItems()
The returned list of media items.
|
Modifier and Type | Method and Description |
---|---|
LocalPost |
LocalPost.setMedia(java.util.List<MediaItem> media)
The media associated with the post.
|
ListCustomerMediaItemsResponse |
ListCustomerMediaItemsResponse.setMediaItems(java.util.List<MediaItem> mediaItems)
The returned list of media items.
|
ListMediaItemsResponse |
ListMediaItemsResponse.setMediaItems(java.util.List<MediaItem> mediaItems)
The returned list of media items.
|
Copyright © 2011-2018 Google. All Rights Reserved.