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

com.aerospike.vector.client.proto.Credentials Maven / Gradle / Ivy

Go to download

This project includes the Java client for Aerospike Vector Search for high-performance data interactions.

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: types.proto

// Protobuf Java Version: 3.25.1
package com.aerospike.vector.client.proto;

/**
 * 
 * Authentication credentials.
 * 
* * Protobuf type {@code aerospike.vector.Credentials} */ public final class Credentials extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:aerospike.vector.Credentials) CredentialsOrBuilder { private static final long serialVersionUID = 0L; // Use Credentials.newBuilder() to construct. private Credentials(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Credentials() { username_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Credentials(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.aerospike.vector.client.proto.Types.internal_static_aerospike_vector_Credentials_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.aerospike.vector.client.proto.Types.internal_static_aerospike_vector_Credentials_fieldAccessorTable .ensureFieldAccessorsInitialized( com.aerospike.vector.client.proto.Credentials.class, com.aerospike.vector.client.proto.Credentials.Builder.class); } private int credentialsCase_ = 0; @SuppressWarnings("serial") private java.lang.Object credentials_; public enum CredentialsCase implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { PASSWORDCREDENTIALS(2), CREDENTIALS_NOT_SET(0); private final int value; private CredentialsCase(int value) { this.value = value; } /** * @param value The number of the enum to look for. * @return The enum associated with the given number. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static CredentialsCase valueOf(int value) { return forNumber(value); } public static CredentialsCase forNumber(int value) { switch (value) { case 2: return PASSWORDCREDENTIALS; case 0: return CREDENTIALS_NOT_SET; default: return null; } } public int getNumber() { return this.value; } }; public CredentialsCase getCredentialsCase() { return CredentialsCase.forNumber( credentialsCase_); } public static final int USERNAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object username_ = ""; /** * string username = 1; * @return The username. */ @java.lang.Override public java.lang.String getUsername() { java.lang.Object ref = username_; 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(); username_ = s; return s; } } /** * string username = 1; * @return The bytes for username. */ @java.lang.Override public com.google.protobuf.ByteString getUsernameBytes() { java.lang.Object ref = username_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); username_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int PASSWORDCREDENTIALS_FIELD_NUMBER = 2; /** * .aerospike.vector.PasswordCredentials passwordCredentials = 2; * @return Whether the passwordCredentials field is set. */ @java.lang.Override public boolean hasPasswordCredentials() { return credentialsCase_ == 2; } /** * .aerospike.vector.PasswordCredentials passwordCredentials = 2; * @return The passwordCredentials. */ @java.lang.Override public com.aerospike.vector.client.proto.PasswordCredentials getPasswordCredentials() { if (credentialsCase_ == 2) { return (com.aerospike.vector.client.proto.PasswordCredentials) credentials_; } return com.aerospike.vector.client.proto.PasswordCredentials.getDefaultInstance(); } /** * .aerospike.vector.PasswordCredentials passwordCredentials = 2; */ @java.lang.Override public com.aerospike.vector.client.proto.PasswordCredentialsOrBuilder getPasswordCredentialsOrBuilder() { if (credentialsCase_ == 2) { return (com.aerospike.vector.client.proto.PasswordCredentials) credentials_; } return com.aerospike.vector.client.proto.PasswordCredentials.getDefaultInstance(); } 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(username_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, username_); } if (credentialsCase_ == 2) { output.writeMessage(2, (com.aerospike.vector.client.proto.PasswordCredentials) credentials_); } 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(username_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, username_); } if (credentialsCase_ == 2) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, (com.aerospike.vector.client.proto.PasswordCredentials) credentials_); } 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 com.aerospike.vector.client.proto.Credentials)) { return super.equals(obj); } com.aerospike.vector.client.proto.Credentials other = (com.aerospike.vector.client.proto.Credentials) obj; if (!getUsername() .equals(other.getUsername())) return false; if (!getCredentialsCase().equals(other.getCredentialsCase())) return false; switch (credentialsCase_) { case 2: if (!getPasswordCredentials() .equals(other.getPasswordCredentials())) return false; break; case 0: default: } 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) + USERNAME_FIELD_NUMBER; hash = (53 * hash) + getUsername().hashCode(); switch (credentialsCase_) { case 2: hash = (37 * hash) + PASSWORDCREDENTIALS_FIELD_NUMBER; hash = (53 * hash) + getPasswordCredentials().hashCode(); break; case 0: default: } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.aerospike.vector.client.proto.Credentials parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.aerospike.vector.client.proto.Credentials parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.aerospike.vector.client.proto.Credentials parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.aerospike.vector.client.proto.Credentials parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.aerospike.vector.client.proto.Credentials parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.aerospike.vector.client.proto.Credentials parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.aerospike.vector.client.proto.Credentials parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.aerospike.vector.client.proto.Credentials 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 com.aerospike.vector.client.proto.Credentials parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.aerospike.vector.client.proto.Credentials 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 com.aerospike.vector.client.proto.Credentials parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.aerospike.vector.client.proto.Credentials 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(com.aerospike.vector.client.proto.Credentials 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; } /** *
   * Authentication credentials.
   * 
* * Protobuf type {@code aerospike.vector.Credentials} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:aerospike.vector.Credentials) com.aerospike.vector.client.proto.CredentialsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.aerospike.vector.client.proto.Types.internal_static_aerospike_vector_Credentials_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.aerospike.vector.client.proto.Types.internal_static_aerospike_vector_Credentials_fieldAccessorTable .ensureFieldAccessorsInitialized( com.aerospike.vector.client.proto.Credentials.class, com.aerospike.vector.client.proto.Credentials.Builder.class); } // Construct using com.aerospike.vector.client.proto.Credentials.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; username_ = ""; if (passwordCredentialsBuilder_ != null) { passwordCredentialsBuilder_.clear(); } credentialsCase_ = 0; credentials_ = null; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.aerospike.vector.client.proto.Types.internal_static_aerospike_vector_Credentials_descriptor; } @java.lang.Override public com.aerospike.vector.client.proto.Credentials getDefaultInstanceForType() { return com.aerospike.vector.client.proto.Credentials.getDefaultInstance(); } @java.lang.Override public com.aerospike.vector.client.proto.Credentials build() { com.aerospike.vector.client.proto.Credentials result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.aerospike.vector.client.proto.Credentials buildPartial() { com.aerospike.vector.client.proto.Credentials result = new com.aerospike.vector.client.proto.Credentials(this); if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; } private void buildPartial0(com.aerospike.vector.client.proto.Credentials result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.username_ = username_; } } private void buildPartialOneofs(com.aerospike.vector.client.proto.Credentials result) { result.credentialsCase_ = credentialsCase_; result.credentials_ = this.credentials_; if (credentialsCase_ == 2 && passwordCredentialsBuilder_ != null) { result.credentials_ = passwordCredentialsBuilder_.build(); } } @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 com.aerospike.vector.client.proto.Credentials) { return mergeFrom((com.aerospike.vector.client.proto.Credentials)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.aerospike.vector.client.proto.Credentials other) { if (other == com.aerospike.vector.client.proto.Credentials.getDefaultInstance()) return this; if (!other.getUsername().isEmpty()) { username_ = other.username_; bitField0_ |= 0x00000001; onChanged(); } switch (other.getCredentialsCase()) { case PASSWORDCREDENTIALS: { mergePasswordCredentials(other.getPasswordCredentials()); break; } case CREDENTIALS_NOT_SET: { break; } } 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: { username_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage( getPasswordCredentialsFieldBuilder().getBuilder(), extensionRegistry); credentialsCase_ = 2; break; } // case 18 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 credentialsCase_ = 0; private java.lang.Object credentials_; public CredentialsCase getCredentialsCase() { return CredentialsCase.forNumber( credentialsCase_); } public Builder clearCredentials() { credentialsCase_ = 0; credentials_ = null; onChanged(); return this; } private int bitField0_; private java.lang.Object username_ = ""; /** * string username = 1; * @return The username. */ public java.lang.String getUsername() { java.lang.Object ref = username_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); username_ = s; return s; } else { return (java.lang.String) ref; } } /** * string username = 1; * @return The bytes for username. */ public com.google.protobuf.ByteString getUsernameBytes() { java.lang.Object ref = username_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); username_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string username = 1; * @param value The username to set. * @return This builder for chaining. */ public Builder setUsername( java.lang.String value) { if (value == null) { throw new NullPointerException(); } username_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * string username = 1; * @return This builder for chaining. */ public Builder clearUsername() { username_ = getDefaultInstance().getUsername(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * string username = 1; * @param value The bytes for username to set. * @return This builder for chaining. */ public Builder setUsernameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); username_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private com.google.protobuf.SingleFieldBuilderV3< com.aerospike.vector.client.proto.PasswordCredentials, com.aerospike.vector.client.proto.PasswordCredentials.Builder, com.aerospike.vector.client.proto.PasswordCredentialsOrBuilder> passwordCredentialsBuilder_; /** * .aerospike.vector.PasswordCredentials passwordCredentials = 2; * @return Whether the passwordCredentials field is set. */ @java.lang.Override public boolean hasPasswordCredentials() { return credentialsCase_ == 2; } /** * .aerospike.vector.PasswordCredentials passwordCredentials = 2; * @return The passwordCredentials. */ @java.lang.Override public com.aerospike.vector.client.proto.PasswordCredentials getPasswordCredentials() { if (passwordCredentialsBuilder_ == null) { if (credentialsCase_ == 2) { return (com.aerospike.vector.client.proto.PasswordCredentials) credentials_; } return com.aerospike.vector.client.proto.PasswordCredentials.getDefaultInstance(); } else { if (credentialsCase_ == 2) { return passwordCredentialsBuilder_.getMessage(); } return com.aerospike.vector.client.proto.PasswordCredentials.getDefaultInstance(); } } /** * .aerospike.vector.PasswordCredentials passwordCredentials = 2; */ public Builder setPasswordCredentials(com.aerospike.vector.client.proto.PasswordCredentials value) { if (passwordCredentialsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } credentials_ = value; onChanged(); } else { passwordCredentialsBuilder_.setMessage(value); } credentialsCase_ = 2; return this; } /** * .aerospike.vector.PasswordCredentials passwordCredentials = 2; */ public Builder setPasswordCredentials( com.aerospike.vector.client.proto.PasswordCredentials.Builder builderForValue) { if (passwordCredentialsBuilder_ == null) { credentials_ = builderForValue.build(); onChanged(); } else { passwordCredentialsBuilder_.setMessage(builderForValue.build()); } credentialsCase_ = 2; return this; } /** * .aerospike.vector.PasswordCredentials passwordCredentials = 2; */ public Builder mergePasswordCredentials(com.aerospike.vector.client.proto.PasswordCredentials value) { if (passwordCredentialsBuilder_ == null) { if (credentialsCase_ == 2 && credentials_ != com.aerospike.vector.client.proto.PasswordCredentials.getDefaultInstance()) { credentials_ = com.aerospike.vector.client.proto.PasswordCredentials.newBuilder((com.aerospike.vector.client.proto.PasswordCredentials) credentials_) .mergeFrom(value).buildPartial(); } else { credentials_ = value; } onChanged(); } else { if (credentialsCase_ == 2) { passwordCredentialsBuilder_.mergeFrom(value); } else { passwordCredentialsBuilder_.setMessage(value); } } credentialsCase_ = 2; return this; } /** * .aerospike.vector.PasswordCredentials passwordCredentials = 2; */ public Builder clearPasswordCredentials() { if (passwordCredentialsBuilder_ == null) { if (credentialsCase_ == 2) { credentialsCase_ = 0; credentials_ = null; onChanged(); } } else { if (credentialsCase_ == 2) { credentialsCase_ = 0; credentials_ = null; } passwordCredentialsBuilder_.clear(); } return this; } /** * .aerospike.vector.PasswordCredentials passwordCredentials = 2; */ public com.aerospike.vector.client.proto.PasswordCredentials.Builder getPasswordCredentialsBuilder() { return getPasswordCredentialsFieldBuilder().getBuilder(); } /** * .aerospike.vector.PasswordCredentials passwordCredentials = 2; */ @java.lang.Override public com.aerospike.vector.client.proto.PasswordCredentialsOrBuilder getPasswordCredentialsOrBuilder() { if ((credentialsCase_ == 2) && (passwordCredentialsBuilder_ != null)) { return passwordCredentialsBuilder_.getMessageOrBuilder(); } else { if (credentialsCase_ == 2) { return (com.aerospike.vector.client.proto.PasswordCredentials) credentials_; } return com.aerospike.vector.client.proto.PasswordCredentials.getDefaultInstance(); } } /** * .aerospike.vector.PasswordCredentials passwordCredentials = 2; */ private com.google.protobuf.SingleFieldBuilderV3< com.aerospike.vector.client.proto.PasswordCredentials, com.aerospike.vector.client.proto.PasswordCredentials.Builder, com.aerospike.vector.client.proto.PasswordCredentialsOrBuilder> getPasswordCredentialsFieldBuilder() { if (passwordCredentialsBuilder_ == null) { if (!(credentialsCase_ == 2)) { credentials_ = com.aerospike.vector.client.proto.PasswordCredentials.getDefaultInstance(); } passwordCredentialsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.aerospike.vector.client.proto.PasswordCredentials, com.aerospike.vector.client.proto.PasswordCredentials.Builder, com.aerospike.vector.client.proto.PasswordCredentialsOrBuilder>( (com.aerospike.vector.client.proto.PasswordCredentials) credentials_, getParentForChildren(), isClean()); credentials_ = null; } credentialsCase_ = 2; onChanged(); return passwordCredentialsBuilder_; } @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:aerospike.vector.Credentials) } // @@protoc_insertion_point(class_scope:aerospike.vector.Credentials) private static final com.aerospike.vector.client.proto.Credentials DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.aerospike.vector.client.proto.Credentials(); } public static com.aerospike.vector.client.proto.Credentials getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Credentials 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 com.aerospike.vector.client.proto.Credentials getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy