Class Secrets (3.45.0)

public final class Secrets extends GeneratedMessageV3 implements SecretsOrBuilder

Secrets and secret environment variables.

Protobuf type google.devtools.cloudbuild.v1.Secrets

Implements

SecretsOrBuilder

Static Fields

INLINE_FIELD_NUMBER

public static final int INLINE_FIELD_NUMBER
Field Value
Type Description
int

SECRET_MANAGER_FIELD_NUMBER

public static final int SECRET_MANAGER_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Secrets getDefaultInstance()
Returns
Type Description
Secrets

getDescriptor()

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

newBuilder()

public static Secrets.Builder newBuilder()
Returns
Type Description
Secrets.Builder

newBuilder(Secrets prototype)

public static Secrets.Builder newBuilder(Secrets prototype)
Parameter
Name Description
prototype Secrets
Returns
Type Description
Secrets.Builder

parseDelimitedFrom(InputStream input)

public static Secrets parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Secrets
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Secrets parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Secrets
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Secrets parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Secrets
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Secrets parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Secrets
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Secrets parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Secrets
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Secrets parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Secrets
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Secrets parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Secrets
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Secrets parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Secrets
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Secrets parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Secrets
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Secrets parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Secrets
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Secrets parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Secrets
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Secrets parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Secrets
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Secrets> parser()
Returns
Type Description
Parser<Secrets>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public Secrets getDefaultInstanceForType()
Returns
Type Description
Secrets

getInline(int index)

public InlineSecret getInline(int index)

Secrets encrypted with KMS key and the associated secret environment variable.

repeated .google.devtools.cloudbuild.v1.InlineSecret inline = 2;

Parameter
Name Description
index int
Returns
Type Description
InlineSecret

getInlineCount()

public int getInlineCount()

Secrets encrypted with KMS key and the associated secret environment variable.

repeated .google.devtools.cloudbuild.v1.InlineSecret inline = 2;

Returns
Type Description
int

getInlineList()

public List<InlineSecret> getInlineList()

Secrets encrypted with KMS key and the associated secret environment variable.

repeated .google.devtools.cloudbuild.v1.InlineSecret inline = 2;

Returns
Type Description
List<InlineSecret>

getInlineOrBuilder(int index)

public InlineSecretOrBuilder getInlineOrBuilder(int index)

Secrets encrypted with KMS key and the associated secret environment variable.

repeated .google.devtools.cloudbuild.v1.InlineSecret inline = 2;

Parameter
Name Description
index int
Returns
Type Description
InlineSecretOrBuilder

getInlineOrBuilderList()

public List<? extends InlineSecretOrBuilder> getInlineOrBuilderList()

Secrets encrypted with KMS key and the associated secret environment variable.

repeated .google.devtools.cloudbuild.v1.InlineSecret inline = 2;

Returns
Type Description
List<? extends com.google.cloudbuild.v1.InlineSecretOrBuilder>

getParserForType()

public Parser<Secrets> getParserForType()
Returns
Type Description
Parser<Secrets>
Overrides

getSecretManager(int index)

public SecretManagerSecret getSecretManager(int index)

Secrets in Secret Manager and associated secret environment variable.

repeated .google.devtools.cloudbuild.v1.SecretManagerSecret secret_manager = 1;

Parameter
Name Description
index int
Returns
Type Description
SecretManagerSecret

getSecretManagerCount()

public int getSecretManagerCount()

Secrets in Secret Manager and associated secret environment variable.

repeated .google.devtools.cloudbuild.v1.SecretManagerSecret secret_manager = 1;

Returns
Type Description
int

getSecretManagerList()

public List<SecretManagerSecret> getSecretManagerList()

Secrets in Secret Manager and associated secret environment variable.

repeated .google.devtools.cloudbuild.v1.SecretManagerSecret secret_manager = 1;

Returns
Type Description
List<SecretManagerSecret>

getSecretManagerOrBuilder(int index)

public SecretManagerSecretOrBuilder getSecretManagerOrBuilder(int index)

Secrets in Secret Manager and associated secret environment variable.

repeated .google.devtools.cloudbuild.v1.SecretManagerSecret secret_manager = 1;

Parameter
Name Description
index int
Returns
Type Description
SecretManagerSecretOrBuilder

getSecretManagerOrBuilderList()

public List<? extends SecretManagerSecretOrBuilder> getSecretManagerOrBuilderList()

Secrets in Secret Manager and associated secret environment variable.

repeated .google.devtools.cloudbuild.v1.SecretManagerSecret secret_manager = 1;

Returns
Type Description
List<? extends com.google.cloudbuild.v1.SecretManagerSecretOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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 Secrets.Builder newBuilderForType()
Returns
Type Description
Secrets.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Secrets.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Secrets.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public Secrets.Builder toBuilder()
Returns
Type Description
Secrets.Builder

writeTo(CodedOutputStream output)

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