Uses of Interface
org.jclouds.googlecloud.domain.ListPage
Packages that use ListPage
Package
Description
-
Uses of ListPage in org.jclouds.googlecloud.domain
Classes in org.jclouds.googlecloud.domain that implement ListPageModifier and TypeClassDescriptionfinal class
An immutable list that includes a token, if there is another page available.Methods in org.jclouds.googlecloud.domain that return ListPage -
Uses of ListPage in org.jclouds.googlecloud.internal
Methods in org.jclouds.googlecloud.internal that return types with arguments of type ListPageModifier and TypeMethodDescriptionBaseArg0ToIteratorOfListPage.fetchNextPage
(String arg0, O options) This is used when you need to close over the first argument of this api.BaseCallerArg0ToIteratorOfListPage.fetchNextPage
(String callerArg0, O options) This is used when you need to close over the argument that created the api.BaseToIteratorOfListPage.fetchNextPage
(O options) Methods in org.jclouds.googlecloud.internal with parameters of type ListPageModifier and TypeMethodDescriptionMethod parameters in org.jclouds.googlecloud.internal with type arguments of type ListPage -
Uses of ListPage in org.jclouds.googlecloudstorage.domain
Classes in org.jclouds.googlecloudstorage.domain that implement ListPageModifier and TypeClassDescriptionfinal class
An immutable list that includes a token, if there is another page available. -
Uses of ListPage in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features that return ListPageModifier and TypeMethodDescriptionBucketApi.listBucket
(String projectId) Retrieves a list of buckets for a given projectBucketApi.listBucket
(String projectId, ListOptions options) Retrieves a list of buckets for a given project -
Uses of ListPage in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return ListPageModifier and TypeMethodDescriptionAddressApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of address resources available to the specified project.BackendServiceApi.listPage
(String pageToken, ListOptions options) Retrieves the list of backend service resources available to the specified project.DiskApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of persistent disk resources available to the specified project.DiskTypeApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of disk type resources available to the specified project.FirewallApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of firewall resources available to the specified project.ForwardingRuleApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of forwarding rule resources available to the specified project.HttpHealthCheckApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of persistent http health check resources available to the specified project.ImageApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of image resources available to the specified project.InstanceApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of instance resources available to the specified project.MachineTypeApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of machine type resources available to the specified project.NetworkApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of network resources available to the specified project.OperationApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of operation resources available to the specified project.RegionApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of region resources available to the specified project.RouteApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of route resources available to the specified project.SnapshotApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of snapshot resources available to the specified project.SubnetworkApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of network resources available to the specified project.TargetHttpProxyApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of targetHttpProxy resources available to the specified project.TargetInstanceApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of targetInstance resources available to the specified project.TargetPoolApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of target pool resources available to the specified project.UrlMapApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of urlMap resources available to the specified project.ZoneApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of zone resources available to the specified project.ImageApi.listPageInProject
(String projectName, String pageToken, ListOptions listOptions) Retrieves the list of image resources available to the specified project.OperationApi.listPageInRegion
(String region, String pageToken, ListOptions listOptions) Retrieves the list of operation resources available in the specified region.OperationApi.listPageInZone
(String zone, String pageToken, ListOptions listOptions) Retrieves the list of operation resources available in the specified zone.AggregatedListApi.pageOfAddresses
(String pageToken, ListOptions listOptions) Retrieves the list of address resources available to the specified project.AggregatedListApi.pageOfDisks
(String pageToken, ListOptions listOptions) Retrieves the list of disk resources available to the specified project.AggregatedListApi.pageOfDiskTypes
(String pageToken, ListOptions listOptions) Retrieves the list of disk type resources available to the specified project.AggregatedListApi.pageOfForwardingRules
(String pageToken, ListOptions listOptions) Retrieves the list of forwarding rule resources available to the specified project.AggregatedListApi.pageOfGlobalOperations
(String pageToken, ListOptions listOptions) Retrieves the list of global operations resources available to the specified project.AggregatedListApi.pageOfInstances
(String pageToken, ListOptions listOptions) Retrieves the list of instance resources available to the specified project.AggregatedListApi.pageOfMachineTypes
(String pageToken, ListOptions listOptions) Retrieves the list of machine type resources available to the specified project.AggregatedListApi.pageOfSubnetworks
(String pageToken, ListOptions listOptions) Retrieves the list of instance resources available to the specified project.AggregatedListApi.pageOfTargetInstances
(String pageToken, ListOptions listOptions) Retrieves the list of TargetInstance resources available to the specified project.AggregatedListApi.pageOfTargetPools
(String pageToken, ListOptions listOptions) Retrieves the list of TargetPool resources available to the specified project.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type ListPageModifier and TypeMethodDescriptionAggregatedListApi.addresses()
AggregatedListApi.addresses
(ListOptions options) AggregatedListApi.disks()
AggregatedListApi.disks
(ListOptions options) AggregatedListApi.diskTypes()
AggregatedListApi.diskTypes
(ListOptions options) AddressApi.AddressPages.fetchNextPage
(String regionName, ListOptions options) AggregatedListApi.AddressPages.fetchNextPage
(ListOptions options) AggregatedListApi.DiskPages.fetchNextPage
(ListOptions options) AggregatedListApi.DiskTypePages.fetchNextPage
(ListOptions options) protected com.google.common.base.Function
<String, ListPage<ForwardingRule>> AggregatedListApi.ForwardingRulePages.fetchNextPage
(ListOptions options) AggregatedListApi.InstancePages.fetchNextPage
(ListOptions options) protected com.google.common.base.Function
<String, ListPage<MachineType>> AggregatedListApi.MachineTypePages.fetchNextPage
(ListOptions options) AggregatedListApi.OperationPages.fetchNextPage
(ListOptions options) protected com.google.common.base.Function
<String, ListPage<Subnetwork>> AggregatedListApi.SubnetworksPages.fetchNextPage
(ListOptions options) protected com.google.common.base.Function
<String, ListPage<TargetInstance>> AggregatedListApi.TargetInstancePages.fetchNextPage
(ListOptions options) protected com.google.common.base.Function
<String, ListPage<TargetPool>> AggregatedListApi.TargetPoolPages.fetchNextPage
(ListOptions options) protected com.google.common.base.Function
<String, ListPage<BackendService>> BackendServiceApi.BackendServicePages.fetchNextPage
(ListOptions options) DiskApi.DiskPages.fetchNextPage
(String zoneName, ListOptions options) DiskTypeApi.DiskTypePages.fetchNextPage
(String zoneName, ListOptions options) FirewallApi.FirewallPages.fetchNextPage
(ListOptions options) protected com.google.common.base.Function
<String, ListPage<ForwardingRule>> ForwardingRuleApi.ForwardingRulePages.fetchNextPage
(String regionName, ListOptions options) protected com.google.common.base.Function
<String, ListPage<HttpHealthCheck>> HttpHealthCheckApi.HttpHealthCheckPages.fetchNextPage
(ListOptions options) ImageApi.ImagePages.fetchNextPage
(ListOptions options) ImageApi.ImagePagesInProject.fetchNextPage
(String projectName, ListOptions options) InstanceApi.InstancePages.fetchNextPage
(String zoneName, ListOptions options) protected com.google.common.base.Function
<String, ListPage<MachineType>> MachineTypeApi.MachineTypePages.fetchNextPage
(String zoneName, ListOptions options) NetworkApi.NetworkPages.fetchNextPage
(ListOptions options) OperationApi.OperationPages.fetchNextPage
(ListOptions options) OperationApi.OperationPagesInRegion.fetchNextPage
(String regionName, ListOptions options) OperationApi.OperationPagesInZone.fetchNextPage
(String zoneName, ListOptions options) RegionApi.RegionPages.fetchNextPage
(ListOptions options) RouteApi.RoutePages.fetchNextPage
(ListOptions options) SnapshotApi.SnapshotPages.fetchNextPage
(ListOptions options) protected com.google.common.base.Function
<String, ListPage<Subnetwork>> SubnetworkApi.SubnetworkPages.fetchNextPage
(String region, ListOptions options) protected com.google.common.base.Function
<String, ListPage<TargetHttpProxy>> TargetHttpProxyApi.TargetHttpProxyPages.fetchNextPage
(ListOptions options) protected com.google.common.base.Function
<String, ListPage<TargetInstance>> TargetInstanceApi.TargetInstancePages.fetchNextPage
(String zoneName, ListOptions options) protected com.google.common.base.Function
<String, ListPage<TargetPool>> TargetPoolApi.TargetPoolPages.fetchNextPage
(String regionName, ListOptions options) UrlMapApi.UrlMapPages.fetchNextPage
(ListOptions options) ZoneApi.ZonePages.fetchNextPage
(ListOptions options) AggregatedListApi.forwardingRules()
AggregatedListApi.forwardingRules
(ListOptions options) AggregatedListApi.globalOperations()
AggregatedListApi.globalOperations
(ListOptions options) AggregatedListApi.instances()
AggregatedListApi.instances
(ListOptions options) AddressApi.list()
AddressApi.list
(ListOptions options) BackendServiceApi.list()
BackendServiceApi.list
(ListOptions options) DiskApi.list()
DiskApi.list
(ListOptions options) DiskTypeApi.list()
DiskTypeApi.list
(ListOptions options) FirewallApi.list()
FirewallApi.list
(ListOptions options) ForwardingRuleApi.list()
ForwardingRuleApi.list
(ListOptions options) HttpHealthCheckApi.list()
HttpHealthCheckApi.list
(ListOptions options) ImageApi.list()
ImageApi.list
(ListOptions options) InstanceApi.list()
InstanceApi.list
(ListOptions options) MachineTypeApi.list()
MachineTypeApi.list
(ListOptions options) NetworkApi.list()
NetworkApi.list
(ListOptions options) OperationApi.list()
OperationApi.list
(ListOptions options) RegionApi.list()
RegionApi.list
(ListOptions options) RouteApi.list()
RouteApi.list
(ListOptions options) SnapshotApi.list()
SnapshotApi.list
(ListOptions options) SubnetworkApi.list()
SubnetworkApi.list
(ListOptions options) TargetHttpProxyApi.list()
TargetHttpProxyApi.list
(ListOptions listOptions) TargetInstanceApi.list()
TargetInstanceApi.list
(ListOptions options) TargetPoolApi.list()
TargetPoolApi.list
(ListOptions options) UrlMapApi.list()
UrlMapApi.list
(ListOptions options) ZoneApi.list()
ZoneApi.list
(ListOptions options) ImageApi.listInProject
(String projectName) ImageApi.listInProject
(String projectName, ListOptions options) OperationApi.listInRegion
(String region) OperationApi.listInRegion
(String region, ListOptions options) OperationApi.listInZone
(String zone) OperationApi.listInZone
(String zone, ListOptions options) AggregatedListApi.machineTypes()
AggregatedListApi.machineTypes
(ListOptions options) AggregatedListApi.subnetworks()
AggregatedListApi.subnetworks
(ListOptions options) AggregatedListApi.targetInstances()
AggregatedListApi.targetInstances
(ListOptions options) AggregatedListApi.targetPools()
AggregatedListApi.targetPools
(ListOptions options)