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