Interface RegionSimpleInfoOuterClass.RegionSimpleInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RegionSimpleInfoOuterClass.RegionSimpleInfo, RegionSimpleInfoOuterClass.RegionSimpleInfo.Builder
Enclosing class:
RegionSimpleInfoOuterClass

public static interface RegionSimpleInfoOuterClass.RegionSimpleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string dispatch_url = 4;
    com.google.protobuf.ByteString
    string dispatch_url = 4;
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;
    string title = 2;
    com.google.protobuf.ByteString
    string title = 2;
    string type = 3;
    com.google.protobuf.ByteString
    string type = 3;

    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

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getTitle

      String getTitle()
      string title = 2;
      Returns:
      The title.
    • getTitleBytes

      com.google.protobuf.ByteString getTitleBytes()
      string title = 2;
      Returns:
      The bytes for title.
    • getType

      String getType()
      string type = 3;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      string type = 3;
      Returns:
      The bytes for type.
    • getDispatchUrl

      String getDispatchUrl()
      string dispatch_url = 4;
      Returns:
      The dispatchUrl.
    • getDispatchUrlBytes

      com.google.protobuf.ByteString getDispatchUrlBytes()
      string dispatch_url = 4;
      Returns:
      The bytes for dispatchUrl.