Uses of Interface
com.google.cloud.functions.v2alpha.BuildConfigOrBuilder
-
Packages that use BuildConfigOrBuilder Package Description com.google.cloud.functions.v2alpha A client to Cloud Functions API -
-
Uses of BuildConfigOrBuilder in com.google.cloud.functions.v2alpha
Classes in com.google.cloud.functions.v2alpha that implement BuildConfigOrBuilder Modifier and Type Class Description class
BuildConfig
Describes the Build step of the function that builds a container from the given source.static class
BuildConfig.Builder
Describes the Build step of the function that builds a container from the given source.Methods in com.google.cloud.functions.v2alpha that return BuildConfigOrBuilder Modifier and Type Method Description BuildConfigOrBuilder
Function.Builder. getBuildConfigOrBuilder()
Describes the Build step of the function that builds a container from the given source.BuildConfigOrBuilder
Function. getBuildConfigOrBuilder()
Describes the Build step of the function that builds a container from the given source.BuildConfigOrBuilder
FunctionOrBuilder. getBuildConfigOrBuilder()
Describes the Build step of the function that builds a container from the given source.
-