All Downloads are FREE. Search and download functionalities are using the official Maven repository.

shade.polaris.io.grpc.lookup.v1.RouteLookupResponse Maven / Gradle / Ivy

There is a newer version: 2.0.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/lookup/v1/rls.proto

package io.grpc.lookup.v1;

/**
 * Protobuf type {@code grpc.lookup.v1.RouteLookupResponse}
 */
public final class RouteLookupResponse extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:grpc.lookup.v1.RouteLookupResponse)
    RouteLookupResponseOrBuilder {
private static final long serialVersionUID = 0L;
  // Use RouteLookupResponse.newBuilder() to construct.
  private RouteLookupResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private RouteLookupResponse() {
    targets_ =
        com.google.protobuf.LazyStringArrayList.emptyList();
    headerData_ = "";
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new RouteLookupResponse();
  }

  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return io.grpc.lookup.v1.RlsProto.internal_static_grpc_lookup_v1_RouteLookupResponse_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return io.grpc.lookup.v1.RlsProto.internal_static_grpc_lookup_v1_RouteLookupResponse_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            io.grpc.lookup.v1.RouteLookupResponse.class, io.grpc.lookup.v1.RouteLookupResponse.Builder.class);
  }

  public static final int TARGETS_FIELD_NUMBER = 3;
  @SuppressWarnings("serial")
  private com.google.protobuf.LazyStringArrayList targets_ =
      com.google.protobuf.LazyStringArrayList.emptyList();
  /**
   * 
   * Prioritized list (best one first) of addressable entities to use
   * for routing, using syntax requested by the request target_type.
   * The targets will be tried in order until a healthy one is found.
   * 
* * repeated string targets = 3; * @return A list containing the targets. */ public com.google.protobuf.ProtocolStringList getTargetsList() { return targets_; } /** *
   * Prioritized list (best one first) of addressable entities to use
   * for routing, using syntax requested by the request target_type.
   * The targets will be tried in order until a healthy one is found.
   * 
* * repeated string targets = 3; * @return The count of targets. */ public int getTargetsCount() { return targets_.size(); } /** *
   * Prioritized list (best one first) of addressable entities to use
   * for routing, using syntax requested by the request target_type.
   * The targets will be tried in order until a healthy one is found.
   * 
* * repeated string targets = 3; * @param index The index of the element to return. * @return The targets at the given index. */ public java.lang.String getTargets(int index) { return targets_.get(index); } /** *
   * Prioritized list (best one first) of addressable entities to use
   * for routing, using syntax requested by the request target_type.
   * The targets will be tried in order until a healthy one is found.
   * 
* * repeated string targets = 3; * @param index The index of the value to return. * @return The bytes of the targets at the given index. */ public com.google.protobuf.ByteString getTargetsBytes(int index) { return targets_.getByteString(index); } public static final int HEADER_DATA_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object headerData_ = ""; /** *
   * Optional header value to pass along to AFE in the X-Google-RLS-Data header.
   * Cached with "target" and sent with all requests that match the request key.
   * Allows the RLS to pass its work product to the eventual target.
   * 
* * string header_data = 2; * @return The headerData. */ @java.lang.Override public java.lang.String getHeaderData() { java.lang.Object ref = headerData_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); headerData_ = s; return s; } } /** *
   * Optional header value to pass along to AFE in the X-Google-RLS-Data header.
   * Cached with "target" and sent with all requests that match the request key.
   * Allows the RLS to pass its work product to the eventual target.
   * 
* * string header_data = 2; * @return The bytes for headerData. */ @java.lang.Override public com.google.protobuf.ByteString getHeaderDataBytes() { java.lang.Object ref = headerData_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); headerData_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(headerData_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, headerData_); } for (int i = 0; i < targets_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, targets_.getRaw(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(headerData_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, headerData_); } { int dataSize = 0; for (int i = 0; i < targets_.size(); i++) { dataSize += computeStringSizeNoTag(targets_.getRaw(i)); } size += dataSize; size += 1 * getTargetsList().size(); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof io.grpc.lookup.v1.RouteLookupResponse)) { return super.equals(obj); } io.grpc.lookup.v1.RouteLookupResponse other = (io.grpc.lookup.v1.RouteLookupResponse) obj; if (!getTargetsList() .equals(other.getTargetsList())) return false; if (!getHeaderData() .equals(other.getHeaderData())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getTargetsCount() > 0) { hash = (37 * hash) + TARGETS_FIELD_NUMBER; hash = (53 * hash) + getTargetsList().hashCode(); } hash = (37 * hash) + HEADER_DATA_FIELD_NUMBER; hash = (53 * hash) + getHeaderData().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static io.grpc.lookup.v1.RouteLookupResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.grpc.lookup.v1.RouteLookupResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.grpc.lookup.v1.RouteLookupResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.grpc.lookup.v1.RouteLookupResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.grpc.lookup.v1.RouteLookupResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.grpc.lookup.v1.RouteLookupResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.grpc.lookup.v1.RouteLookupResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.grpc.lookup.v1.RouteLookupResponse parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static io.grpc.lookup.v1.RouteLookupResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static io.grpc.lookup.v1.RouteLookupResponse parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static io.grpc.lookup.v1.RouteLookupResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.grpc.lookup.v1.RouteLookupResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(io.grpc.lookup.v1.RouteLookupResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code grpc.lookup.v1.RouteLookupResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:grpc.lookup.v1.RouteLookupResponse) io.grpc.lookup.v1.RouteLookupResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return io.grpc.lookup.v1.RlsProto.internal_static_grpc_lookup_v1_RouteLookupResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.grpc.lookup.v1.RlsProto.internal_static_grpc_lookup_v1_RouteLookupResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( io.grpc.lookup.v1.RouteLookupResponse.class, io.grpc.lookup.v1.RouteLookupResponse.Builder.class); } // Construct using io.grpc.lookup.v1.RouteLookupResponse.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; targets_ = com.google.protobuf.LazyStringArrayList.emptyList(); headerData_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return io.grpc.lookup.v1.RlsProto.internal_static_grpc_lookup_v1_RouteLookupResponse_descriptor; } @java.lang.Override public io.grpc.lookup.v1.RouteLookupResponse getDefaultInstanceForType() { return io.grpc.lookup.v1.RouteLookupResponse.getDefaultInstance(); } @java.lang.Override public io.grpc.lookup.v1.RouteLookupResponse build() { io.grpc.lookup.v1.RouteLookupResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public io.grpc.lookup.v1.RouteLookupResponse buildPartial() { io.grpc.lookup.v1.RouteLookupResponse result = new io.grpc.lookup.v1.RouteLookupResponse(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(io.grpc.lookup.v1.RouteLookupResponse result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { targets_.makeImmutable(); result.targets_ = targets_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.headerData_ = headerData_; } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof io.grpc.lookup.v1.RouteLookupResponse) { return mergeFrom((io.grpc.lookup.v1.RouteLookupResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(io.grpc.lookup.v1.RouteLookupResponse other) { if (other == io.grpc.lookup.v1.RouteLookupResponse.getDefaultInstance()) return this; if (!other.targets_.isEmpty()) { if (targets_.isEmpty()) { targets_ = other.targets_; bitField0_ |= 0x00000001; } else { ensureTargetsIsMutable(); targets_.addAll(other.targets_); } onChanged(); } if (!other.getHeaderData().isEmpty()) { headerData_ = other.headerData_; bitField0_ |= 0x00000002; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 18: { headerData_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 26: { java.lang.String s = input.readStringRequireUtf8(); ensureTargetsIsMutable(); targets_.add(s); break; } // case 26 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.LazyStringArrayList targets_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureTargetsIsMutable() { if (!targets_.isModifiable()) { targets_ = new com.google.protobuf.LazyStringArrayList(targets_); } bitField0_ |= 0x00000001; } /** *
     * Prioritized list (best one first) of addressable entities to use
     * for routing, using syntax requested by the request target_type.
     * The targets will be tried in order until a healthy one is found.
     * 
