Interface GetRegionRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getRegion()
      The id of the region to get.
      com.google.protobuf.ByteString getRegionBytes()
      The id of the region to get.
      • 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

      • getRegion

        java.lang.String getRegion()
         The id of the region to get.
         
        string region = 1;
        Returns:
        The region.
      • getRegionBytes

        com.google.protobuf.ByteString getRegionBytes()
         The id of the region to get.
         
        string region = 1;
        Returns:
        The bytes for region.