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

momento.auth._RefreshApiTokenResponse Maven / Gradle / Ivy

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

package momento.auth;

/**
 * Protobuf type {@code auth._RefreshApiTokenResponse}
 */
public final class _RefreshApiTokenResponse extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:auth._RefreshApiTokenResponse)
    _RefreshApiTokenResponseOrBuilder {
private static final long serialVersionUID = 0L;
  // Use _RefreshApiTokenResponse.newBuilder() to construct.
  private _RefreshApiTokenResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private _RefreshApiTokenResponse() {
    apiKey_ = "";
    refreshToken_ = "";
    endpoint_ = "";
  }

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

  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return momento.auth.AuthOuterClass.internal_static_auth__RefreshApiTokenResponse_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return momento.auth.AuthOuterClass.internal_static_auth__RefreshApiTokenResponse_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            momento.auth._RefreshApiTokenResponse.class, momento.auth._RefreshApiTokenResponse.Builder.class);
  }

  public static final int API_KEY_FIELD_NUMBER = 1;
  @SuppressWarnings("serial")
  private volatile java.lang.Object apiKey_ = "";
  /**
   * 
   * the new api key used for authentication against Momento backend
   * 
* * string api_key = 1; * @return The apiKey. */ @java.lang.Override public java.lang.String getApiKey() { java.lang.Object ref = apiKey_; 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(); apiKey_ = s; return s; } } /** *
   * the new api key used for authentication against Momento backend
   * 
* * string api_key = 1; * @return The bytes for apiKey. */ @java.lang.Override public com.google.protobuf.ByteString getApiKeyBytes() { java.lang.Object ref = apiKey_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); apiKey_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int REFRESH_TOKEN_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object refreshToken_ = ""; /** *
   * the token that will allow the api token to be refreshed, which will
   * give you back a new refresh and api token
   * 
* * string refresh_token = 2; * @return The refreshToken. */ @java.lang.Override public java.lang.String getRefreshToken() { java.lang.Object ref = refreshToken_; 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(); refreshToken_ = s; return s; } } /** *
   * the token that will allow the api token to be refreshed, which will
   * give you back a new refresh and api token
   * 
* * string refresh_token = 2; * @return The bytes for refreshToken. */ @java.lang.Override public com.google.protobuf.ByteString getRefreshTokenBytes() { java.lang.Object ref = refreshToken_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); refreshToken_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ENDPOINT_FIELD_NUMBER = 3; @SuppressWarnings("serial") private volatile java.lang.Object endpoint_ = ""; /** *
   * the Momento endpoint that this token is allowed to make requests against
   * 
* * string endpoint = 3; * @return The endpoint. */ @java.lang.Override public java.lang.String getEndpoint() { java.lang.Object ref = endpoint_; 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(); endpoint_ = s; return s; } } /** *
   * the Momento endpoint that this token is allowed to make requests against
   * 
* * string endpoint = 3; * @return The bytes for endpoint. */ @java.lang.Override public com.google.protobuf.ByteString getEndpointBytes() { java.lang.Object ref = endpoint_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); endpoint_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int VALID_UNTIL_FIELD_NUMBER = 4; private long validUntil_ = 0L; /** *
   * epoch seconds when the api token expires
   * 
* * uint64 valid_until = 4; * @return The validUntil. */ @java.lang.Override public long getValidUntil() { return validUntil_; } 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(apiKey_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, apiKey_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(refreshToken_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, refreshToken_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(endpoint_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, endpoint_); } if (validUntil_ != 0L) { output.writeUInt64(4, validUntil_); } 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(apiKey_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, apiKey_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(refreshToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, refreshToken_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(endpoint_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, endpoint_); } if (validUntil_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(4, validUntil_); } 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 momento.auth._RefreshApiTokenResponse)) { return super.equals(obj); } momento.auth._RefreshApiTokenResponse other = (momento.auth._RefreshApiTokenResponse) obj; if (!getApiKey() .equals(other.getApiKey())) return false; if (!getRefreshToken() .equals(other.getRefreshToken())) return false; if (!getEndpoint() .equals(other.getEndpoint())) return false; if (getValidUntil() != other.getValidUntil()) 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) + API_KEY_FIELD_NUMBER; hash = (53 * hash) + getApiKey().hashCode(); hash = (37 * hash) + REFRESH_TOKEN_FIELD_NUMBER; hash = (53 * hash) + getRefreshToken().hashCode(); hash = (37 * hash) + ENDPOINT_FIELD_NUMBER; hash = (53 * hash) + getEndpoint().hashCode(); hash = (37 * hash) + VALID_UNTIL_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getValidUntil()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static momento.auth._RefreshApiTokenResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static momento.auth._RefreshApiTokenResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static momento.auth._RefreshApiTokenResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static momento.auth._RefreshApiTokenResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static momento.auth._RefreshApiTokenResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static momento.auth._RefreshApiTokenResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static momento.auth._RefreshApiTokenResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static momento.auth._RefreshApiTokenResponse 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 momento.auth._RefreshApiTokenResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static momento.auth._RefreshApiTokenResponse 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 momento.auth._RefreshApiTokenResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static momento.auth._RefreshApiTokenResponse 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(momento.auth._RefreshApiTokenResponse 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 auth._RefreshApiTokenResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:auth._RefreshApiTokenResponse) momento.auth._RefreshApiTokenResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return momento.auth.AuthOuterClass.internal_static_auth__RefreshApiTokenResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return momento.auth.AuthOuterClass.internal_static_auth__RefreshApiTokenResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( momento.auth._RefreshApiTokenResponse.class, momento.auth._RefreshApiTokenResponse.Builder.class); } // Construct using momento.auth._RefreshApiTokenResponse.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; apiKey_ = ""; refreshToken_ = ""; endpoint_ = ""; validUntil_ = 0L; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return momento.auth.AuthOuterClass.internal_static_auth__RefreshApiTokenResponse_descriptor; } @java.lang.Override public momento.auth._RefreshApiTokenResponse getDefaultInstanceForType() { return momento.auth._RefreshApiTokenResponse.getDefaultInstance(); } @java.lang.Override public momento.auth._RefreshApiTokenResponse build() { momento.auth._RefreshApiTokenResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public momento.auth._RefreshApiTokenResponse buildPartial() { momento.auth._RefreshApiTokenResponse result = new momento.auth._RefreshApiTokenResponse(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(momento.auth._RefreshApiTokenResponse result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.apiKey_ = apiKey_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.refreshToken_ = refreshToken_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.endpoint_ = endpoint_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.validUntil_ = validUntil_; } } @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 momento.auth._RefreshApiTokenResponse) { return mergeFrom((momento.auth._RefreshApiTokenResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(momento.auth._RefreshApiTokenResponse other) { if (other == momento.auth._RefreshApiTokenResponse.getDefaultInstance()) return this; if (!other.getApiKey().isEmpty()) { apiKey_ = other.apiKey_; bitField0_ |= 0x00000001; onChanged(); } if (!other.getRefreshToken().isEmpty()) { refreshToken_ = other.refreshToken_; bitField0_ |= 0x00000002; onChanged(); } if (!other.getEndpoint().isEmpty()) { endpoint_ = other.endpoint_; bitField0_ |= 0x00000004; onChanged(); } if (other.getValidUntil() != 0L) { setValidUntil(other.getValidUntil()); } 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: { apiKey_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { refreshToken_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 26: { endpoint_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000004; break; } // case 26 case 32: { validUntil_ = input.readUInt64(); bitField0_ |= 0x00000008; break; } // case 32 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 apiKey_ = ""; /** *
     * the new api key used for authentication against Momento backend
     * 
