Class RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials (1.41.0)

public static final class RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials extends GeneratedMessageV3 implements RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentialsOrBuilder

Username and password credentials.

Protobuf type google.devtools.artifactregistry.v1.RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials

Static Fields

PASSWORD_SECRET_VERSION_FIELD_NUMBER

public static final int PASSWORD_SECRET_VERSION_FIELD_NUMBER
Field Value
Type Description
int

USERNAME_FIELD_NUMBER

public static final int USERNAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials getDefaultInstance()
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials.Builder newBuilder()
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials.Builder

newBuilder(RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials prototype)

public static RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials.Builder newBuilder(RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials prototype)
Parameter
Name Description
prototype RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials.Builder

parseDelimitedFrom(InputStream input)

public static RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials> parser()
Returns
Type Description
Parser<UsernamePasswordCredentials>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials getDefaultInstanceForType()
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials

getParserForType()

public Parser<RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials> getParserForType()
Returns
Type Description
Parser<UsernamePasswordCredentials>
Overrides

getPasswordSecretVersion()

public String getPasswordSecretVersion()

The Secret Manager key version that holds the password to access the remote repository. Must be in the format of projects/{project}/secrets/{secret}/versions/{version}.

string password_secret_version = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The passwordSecretVersion.

getPasswordSecretVersionBytes()

public ByteString getPasswordSecretVersionBytes()

The Secret Manager key version that holds the password to access the remote repository. Must be in the format of projects/{project}/secrets/{secret}/versions/{version}.

string password_secret_version = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for passwordSecretVersion.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUsername()

public String getUsername()

The username to access the remote repository.

string username = 1;

Returns
Type Description
String

The username.

getUsernameBytes()

public ByteString getUsernameBytes()

The username to access the remote repository.

string username = 1;

Returns
Type Description
ByteString

The bytes for username.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials.Builder newBuilderForType()
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials.Builder toBuilder()
Returns
Type Description
RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException