Package io.temporal.api.cloud.region.v1
Interface RegionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Region,Region.Builder
@Generated(value="protoc", comments="annotations:RegionOrBuilder.java.pb.meta") public interface RegionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCloudProvider()The name of the cloud provider that's hosting the region.com.google.protobuf.ByteStringgetCloudProviderBytes()The name of the cloud provider that's hosting the region.java.lang.StringgetCloudProviderRegion()The region identifier as defined by the cloud provider.com.google.protobuf.ByteStringgetCloudProviderRegionBytes()The region identifier as defined by the cloud provider.java.lang.StringgetId()The id of the temporal cloud region.com.google.protobuf.ByteStringgetIdBytes()The id of the temporal cloud region.java.lang.StringgetLocation()The human readable location of the region.com.google.protobuf.ByteStringgetLocationBytes()The human readable location of the region.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
java.lang.String getId()
The id of the temporal cloud region.
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
The id of the temporal cloud region.
string id = 1;- Returns:
- The bytes for id.
-
getCloudProvider
java.lang.String getCloudProvider()
The name of the cloud provider that's hosting the region. Currently only "aws" is supported.
string cloud_provider = 2;- Returns:
- The cloudProvider.
-
getCloudProviderBytes
com.google.protobuf.ByteString getCloudProviderBytes()
The name of the cloud provider that's hosting the region. Currently only "aws" is supported.
string cloud_provider = 2;- Returns:
- The bytes for cloudProvider.
-
getCloudProviderRegion
java.lang.String getCloudProviderRegion()
The region identifier as defined by the cloud provider.
string cloud_provider_region = 3;- Returns:
- The cloudProviderRegion.
-
getCloudProviderRegionBytes
com.google.protobuf.ByteString getCloudProviderRegionBytes()
The region identifier as defined by the cloud provider.
string cloud_provider_region = 3;- Returns:
- The bytes for cloudProviderRegion.
-
getLocation
java.lang.String getLocation()
The human readable location of the region.
string location = 4;- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
The human readable location of the region.
string location = 4;- Returns:
- The bytes for location.
-
-