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 CloudZoneCloudZone. of(CloudRegion region, char zoneId)A google cloud zone.static CloudZoneCloudZone. parse(String zone)Construct a CloudZone from a valid zone string.abstract CloudZoneCloudRegionOrZone. zone()Methods in com.google.cloud.pubsublite with parameters of type CloudZone Modifier and Type Method Description static CloudRegionOrZoneCloudRegionOrZone. 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 CloudZoneUnitTestExamples. exampleZone()
-