Uses of Interface
com.google.cloud.functions.v1.SecretVolumeOrBuilder
-
Packages that use SecretVolumeOrBuilder Package Description com.google.cloud.functions.v1 A client to Cloud Functions API -
-
Uses of SecretVolumeOrBuilder in com.google.cloud.functions.v1
Classes in com.google.cloud.functions.v1 that implement SecretVolumeOrBuilder Modifier and Type Class Description class
SecretVolume
Configuration for a secret volume.static class
SecretVolume.Builder
Configuration for a secret volume.Methods in com.google.cloud.functions.v1 that return SecretVolumeOrBuilder Modifier and Type Method Description SecretVolumeOrBuilder
CloudFunction.Builder. getSecretVolumesOrBuilder(int index)
Secret volumes configuration.SecretVolumeOrBuilder
CloudFunction. getSecretVolumesOrBuilder(int index)
Secret volumes configuration.SecretVolumeOrBuilder
CloudFunctionOrBuilder. getSecretVolumesOrBuilder(int index)
Secret volumes configuration.Methods in com.google.cloud.functions.v1 that return types with arguments of type SecretVolumeOrBuilder Modifier and Type Method Description List<? extends SecretVolumeOrBuilder>
CloudFunction.Builder. getSecretVolumesOrBuilderList()
Secret volumes configuration.List<? extends SecretVolumeOrBuilder>
CloudFunction. getSecretVolumesOrBuilderList()
Secret volumes configuration.List<? extends SecretVolumeOrBuilder>
CloudFunctionOrBuilder. getSecretVolumesOrBuilderList()
Secret volumes configuration.
-