Uses of Class
com.google.cloud.pubsublite.CloudZone
-
Packages that use CloudZone Package Description com.google.cloud.pubsublite com.google.cloud.pubsublite.internal.testing -
-
Uses of CloudZone in com.google.cloud.pubsublite
Methods in com.google.cloud.pubsublite that return CloudZone Modifier and Type Method Description static CloudZone
CloudZone. of(CloudRegion region, char zoneId)
A google cloud zone.static CloudZone
CloudZone. parse(String zone)
Construct a CloudZone from a valid zone string.abstract CloudZone
CloudRegionOrZone. zone()
Methods in com.google.cloud.pubsublite with parameters of type CloudZone Modifier and Type Method Description static CloudRegionOrZone
CloudRegionOrZone. of(CloudZone zone)
-
Uses of CloudZone in com.google.cloud.pubsublite.internal.testing
Methods in com.google.cloud.pubsublite.internal.testing that return CloudZone Modifier and Type Method Description static CloudZone
UnitTestExamples. exampleZone()
-