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 Type
    Method
    Description
    The cloud provider that's hosting the region.
    Deprecated.
    temporal.api.cloud.region.v1.Region.cloud_provider_deprecated is deprecated.
    com.google.protobuf.ByteString
    Deprecated.
    temporal.api.cloud.region.v1.Region.cloud_provider_deprecated is deprecated.
    The region identifier as defined by the cloud provider.
    com.google.protobuf.ByteString
    The region identifier as defined by the cloud provider.
    int
    The cloud provider that's hosting the region.
    The id of the temporal cloud region.
    com.google.protobuf.ByteString
    The id of the temporal cloud region.
    The human readable location of the region.
    com.google.protobuf.ByteString
    The human readable location of the region.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getId

      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 String getCloudProviderDeprecated()
      Deprecated.
      temporal.api.cloud.region.v1.Region.cloud_provider_deprecated is deprecated. See temporal/api/cloud/region/v1/message.proto;l=18
       The 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 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=18
       The 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.