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 Deprecated Methods Modifier and Type Method Description Region.CloudProvidergetCloudProvider()The cloud provider that's hosting the region.java.lang.StringgetCloudProviderDeprecated()Deprecated.temporal.api.cloud.region.v1.Region.cloud_provider_deprecated is deprecated.com.google.protobuf.ByteStringgetCloudProviderDeprecatedBytes()Deprecated.temporal.api.cloud.region.v1.Region.cloud_provider_deprecated is deprecated.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.intgetCloudProviderValue()The cloud provider that's hosting the region.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.
-
getCloudProviderDeprecated
@Deprecated java.lang.String getCloudProviderDeprecated()
Deprecated.temporal.api.cloud.region.v1.Region.cloud_provider_deprecated is deprecated. See temporal/api/cloud/region/v1/message.proto;l=18The name of the cloud provider that's hosting the region. Currently only "aws" is supported. Deprecated: Not supported after 2024-10-01-00 api version. Use cloud_provider instead. temporal:versioning:max_version=2024-10-01-00
string cloud_provider_deprecated = 2 [deprecated = true];- Returns:
- The cloudProviderDeprecated.
-
getCloudProviderDeprecatedBytes
@Deprecated com.google.protobuf.ByteString getCloudProviderDeprecatedBytes()
Deprecated.temporal.api.cloud.region.v1.Region.cloud_provider_deprecated is deprecated. See temporal/api/cloud/region/v1/message.proto;l=18The name of the cloud provider that's hosting the region. Currently only "aws" is supported. Deprecated: Not supported after 2024-10-01-00 api version. Use cloud_provider instead. temporal:versioning:max_version=2024-10-01-00
string cloud_provider_deprecated = 2 [deprecated = true];- Returns:
- The bytes for cloudProviderDeprecated.
-
getCloudProviderValue
int getCloudProviderValue()
The cloud provider that's hosting the region. temporal:versioning:min_version=2024-10-01-00 temporal:enums:replaces=cloud_provider_deprecated
.temporal.api.cloud.region.v1.Region.CloudProvider cloud_provider = 5;- Returns:
- The enum numeric value on the wire for cloudProvider.
-
getCloudProvider
Region.CloudProvider getCloudProvider()
The cloud provider that's hosting the region. temporal:versioning:min_version=2024-10-01-00 temporal:enums:replaces=cloud_provider_deprecated
.temporal.api.cloud.region.v1.Region.CloudProvider cloud_provider = 5;- Returns:
- The 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.
-
-