Interface GetRegionsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GetRegionsResponse, GetRegionsResponse.Builder

    @Generated(value="protoc",
               comments="annotations:GetRegionsResponseOrBuilder.java.pb.meta")
    public interface GetRegionsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Region getRegions​(int index)
      The temporal cloud regions.
      int getRegionsCount()
      The temporal cloud regions.
      java.util.List<Region> getRegionsList()
      The temporal cloud regions.
      RegionOrBuilder getRegionsOrBuilder​(int index)
      The temporal cloud regions.
      java.util.List<? extends RegionOrBuilder> getRegionsOrBuilderList()
      The temporal cloud regions.
      • 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 Detail

      • getRegionsList

        java.util.List<Region> getRegionsList()
         The temporal cloud regions.
         
        repeated .temporal.api.cloud.region.v1.Region regions = 1;
      • getRegions

        Region getRegions​(int index)
         The temporal cloud regions.
         
        repeated .temporal.api.cloud.region.v1.Region regions = 1;
      • getRegionsCount

        int getRegionsCount()
         The temporal cloud regions.
         
        repeated .temporal.api.cloud.region.v1.Region regions = 1;
      • getRegionsOrBuilderList

        java.util.List<? extends RegionOrBuilder> getRegionsOrBuilderList()
         The temporal cloud regions.
         
        repeated .temporal.api.cloud.region.v1.Region regions = 1;
      • getRegionsOrBuilder

        RegionOrBuilder getRegionsOrBuilder​(int index)
         The temporal cloud regions.
         
        repeated .temporal.api.cloud.region.v1.Region regions = 1;