* * repeated string targets = 3; * @return A list containing the targets. */ public com.google.protobuf.ProtocolStringList getTargetsList() { targets_.makeImmutable(); return targets_; } /** *
     * Prioritized list (best one first) of addressable entities to use
     * for routing, using syntax requested by the request target_type.
     * The targets will be tried in order until a healthy one is found.
     * 
* * repeated string targets = 3; * @return The count of targets. */ public int getTargetsCount() { return targets_.size(); } /** *
     * Prioritized list (best one first) of addressable entities to use
     * for routing, using syntax requested by the request target_type.
     * The targets will be tried in order until a healthy one is found.
     * 
* * repeated string targets = 3; * @param index The index of the element to return. * @return The targets at the given index. */ public java.lang.String getTargets(int index) { return targets_.get(index); } /** *
     * Prioritized list (best one first) of addressable entities to use
     * for routing, using syntax requested by the request target_type.
     * The targets will be tried in order until a healthy one is found.
     * 
* * repeated string targets = 3; * @param index The index of the value to return. * @return The bytes of the targets at the given index. */ public com.google.protobuf.ByteString getTargetsBytes(int index) { return targets_.getByteString(index); } /** *
     * Prioritized list (best one first) of addressable entities to use
     * for routing, using syntax requested by the request target_type.
     * The targets will be tried in order until a healthy one is found.
     * 
* * repeated string targets = 3; * @param index The index to set the value at. * @param value The targets to set. * @return This builder for chaining. */ public Builder setTargets( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureTargetsIsMutable(); targets_.set(index, value); bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * Prioritized list (best one first) of addressable entities to use
     * for routing, using syntax requested by the request target_type.
     * The targets will be tried in order until a healthy one is found.
     * 
* * repeated string targets = 3; * @param value The targets to add. * @return This builder for chaining. */ public Builder addTargets( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureTargetsIsMutable(); targets_.add(value); bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * Prioritized list (best one first) of addressable entities to use
     * for routing, using syntax requested by the request target_type.
     * The targets will be tried in order until a healthy one is found.
     * 
* * repeated string targets = 3; * @param values The targets to add. * @return This builder for chaining. */ public Builder addAllTargets( java.lang.Iterable values) { ensureTargetsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, targets_); bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * Prioritized list (best one first) of addressable entities to use
     * for routing, using syntax requested by the request target_type.
     * The targets will be tried in order until a healthy one is found.
     * 
* * repeated string targets = 3; * @return This builder for chaining. */ public Builder clearTargets() { targets_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000001);; onChanged(); return this; } /** *
     * Prioritized list (best one first) of addressable entities to use
     * for routing, using syntax requested by the request target_type.
     * The targets will be tried in order until a healthy one is found.
     * 
* * repeated string targets = 3; * @param value The bytes of the targets to add. * @return This builder for chaining. */ public Builder addTargetsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureTargetsIsMutable(); targets_.add(value); bitField0_ |= 0x00000001; onChanged(); return this; } private java.lang.Object headerData_ = ""; /** *
     * Optional header value to pass along to AFE in the X-Google-RLS-Data header.
     * Cached with "target" and sent with all requests that match the request key.
     * Allows the RLS to pass its work product to the eventual target.
     * 
* * string header_data = 2; * @return The headerData. */ public java.lang.String getHeaderData() { java.lang.Object ref = headerData_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); headerData_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Optional header value to pass along to AFE in the X-Google-RLS-Data header.
     * Cached with "target" and sent with all requests that match the request key.
     * Allows the RLS to pass its work product to the eventual target.
     * 
* * string header_data = 2; * @return The bytes for headerData. */ public com.google.protobuf.ByteString getHeaderDataBytes() { java.lang.Object ref = headerData_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); headerData_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Optional header value to pass along to AFE in the X-Google-RLS-Data header.
     * Cached with "target" and sent with all requests that match the request key.
     * Allows the RLS to pass its work product to the eventual target.
     * 
* * string header_data = 2; * @param value The headerData to set. * @return This builder for chaining. */ public Builder setHeaderData( java.lang.String value) { if (value == null) { throw new NullPointerException(); } headerData_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * Optional header value to pass along to AFE in the X-Google-RLS-Data header.
     * Cached with "target" and sent with all requests that match the request key.
     * Allows the RLS to pass its work product to the eventual target.
     * 
* * string header_data = 2; * @return This builder for chaining. */ public Builder clearHeaderData() { headerData_ = getDefaultInstance().getHeaderData(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
     * Optional header value to pass along to AFE in the X-Google-RLS-Data header.
     * Cached with "target" and sent with all requests that match the request key.
     * Allows the RLS to pass its work product to the eventual target.
     * 
* * string header_data = 2; * @param value The bytes for headerData to set. * @return This builder for chaining. */ public Builder setHeaderDataBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); headerData_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:grpc.lookup.v1.RouteLookupResponse) } // @@protoc_insertion_point(class_scope:grpc.lookup.v1.RouteLookupResponse) private static final io.grpc.lookup.v1.RouteLookupResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new io.grpc.lookup.v1.RouteLookupResponse(); } public static io.grpc.lookup.v1.RouteLookupResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public RouteLookupResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public io.grpc.lookup.v1.RouteLookupResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy