Uses of Class
com.google.cloud.compute.v1.Image
-
Packages that use Image Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of Image in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Image Modifier and Type Method Description Image
Image.Builder. build()
Image
Image.Builder. buildPartial()
Image
ImagesClient. get(GetImageRequest request)
Returns the specified image.Image
ImagesClient. get(String project, String image)
Returns the specified image.static Image
Image. getDefaultInstance()
Image
Image.Builder. getDefaultInstanceForType()
Image
Image. getDefaultInstanceForType()
Image
ImagesClient. getFromFamily(GetFromFamilyImageRequest request)
Returns the latest image that is part of an image family and is not deprecated.Image
ImagesClient. getFromFamily(String project, String family)
Returns the latest image that is part of an image family and is not deprecated.Image
ImageFamilyView.Builder. getImage()
The latest image that is part of the specified image family in the requested location, and that is not deprecated.Image
ImageFamilyView. getImage()
The latest image that is part of the specified image family in the requested location, and that is not deprecated.Image
ImageFamilyViewOrBuilder. getImage()
The latest image that is part of the specified image family in the requested location, and that is not deprecated.Image
InsertImageRequest.Builder. getImageResource()
The body resource for this requestImage
InsertImageRequest. getImageResource()
The body resource for this requestImage
InsertImageRequestOrBuilder. getImageResource()
The body resource for this requestImage
PatchImageRequest.Builder. getImageResource()
The body resource for this requestImage
PatchImageRequest. getImageResource()
The body resource for this requestImage
PatchImageRequestOrBuilder. getImageResource()
The body resource for this requestImage
ImageList.Builder. getItems(int index)
A list of Image resources.Image
ImageList. getItems(int index)
A list of Image resources.Image
ImageListOrBuilder. getItems(int index)
A list of Image resources.static Image
Image. parseDelimitedFrom(InputStream input)
static Image
Image. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Image
Image. parseFrom(byte[] data)
static Image
Image. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Image
Image. parseFrom(com.google.protobuf.ByteString data)
static Image
Image. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Image
Image. parseFrom(com.google.protobuf.CodedInputStream input)
static Image
Image. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Image
Image. parseFrom(InputStream input)
static Image
Image. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Image
Image. parseFrom(ByteBuffer data)
static Image
Image. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Image Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetImageRequest,Image>
ImagesClient. getCallable()
Returns the specified image.com.google.api.gax.rpc.UnaryCallable<GetFromFamilyImageRequest,Image>
ImagesClient. getFromFamilyCallable()
Returns the latest image that is part of an image family and is not deprecated.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFromFamilyImageRequest,Image>
ImagesSettings.Builder. getFromFamilySettings()
Returns the builder for the settings used for calls to getFromFamily.com.google.api.gax.rpc.UnaryCallSettings<GetFromFamilyImageRequest,Image>
ImagesSettings. getFromFamilySettings()
Returns the object with the settings used for calls to getFromFamily.List<Image>
ImageList.Builder. getItemsList()
A list of Image resources.List<Image>
ImageList. getItemsList()
A list of Image resources.List<Image>
ImageListOrBuilder. getItemsList()
A list of Image resources.com.google.protobuf.Parser<Image>
Image. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetImageRequest,Image>
ImagesSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetImageRequest,Image>
ImagesSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<Image>
Image. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Image Modifier and Type Method Description ImageList.Builder
ImageList.Builder. addItems(int index, Image value)
A list of Image resources.ImageList.Builder
ImageList.Builder. addItems(Image value)
A list of Image resources.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
ImagesClient. insertAsync(String project, Image imageResource)
Creates an image in the specified project using the data included in the request.Image.Builder
Image.Builder. mergeFrom(Image other)
ImageFamilyView.Builder
ImageFamilyView.Builder. mergeImage(Image value)
The latest image that is part of the specified image family in the requested location, and that is not deprecated.InsertImageRequest.Builder
InsertImageRequest.Builder. mergeImageResource(Image value)
The body resource for this requestPatchImageRequest.Builder
PatchImageRequest.Builder. mergeImageResource(Image value)
The body resource for this requeststatic Image.Builder
Image. newBuilder(Image prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
ImagesClient. patchAsync(String project, String image, Image imageResource)
Patches the specified image with the data included in the request.ImageFamilyView.Builder
ImageFamilyView.Builder. setImage(Image value)
The latest image that is part of the specified image family in the requested location, and that is not deprecated.InsertImageRequest.Builder
InsertImageRequest.Builder. setImageResource(Image value)
The body resource for this requestPatchImageRequest.Builder
PatchImageRequest.Builder. setImageResource(Image value)
The body resource for this requestImageList.Builder
ImageList.Builder. setItems(int index, Image value)
A list of Image resources.Method parameters in com.google.cloud.compute.v1 with type arguments of type Image Modifier and Type Method Description ImageList.Builder
ImageList.Builder. addAllItems(Iterable<? extends Image> values)
A list of Image resources.static com.google.api.core.ApiFuture<ImagesClient.ListPagedResponse>
ImagesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListImagesRequest,ImageList,Image> context, com.google.api.core.ApiFuture<ImageList> futureResponse)
protected ImagesClient.ListPage
ImagesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListImagesRequest,ImageList,Image> context, ImageList response)
com.google.api.core.ApiFuture<ImagesClient.ListPage>
ImagesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListImagesRequest,ImageList,Image> context, com.google.api.core.ApiFuture<ImageList> futureResponse)
-
Uses of Image in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type Image Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetImageRequest,Image>
HttpJsonImagesStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetImageRequest,Image>
ImagesStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetFromFamilyImageRequest,Image>
HttpJsonImagesStub. getFromFamilyCallable()
com.google.api.gax.rpc.UnaryCallable<GetFromFamilyImageRequest,Image>
ImagesStub. getFromFamilyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFromFamilyImageRequest,Image>
ImagesStubSettings.Builder. getFromFamilySettings()
Returns the builder for the settings used for calls to getFromFamily.com.google.api.gax.rpc.UnaryCallSettings<GetFromFamilyImageRequest,Image>
ImagesStubSettings. getFromFamilySettings()
Returns the object with the settings used for calls to getFromFamily.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetImageRequest,Image>
ImagesStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetImageRequest,Image>
ImagesStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-