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 ImageListImageList.Builder. build()ImageListImageList.Builder. buildPartial()static ImageListImageList. getDefaultInstance()ImageListImageList.Builder. getDefaultInstanceForType()ImageListImageList. getDefaultInstanceForType()static ImageListImageList. parseDelimitedFrom(InputStream input)static ImageListImageList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageListImageList. parseFrom(byte[] data)static ImageListImageList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageListImageList. parseFrom(com.google.protobuf.ByteString data)static ImageListImageList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageListImageList. parseFrom(com.google.protobuf.CodedInputStream input)static ImageListImageList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageListImageList. parseFrom(InputStream input)static ImageListImageList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageListImageList. parseFrom(ByteBuffer data)static ImageListImageList. 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.ListPageImagesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListImagesRequest,ImageList,Image> context, ImageList response)ImageList.BuilderImageList.Builder. mergeFrom(ImageList other)static ImageList.BuilderImageList. 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.ListPageImagesClient.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.
-