* * string api_key = 1; * @return The apiKey. */ public java.lang.String getApiKey() { java.lang.Object ref = apiKey_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); apiKey_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * the new api key used for authentication against Momento backend
     * 
* * string api_key = 1; * @return The bytes for apiKey. */ public com.google.protobuf.ByteString getApiKeyBytes() { java.lang.Object ref = apiKey_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); apiKey_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * the new api key used for authentication against Momento backend
     * 
* * string api_key = 1; * @param value The apiKey to set. * @return This builder for chaining. */ public Builder setApiKey( java.lang.String value) { if (value == null) { throw new NullPointerException(); } apiKey_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * the new api key used for authentication against Momento backend
     * 
* * string api_key = 1; * @return This builder for chaining. */ public Builder clearApiKey() { apiKey_ = getDefaultInstance().getApiKey(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
     * the new api key used for authentication against Momento backend
     * 
* * string api_key = 1; * @param value The bytes for apiKey to set. * @return This builder for chaining. */ public Builder setApiKeyBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); apiKey_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private java.lang.Object refreshToken_ = ""; /** *
     * the token that will allow the api token to be refreshed, which will
     * give you back a new refresh and api token
     * 
* * string refresh_token = 2; * @return The refreshToken. */ public java.lang.String getRefreshToken() { java.lang.Object ref = refreshToken_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); refreshToken_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * the token that will allow the api token to be refreshed, which will
     * give you back a new refresh and api token
     * 
* * string refresh_token = 2; * @return The bytes for refreshToken. */ public com.google.protobuf.ByteString getRefreshTokenBytes() { java.lang.Object ref = refreshToken_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); refreshToken_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * the token that will allow the api token to be refreshed, which will
     * give you back a new refresh and api token
     * 
* * string refresh_token = 2; * @param value The refreshToken to set. * @return This builder for chaining. */ public Builder setRefreshToken( java.lang.String value) { if (value == null) { throw new NullPointerException(); } refreshToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * the token that will allow the api token to be refreshed, which will
     * give you back a new refresh and api token
     * 
* * string refresh_token = 2; * @return This builder for chaining. */ public Builder clearRefreshToken() { refreshToken_ = getDefaultInstance().getRefreshToken(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
     * the token that will allow the api token to be refreshed, which will
     * give you back a new refresh and api token
     * 
* * string refresh_token = 2; * @param value The bytes for refreshToken to set. * @return This builder for chaining. */ public Builder setRefreshTokenBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); refreshToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private java.lang.Object endpoint_ = ""; /** *
     * the Momento endpoint that this token is allowed to make requests against
     * 
* * string endpoint = 3; * @return The endpoint. */ public java.lang.String getEndpoint() { java.lang.Object ref = endpoint_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); endpoint_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * the Momento endpoint that this token is allowed to make requests against
     * 
* * string endpoint = 3; * @return The bytes for endpoint. */ public com.google.protobuf.ByteString getEndpointBytes() { java.lang.Object ref = endpoint_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); endpoint_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * the Momento endpoint that this token is allowed to make requests against
     * 
* * string endpoint = 3; * @param value The endpoint to set. * @return This builder for chaining. */ public Builder setEndpoint( java.lang.String value) { if (value == null) { throw new NullPointerException(); } endpoint_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     * the Momento endpoint that this token is allowed to make requests against
     * 
* * string endpoint = 3; * @return This builder for chaining. */ public Builder clearEndpoint() { endpoint_ = getDefaultInstance().getEndpoint(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** *
     * the Momento endpoint that this token is allowed to make requests against
     * 
* * string endpoint = 3; * @param value The bytes for endpoint to set. * @return This builder for chaining. */ public Builder setEndpointBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); endpoint_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } private long validUntil_ ; /** *
     * epoch seconds when the api token expires
     * 
* * uint64 valid_until = 4; * @return The validUntil. */ @java.lang.Override public long getValidUntil() { return validUntil_; } /** *
     * epoch seconds when the api token expires
     * 
* * uint64 valid_until = 4; * @param value The validUntil to set. * @return This builder for chaining. */ public Builder setValidUntil(long value) { validUntil_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** *
     * epoch seconds when the api token expires
     * 
* * uint64 valid_until = 4; * @return This builder for chaining. */ public Builder clearValidUntil() { bitField0_ = (bitField0_ & ~0x00000008); validUntil_ = 0L; 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:auth._RefreshApiTokenResponse) } // @@protoc_insertion_point(class_scope:auth._RefreshApiTokenResponse) private static final momento.auth._RefreshApiTokenResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new momento.auth._RefreshApiTokenResponse(); } public static momento.auth._RefreshApiTokenResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser<_RefreshApiTokenResponse> PARSER = new com.google.protobuf.AbstractParser<_RefreshApiTokenResponse>() { @java.lang.Override public _RefreshApiTokenResponse 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<_RefreshApiTokenResponse> parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser<_RefreshApiTokenResponse> getParserForType() { return PARSER; } @java.lang.Override public momento.auth._RefreshApiTokenResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy