- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.4
- 2.4.3
- 2.3.6
public final class SecretEnvVar extends GeneratedMessageV3 implements SecretEnvVarOrBuilder
Configuration for a secret environment variable. It has the information necessary to fetch the secret value from secret manager and expose it as an environment variable.
Protobuf type google.cloud.functions.v1.SecretEnvVar
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SecretEnvVarImplements
SecretEnvVarOrBuilderStatic Fields
KEY_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
Type | Description |
int |
PROJECT_ID_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
Type | Description |
int |
SECRET_FIELD_NUMBER
public static final int SECRET_FIELD_NUMBER
Type | Description |
int |
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static SecretEnvVar getDefaultInstance()
Type | Description |
SecretEnvVar |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static SecretEnvVar.Builder newBuilder()
Type | Description |
SecretEnvVar.Builder |
newBuilder(SecretEnvVar prototype)
public static SecretEnvVar.Builder newBuilder(SecretEnvVar prototype)
Name | Description |
prototype | SecretEnvVar |
Type | Description |
SecretEnvVar.Builder |
parseDelimitedFrom(InputStream input)
public static SecretEnvVar parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
SecretEnvVar |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SecretEnvVar parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SecretEnvVar |
Type | Description |
IOException |
parseFrom(byte[] data)
public static SecretEnvVar parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
SecretEnvVar |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SecretEnvVar parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SecretEnvVar |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SecretEnvVar parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
SecretEnvVar |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SecretEnvVar parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SecretEnvVar |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static SecretEnvVar parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
SecretEnvVar |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SecretEnvVar parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SecretEnvVar |
Type | Description |
IOException |
parseFrom(InputStream input)
public static SecretEnvVar parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
SecretEnvVar |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SecretEnvVar parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SecretEnvVar |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static SecretEnvVar parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
SecretEnvVar |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SecretEnvVar parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SecretEnvVar |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<SecretEnvVar> parser()
Type | Description |
Parser<SecretEnvVar> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public SecretEnvVar getDefaultInstanceForType()
Type | Description |
SecretEnvVar |
getKey()
public String getKey()
Name of the environment variable.
string key = 1;
Type | Description |
String | The key. |
getKeyBytes()
public ByteString getKeyBytes()
Name of the environment variable.
string key = 1;
Type | Description |
ByteString | The bytes for key. |
getParserForType()
public Parser<SecretEnvVar> getParserForType()
Type | Description |
Parser<SecretEnvVar> |
getProjectId()
public String getProjectId()
Project identifier (preferrably project number but can also be the project ID) of the project that contains the secret. If not set, it will be populated with the function's project assuming that the secret exists in the same project as of the function.
string project_id = 2;
Type | Description |
String | The projectId. |
getProjectIdBytes()
public ByteString getProjectIdBytes()
Project identifier (preferrably project number but can also be the project ID) of the project that contains the secret. If not set, it will be populated with the function's project assuming that the secret exists in the same project as of the function.
string project_id = 2;
Type | Description |
ByteString | The bytes for projectId. |
getSecret()
public String getSecret()
Name of the secret in secret manager (not the full resource name).
string secret = 3;
Type | Description |
String | The secret. |
getSecretBytes()
public ByteString getSecretBytes()
Name of the secret in secret manager (not the full resource name).
string secret = 3;
Type | Description |
ByteString | The bytes for secret. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getVersion()
public String getVersion()
Version of the secret (version number or the string 'latest'). It is recommended to use a numeric version for secret environment variables as any updates to the secret value is not reflected until new instances start.
string version = 4;
Type | Description |
String | The version. |
getVersionBytes()
public ByteString getVersionBytes()
Version of the secret (version number or the string 'latest'). It is recommended to use a numeric version for secret environment variables as any updates to the secret value is not reflected until new instances start.
string version = 4;
Type | Description |
ByteString | The bytes for version. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public SecretEnvVar.Builder newBuilderForType()
Type | Description |
SecretEnvVar.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SecretEnvVar.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
SecretEnvVar.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public SecretEnvVar.Builder toBuilder()
Type | Description |
SecretEnvVar.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |