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
Modifier and TypeMethodDescriptionThe cloud provider that's hosting the region.Deprecated.temporal.api.cloud.region.v1.Region.cloud_provider_deprecated is deprecated.com.google.protobuf.ByteStringDeprecated.temporal.api.cloud.region.v1.Region.cloud_provider_deprecated is deprecated.The region identifier as defined by the cloud provider.com.google.protobuf.ByteStringThe region identifier as defined by the cloud provider.intThe cloud provider that's hosting the region.getId()The id of the temporal cloud region.com.google.protobuf.ByteStringThe id of the temporal cloud region.The human readable location of the region.com.google.protobuf.ByteStringThe human readable location of the region.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()The id of the temporal cloud region.
string id = 1;- Returns:
- The bytes for id.
-
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 v0.3.0 api version. Use cloud_provider instead. temporal:versioning:max_version=v0.3.0
string cloud_provider_deprecated = 2 [deprecated = true];- Returns:
- The cloudProviderDeprecated.
-
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 v0.3.0 api version. Use cloud_provider instead. temporal:versioning:max_version=v0.3.0
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=v0.3.0 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=v0.3.0 temporal:enums:replaces=cloud_provider_deprecated
.temporal.api.cloud.region.v1.Region.CloudProvider cloud_provider = 5;- Returns:
- The cloudProvider.
-
getCloudProviderRegion
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
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.
-