Uses of Interface
com.google.cloud.functions.v2alpha.SecretVolumeOrBuilder
-
Packages that use SecretVolumeOrBuilder Package Description com.google.cloud.functions.v2alpha A client to Cloud Functions API -
-
Uses of SecretVolumeOrBuilder in com.google.cloud.functions.v2alpha
Classes in com.google.cloud.functions.v2alpha 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.v2alpha that return SecretVolumeOrBuilder Modifier and Type Method Description SecretVolumeOrBuilder
ServiceConfig.Builder. getSecretVolumesOrBuilder(int index)
Secret volumes configuration.SecretVolumeOrBuilder
ServiceConfig. getSecretVolumesOrBuilder(int index)
Secret volumes configuration.SecretVolumeOrBuilder
ServiceConfigOrBuilder. getSecretVolumesOrBuilder(int index)
Secret volumes configuration.Methods in com.google.cloud.functions.v2alpha that return types with arguments of type SecretVolumeOrBuilder Modifier and Type Method Description List<? extends SecretVolumeOrBuilder>
ServiceConfig.Builder. getSecretVolumesOrBuilderList()
Secret volumes configuration.List<? extends SecretVolumeOrBuilder>
ServiceConfig. getSecretVolumesOrBuilderList()
Secret volumes configuration.List<? extends SecretVolumeOrBuilder>
ServiceConfigOrBuilder. getSecretVolumesOrBuilderList()
Secret volumes configuration.
-