类 LocationGRPCService.LocationResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.tencent.polaris.client.pb.LocationGRPCService.LocationResponse
所有已实现的接口:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, LocationGRPCService.LocationResponseOrBuilder, java.io.Serializable
封闭类:
LocationGRPCService

public static final class LocationGRPCService.LocationResponse
extends com.google.protobuf.GeneratedMessageV3
implements LocationGRPCService.LocationResponseOrBuilder
Protobuf type v1.LocationResponse
另请参阅:
序列化表格
  • 字段详细资料

    • REGION_FIELD_NUMBER

      public static final int REGION_FIELD_NUMBER
      另请参阅:
      常量字段值
    • ZONE_FIELD_NUMBER

      public static final int ZONE_FIELD_NUMBER
      另请参阅:
      常量字段值
    • CAMPUS_FIELD_NUMBER

      public static final int CAMPUS_FIELD_NUMBER
      另请参阅:
      常量字段值
  • 方法详细资料

    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      指定者:
      getUnknownFields 在接口中 com.google.protobuf.MessageOrBuilder
      覆盖:
      getUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • getRegion

      public java.lang.String getRegion()
      string region = 1;
      指定者:
      getRegion 在接口中 LocationGRPCService.LocationResponseOrBuilder
      返回:
      The region.
    • getRegionBytes

      public com.google.protobuf.ByteString getRegionBytes()
      string region = 1;
      指定者:
      getRegionBytes 在接口中 LocationGRPCService.LocationResponseOrBuilder
      返回:
      The bytes for region.
    • getZone

      public java.lang.String getZone()
      string zone = 2;
      指定者:
      getZone 在接口中 LocationGRPCService.LocationResponseOrBuilder
      返回:
      The zone.
    • getZoneBytes

      public com.google.protobuf.ByteString getZoneBytes()
      string zone = 2;
      指定者:
      getZoneBytes 在接口中 LocationGRPCService.LocationResponseOrBuilder
      返回:
      The bytes for zone.
    • getCampus

      public java.lang.String getCampus()
      string campus = 3;
      指定者:
      getCampus 在接口中 LocationGRPCService.LocationResponseOrBuilder
      返回:
      The campus.
    • getCampusBytes

      public com.google.protobuf.ByteString getCampusBytes()
      string campus = 3;
      指定者:
      getCampusBytes 在接口中 LocationGRPCService.LocationResponseOrBuilder
      返回:
      The bytes for campus.
    • isInitialized

      public final boolean isInitialized()
      指定者:
      isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
      覆盖:
      isInitialized 在类中 com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo​(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
      指定者:
      writeTo 在接口中 com.google.protobuf.MessageLite
      覆盖:
      writeTo 在类中 com.google.protobuf.GeneratedMessageV3
      抛出:
      java.io.IOException
    • getSerializedSize

      public int getSerializedSize()
      指定者:
      getSerializedSize 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals​(java.lang.Object obj)
      指定者:
      equals 在接口中 com.google.protobuf.Message
      覆盖:
      equals 在类中 com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      指定者:
      hashCode 在接口中 com.google.protobuf.Message
      覆盖:
      hashCode 在类中 com.google.protobuf.AbstractMessage
    • parseFrom

      public static LocationGRPCService.LocationResponse parseFrom​(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static LocationGRPCService.LocationResponse parseFrom​(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static LocationGRPCService.LocationResponse parseFrom​(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static LocationGRPCService.LocationResponse parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static LocationGRPCService.LocationResponse parseFrom​(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static LocationGRPCService.LocationResponse parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static LocationGRPCService.LocationResponse parseFrom​(java.io.InputStream input) throws java.io.IOException
      抛出:
      java.io.IOException
    • parseFrom

      public static LocationGRPCService.LocationResponse parseFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
      抛出:
      java.io.IOException
    • parseDelimitedFrom

      public static LocationGRPCService.LocationResponse parseDelimitedFrom​(java.io.InputStream input) throws java.io.IOException
      抛出:
      java.io.IOException
    • parseDelimitedFrom

      public static LocationGRPCService.LocationResponse parseDelimitedFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
      抛出:
      java.io.IOException
    • parseFrom

      public static LocationGRPCService.LocationResponse parseFrom​(com.google.protobuf.CodedInputStream input) throws java.io.IOException
      抛出:
      java.io.IOException
    • parseFrom

      public static LocationGRPCService.LocationResponse parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
      抛出:
      java.io.IOException
    • newBuilderForType

      指定者:
      newBuilderForType 在接口中 com.google.protobuf.Message
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.MessageLite
    • newBuilder

    • newBuilder

    • toBuilder

      指定者:
      toBuilder 在接口中 com.google.protobuf.Message
      指定者:
      toBuilder 在接口中 com.google.protobuf.MessageLite
    • getDefaultInstance

      public static LocationGRPCService.LocationResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<LocationGRPCService.LocationResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<LocationGRPCService.LocationResponse> getParserForType()
      指定者:
      getParserForType 在接口中 com.google.protobuf.Message
      指定者:
      getParserForType 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public LocationGRPCService.LocationResponse getDefaultInstanceForType()
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder