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

grpc.global_admin.Endpoint Maven / Gradle / Ivy

There is a newer version: 0.119.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: global_admin.proto

package grpc.global_admin;

/**
 * Protobuf type {@code global_admin.Endpoint}
 */
public final class Endpoint extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:global_admin.Endpoint)
    EndpointOrBuilder {
private static final long serialVersionUID = 0L;
  // Use Endpoint.newBuilder() to construct.
  private Endpoint(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private Endpoint() {
    friendlyName_ = "";
    domainName_ = "";
    region_ = "";
  }

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

  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return grpc.global_admin.GlobalAdminOuterClass.internal_static_global_admin_Endpoint_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return grpc.global_admin.GlobalAdminOuterClass.internal_static_global_admin_Endpoint_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            grpc.global_admin.Endpoint.class, grpc.global_admin.Endpoint.Builder.class);
  }

  public static final int FRIENDLY_NAME_FIELD_NUMBER = 1;
  @SuppressWarnings("serial")
  private volatile java.lang.Object friendlyName_ = "";
  /**
   * 
   * the name displayed in the Console, e.g. 'us-west-2', 'private-us-west-2', etc.
   * 
* * string friendly_name = 1; * @return The friendlyName. */ @java.lang.Override public java.lang.String getFriendlyName() { java.lang.Object ref = friendlyName_; 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(); friendlyName_ = s; return s; } } /** *
   * the name displayed in the Console, e.g. 'us-west-2', 'private-us-west-2', etc.
   * 
* * string friendly_name = 1; * @return The bytes for friendlyName. */ @java.lang.Override public com.google.protobuf.ByteString getFriendlyNameBytes() { java.lang.Object ref = friendlyName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); friendlyName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int DOMAIN_NAME_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object domainName_ = ""; /** *
   * domain name for talking to this Endpoint, e.g. `cell-4-us-west-2-1.prod.a.momentohq.com`
   * 
* * string domain_name = 2; * @return The domainName. */ @java.lang.Override public java.lang.String getDomainName() { java.lang.Object ref = domainName_; 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(); domainName_ = s; return s; } } /** *
   * domain name for talking to this Endpoint, e.g. `cell-4-us-west-2-1.prod.a.momentohq.com`
   * 
* * string domain_name = 2; * @return The bytes for domainName. */ @java.lang.Override public com.google.protobuf.ByteString getDomainNameBytes() { java.lang.Object ref = domainName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); domainName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int REGION_FIELD_NUMBER = 3; @SuppressWarnings("serial") private volatile java.lang.Object region_ = ""; /** *
   * AWS region, e.g. `us-west-2`
   * 
* * string region = 3; * @return The region. */ @java.lang.Override public java.lang.String getRegion() { java.lang.Object ref = region_; 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(); region_ = s; return s; } } /** *
   * AWS region, e.g. `us-west-2`
   * 
* * string region = 3; * @return The bytes for region. */ @java.lang.Override public com.google.protobuf.ByteString getRegionBytes() { java.lang.Object ref = region_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); region_ = 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(friendlyName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, friendlyName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, domainName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(region_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, region_); } 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(friendlyName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, friendlyName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, domainName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(region_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, region_); } 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 grpc.global_admin.Endpoint)) { return super.equals(obj); } grpc.global_admin.Endpoint other = (grpc.global_admin.Endpoint) obj; if (!getFriendlyName() .equals(other.getFriendlyName())) return false; if (!getDomainName() .equals(other.getDomainName())) return false; if (!getRegion() .equals(other.getRegion())) 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(); hash = (37 * hash) + FRIENDLY_NAME_FIELD_NUMBER; hash = (53 * hash) + getFriendlyName().hashCode(); hash = (37 * hash) + DOMAIN_NAME_FIELD_NUMBER; hash = (53 * hash) + getDomainName().hashCode(); hash = (37 * hash) + REGION_FIELD_NUMBER; hash = (53 * hash) + getRegion().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static grpc.global_admin.Endpoint parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static grpc.global_admin.Endpoint parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static grpc.global_admin.Endpoint parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static grpc.global_admin.Endpoint parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static grpc.global_admin.Endpoint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static grpc.global_admin.Endpoint parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static grpc.global_admin.Endpoint parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static grpc.global_admin.Endpoint 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 grpc.global_admin.Endpoint parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static grpc.global_admin.Endpoint 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 grpc.global_admin.Endpoint parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static grpc.global_admin.Endpoint 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(grpc.global_admin.Endpoint 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 global_admin.Endpoint} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:global_admin.Endpoint) grpc.global_admin.EndpointOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return grpc.global_admin.GlobalAdminOuterClass.internal_static_global_admin_Endpoint_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return grpc.global_admin.GlobalAdminOuterClass.internal_static_global_admin_Endpoint_fieldAccessorTable .ensureFieldAccessorsInitialized( grpc.global_admin.Endpoint.class, grpc.global_admin.Endpoint.Builder.class); } // Construct using grpc.global_admin.Endpoint.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; friendlyName_ = ""; domainName_ = ""; region_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return grpc.global_admin.GlobalAdminOuterClass.internal_static_global_admin_Endpoint_descriptor; } @java.lang.Override public grpc.global_admin.Endpoint getDefaultInstanceForType() { return grpc.global_admin.Endpoint.getDefaultInstance(); } @java.lang.Override public grpc.global_admin.Endpoint build() { grpc.global_admin.Endpoint result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public grpc.global_admin.Endpoint buildPartial() { grpc.global_admin.Endpoint result = new grpc.global_admin.Endpoint(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(grpc.global_admin.Endpoint result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.friendlyName_ = friendlyName_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.domainName_ = domainName_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.region_ = region_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof grpc.global_admin.Endpoint) { return mergeFrom((grpc.global_admin.Endpoint)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(grpc.global_admin.Endpoint other) { if (other == grpc.global_admin.Endpoint.getDefaultInstance()) return this; if (!other.getFriendlyName().isEmpty()) { friendlyName_ = other.friendlyName_; bitField0_ |= 0x00000001; onChanged(); } if (!other.getDomainName().isEmpty()) { domainName_ = other.domainName_; bitField0_ |= 0x00000002; onChanged(); } if (!other.getRegion().isEmpty()) { region_ = other.region_; bitField0_ |= 0x00000004; 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 10: { friendlyName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { domainName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 26: { region_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000004; 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 java.lang.Object friendlyName_ = ""; /** *
     * the name displayed in the Console, e.g. 'us-west-2', 'private-us-west-2', etc.
     * 
* * string friendly_name = 1; * @return The friendlyName. */ public java.lang.String getFriendlyName() { java.lang.Object ref = friendlyName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); friendlyName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * the name displayed in the Console, e.g. 'us-west-2', 'private-us-west-2', etc.
     * 
* * string friendly_name = 1; * @return The bytes for friendlyName. */ public com.google.protobuf.ByteString getFriendlyNameBytes() { java.lang.Object ref = friendlyName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); friendlyName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * the name displayed in the Console, e.g. 'us-west-2', 'private-us-west-2', etc.
     * 
* * string friendly_name = 1; * @param value The friendlyName to set. * @return This builder for chaining. */ public Builder setFriendlyName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } friendlyName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * the name displayed in the Console, e.g. 'us-west-2', 'private-us-west-2', etc.
     * 
* * string friendly_name = 1; * @return This builder for chaining. */ public Builder clearFriendlyName() { friendlyName_ = getDefaultInstance().getFriendlyName(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
     * the name displayed in the Console, e.g. 'us-west-2', 'private-us-west-2', etc.
     * 
* * string friendly_name = 1; * @param value The bytes for friendlyName to set. * @return This builder for chaining. */ public Builder setFriendlyNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); friendlyName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private java.lang.Object domainName_ = ""; /** *
     * domain name for talking to this Endpoint, e.g. `cell-4-us-west-2-1.prod.a.momentohq.com`
     * 
* * string domain_name = 2; * @return The domainName. */ public java.lang.String getDomainName() { java.lang.Object ref = domainName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); domainName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * domain name for talking to this Endpoint, e.g. `cell-4-us-west-2-1.prod.a.momentohq.com`
     * 
* * string domain_name = 2; * @return The bytes for domainName. */ public com.google.protobuf.ByteString getDomainNameBytes() { java.lang.Object ref = domainName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); domainName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * domain name for talking to this Endpoint, e.g. `cell-4-us-west-2-1.prod.a.momentohq.com`
     * 
* * string domain_name = 2; * @param value The domainName to set. * @return This builder for chaining. */ public Builder setDomainName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } domainName_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * domain name for talking to this Endpoint, e.g. `cell-4-us-west-2-1.prod.a.momentohq.com`
     * 
* * string domain_name = 2; * @return This builder for chaining. */ public Builder clearDomainName() { domainName_ = getDefaultInstance().getDomainName(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
     * domain name for talking to this Endpoint, e.g. `cell-4-us-west-2-1.prod.a.momentohq.com`
     * 
* * string domain_name = 2; * @param value The bytes for domainName to set. * @return This builder for chaining. */ public Builder setDomainNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); domainName_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private java.lang.Object region_ = ""; /** *
     * AWS region, e.g. `us-west-2`
     * 
* * string region = 3; * @return The region. */ public java.lang.String getRegion() { java.lang.Object ref = region_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); region_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * AWS region, e.g. `us-west-2`
     * 
* * string region = 3; * @return The bytes for region. */ public com.google.protobuf.ByteString getRegionBytes() { java.lang.Object ref = region_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); region_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * AWS region, e.g. `us-west-2`
     * 
* * string region = 3; * @param value The region to set. * @return This builder for chaining. */ public Builder setRegion( java.lang.String value) { if (value == null) { throw new NullPointerException(); } region_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     * AWS region, e.g. `us-west-2`
     * 
* * string region = 3; * @return This builder for chaining. */ public Builder clearRegion() { region_ = getDefaultInstance().getRegion(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** *
     * AWS region, e.g. `us-west-2`
     * 
* * string region = 3; * @param value The bytes for region to set. * @return This builder for chaining. */ public Builder setRegionBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); region_ = value; bitField0_ |= 0x00000004; 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:global_admin.Endpoint) } // @@protoc_insertion_point(class_scope:global_admin.Endpoint) private static final grpc.global_admin.Endpoint DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new grpc.global_admin.Endpoint(); } public static grpc.global_admin.Endpoint getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Endpoint 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 grpc.global_admin.Endpoint getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy