Uses of Class
com.google.cloud.compute.v1.ImageList
-
Packages that use ImageList 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 ImageList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ImageList Modifier and Type Method Description ImageList
ImageList.Builder. build()
ImageList
ImageList.Builder. buildPartial()
static ImageList
ImageList. getDefaultInstance()
ImageList
ImageList.Builder. getDefaultInstanceForType()
ImageList
ImageList. getDefaultInstanceForType()
static ImageList
ImageList. parseDelimitedFrom(InputStream input)
static ImageList
ImageList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageList
ImageList. parseFrom(byte[] data)
static ImageList
ImageList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageList
ImageList. parseFrom(com.google.protobuf.ByteString data)
static ImageList
ImageList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageList
ImageList. parseFrom(com.google.protobuf.CodedInputStream input)
static ImageList
ImageList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageList
ImageList. parseFrom(InputStream input)
static ImageList
ImageList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageList
ImageList. parseFrom(ByteBuffer data)
static ImageList
ImageList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ImageList Modifier and Type Method Description com.google.protobuf.Parser<ImageList>
ImageList. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListImagesRequest,ImageList>
ImagesClient. listCallable()
Retrieves the list of custom images available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListImagesRequest,ImageList,ImagesClient.ListPagedResponse>
ImagesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListImagesRequest,ImageList,ImagesClient.ListPagedResponse>
ImagesSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ImageList>
ImageList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ImageList Modifier and Type Method Description protected ImagesClient.ListPage
ImagesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListImagesRequest,ImageList,Image> context, ImageList response)
ImageList.Builder
ImageList.Builder. mergeFrom(ImageList other)
static ImageList.Builder
ImageList. newBuilder(ImageList prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type ImageList Modifier and Type Method Description 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)
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)
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 ImageList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ImageList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListImagesRequest,ImageList>
HttpJsonImagesStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListImagesRequest,ImageList>
ImagesStub. listCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListImagesRequest,ImageList,ImagesClient.ListPagedResponse>
ImagesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListImagesRequest,ImageList,ImagesClient.ListPagedResponse>
ImagesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-