Uses of Class
com.google.cloud.compute.v1.ListImagesRequest
-
Packages that use ListImagesRequest 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 ListImagesRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListImagesRequest Modifier and Type Method Description ListImagesRequest
ListImagesRequest.Builder. build()
ListImagesRequest
ListImagesRequest.Builder. buildPartial()
static ListImagesRequest
ListImagesRequest. getDefaultInstance()
ListImagesRequest
ListImagesRequest.Builder. getDefaultInstanceForType()
ListImagesRequest
ListImagesRequest. getDefaultInstanceForType()
static ListImagesRequest
ListImagesRequest. parseDelimitedFrom(InputStream input)
static ListImagesRequest
ListImagesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListImagesRequest
ListImagesRequest. parseFrom(byte[] data)
static ListImagesRequest
ListImagesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListImagesRequest
ListImagesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListImagesRequest
ListImagesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListImagesRequest
ListImagesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListImagesRequest
ListImagesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListImagesRequest
ListImagesRequest. parseFrom(InputStream input)
static ListImagesRequest
ListImagesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListImagesRequest
ListImagesRequest. parseFrom(ByteBuffer data)
static ListImagesRequest
ListImagesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ListImagesRequest Modifier and Type Method Description com.google.protobuf.Parser<ListImagesRequest>
ListImagesRequest. 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.UnaryCallable<ListImagesRequest,ImagesClient.ListPagedResponse>
ImagesClient. listPagedCallable()
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<ListImagesRequest>
ListImagesRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ListImagesRequest Modifier and Type Method Description ImagesClient.ListPagedResponse
ImagesClient. list(ListImagesRequest request)
Retrieves the list of custom images available to the specified project.ListImagesRequest.Builder
ListImagesRequest.Builder. mergeFrom(ListImagesRequest other)
static ListImagesRequest.Builder
ListImagesRequest. newBuilder(ListImagesRequest prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type ListImagesRequest 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)
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 ListImagesRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListImagesRequest 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.UnaryCallable<ListImagesRequest,ImagesClient.ListPagedResponse>
HttpJsonImagesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListImagesRequest,ImagesClient.ListPagedResponse>
ImagesStub. listPagedCallable()
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.
-