Uses of Class
com.google.cloud.functions.v2.SecretEnvVar
-
Packages that use SecretEnvVar Package Description com.google.cloud.functions.v2 A client to Cloud Functions API -
-
Uses of SecretEnvVar in com.google.cloud.functions.v2
Methods in com.google.cloud.functions.v2 that return SecretEnvVar Modifier and Type Method Description SecretEnvVar
SecretEnvVar.Builder. build()
SecretEnvVar
SecretEnvVar.Builder. buildPartial()
static SecretEnvVar
SecretEnvVar. getDefaultInstance()
SecretEnvVar
SecretEnvVar.Builder. getDefaultInstanceForType()
SecretEnvVar
SecretEnvVar. getDefaultInstanceForType()
SecretEnvVar
ServiceConfig.Builder. getSecretEnvironmentVariables(int index)
Secret environment variables configuration.SecretEnvVar
ServiceConfig. getSecretEnvironmentVariables(int index)
Secret environment variables configuration.SecretEnvVar
ServiceConfigOrBuilder. getSecretEnvironmentVariables(int index)
Secret environment variables configuration.static SecretEnvVar
SecretEnvVar. parseDelimitedFrom(InputStream input)
static SecretEnvVar
SecretEnvVar. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecretEnvVar
SecretEnvVar. parseFrom(byte[] data)
static SecretEnvVar
SecretEnvVar. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecretEnvVar
SecretEnvVar. parseFrom(com.google.protobuf.ByteString data)
static SecretEnvVar
SecretEnvVar. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecretEnvVar
SecretEnvVar. parseFrom(com.google.protobuf.CodedInputStream input)
static SecretEnvVar
SecretEnvVar. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecretEnvVar
SecretEnvVar. parseFrom(InputStream input)
static SecretEnvVar
SecretEnvVar. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecretEnvVar
SecretEnvVar. parseFrom(ByteBuffer data)
static SecretEnvVar
SecretEnvVar. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.functions.v2 that return types with arguments of type SecretEnvVar Modifier and Type Method Description com.google.protobuf.Parser<SecretEnvVar>
SecretEnvVar. getParserForType()
List<SecretEnvVar>
ServiceConfig.Builder. getSecretEnvironmentVariablesList()
Secret environment variables configuration.List<SecretEnvVar>
ServiceConfig. getSecretEnvironmentVariablesList()
Secret environment variables configuration.List<SecretEnvVar>
ServiceConfigOrBuilder. getSecretEnvironmentVariablesList()
Secret environment variables configuration.static com.google.protobuf.Parser<SecretEnvVar>
SecretEnvVar. parser()
Methods in com.google.cloud.functions.v2 with parameters of type SecretEnvVar Modifier and Type Method Description ServiceConfig.Builder
ServiceConfig.Builder. addSecretEnvironmentVariables(int index, SecretEnvVar value)
Secret environment variables configuration.ServiceConfig.Builder
ServiceConfig.Builder. addSecretEnvironmentVariables(SecretEnvVar value)
Secret environment variables configuration.SecretEnvVar.Builder
SecretEnvVar.Builder. mergeFrom(SecretEnvVar other)
static SecretEnvVar.Builder
SecretEnvVar. newBuilder(SecretEnvVar prototype)
ServiceConfig.Builder
ServiceConfig.Builder. setSecretEnvironmentVariables(int index, SecretEnvVar value)
Secret environment variables configuration.Method parameters in com.google.cloud.functions.v2 with type arguments of type SecretEnvVar Modifier and Type Method Description ServiceConfig.Builder
ServiceConfig.Builder. addAllSecretEnvironmentVariables(Iterable<? extends SecretEnvVar> values)
Secret environment variables configuration.
-