Modifier and Type | Method and Description |
---|---|
Image |
GoogleComputeEngineServiceAdapter.getImage(String selfLink) |
Modifier and Type | Method and Description |
---|---|
Iterable<Image> |
GoogleComputeEngineServiceAdapter.listImages() |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<URI,Image> |
GoogleComputeEngineServiceContextModule.diskURIToImageMap(com.google.common.cache.CacheLoader<URI,Image> in) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<URI,Image> |
GoogleComputeEngineServiceContextModule.diskURIToImageMap(com.google.common.cache.CacheLoader<URI,Image> in) |
Modifier and Type | Method and Description |
---|---|
Image |
Resources.image(URI selfLink)
Returns an image by self-link or null if not found.
|
Modifier and Type | Method and Description |
---|---|
Image |
GoogleComputeEngineImageToImage.apply(Image image) |
Modifier and Type | Method and Description |
---|---|
Image |
DiskURIToImage.load(URI key) |
Modifier and Type | Method and Description |
---|---|
static Image |
Image.create(String id,
URI selfLink,
Date creationTimestamp,
String name,
String description,
String sourceType,
Image.RawDisk rawDisk,
Deprecated deprecated,
Image.Status status,
Long archiveSizeBytes,
Long diskSizeGb,
String sourceDisk,
String sourceDiskId,
List<String> licenses) |
Modifier and Type | Method and Description |
---|---|
Image |
ImageApi.get(String image)
Returns an image by name or null if not found.
|
Image |
ImageApi.get(URI selfLink)
Returns an image by self-link or null if not found.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<String,ListPage<Image>> |
ImageApi.ImagePages.fetchNextPage(ListOptions options) |
protected com.google.common.base.Function<String,ListPage<Image>> |
ImageApi.ImagePagesInProject.fetchNextPage(String projectName,
ListOptions options) |
Iterator<ListPage<Image>> |
ImageApi.list() |
Iterator<ListPage<Image>> |
ImageApi.list(ListOptions options) |
Iterator<ListPage<Image>> |
ImageApi.listInProject(String projectName) |
Iterator<ListPage<Image>> |
ImageApi.listInProject(String projectName,
ListOptions options) |
ListPage<Image> |
ImageApi.listPage(String pageToken,
ListOptions listOptions)
Retrieves the list of image resources available to the specified project.
|
ListPage<Image> |
ImageApi.listPageInProject(String projectName,
String pageToken,
ListOptions listOptions)
Retrieves the list of image resources available to the specified project.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.