Uses of Interface
com.google.cloud.functions.v2beta.BuildConfigOrBuilder
-
Packages that use BuildConfigOrBuilder Package Description com.google.cloud.functions.v2beta A client to Cloud Functions API -
-
Uses of BuildConfigOrBuilder in com.google.cloud.functions.v2beta
Classes in com.google.cloud.functions.v2beta 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.v2beta 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.
-