Uses of Class
com.google.cloud.functions.v2beta.BuildConfig
-
Packages that use BuildConfig Package Description com.google.cloud.functions.v2beta A client to Cloud Functions API -
-
Uses of BuildConfig in com.google.cloud.functions.v2beta
Methods in com.google.cloud.functions.v2beta that return BuildConfig Modifier and Type Method Description BuildConfig
BuildConfig.Builder. build()
BuildConfig
BuildConfig.Builder. buildPartial()
BuildConfig
Function.Builder. getBuildConfig()
Describes the Build step of the function that builds a container from the given source.BuildConfig
Function. getBuildConfig()
Describes the Build step of the function that builds a container from the given source.BuildConfig
FunctionOrBuilder. getBuildConfig()
Describes the Build step of the function that builds a container from the given source.static BuildConfig
BuildConfig. getDefaultInstance()
BuildConfig
BuildConfig.Builder. getDefaultInstanceForType()
BuildConfig
BuildConfig. getDefaultInstanceForType()
static BuildConfig
BuildConfig. parseDelimitedFrom(InputStream input)
static BuildConfig
BuildConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BuildConfig
BuildConfig. parseFrom(byte[] data)
static BuildConfig
BuildConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BuildConfig
BuildConfig. parseFrom(com.google.protobuf.ByteString data)
static BuildConfig
BuildConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BuildConfig
BuildConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static BuildConfig
BuildConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BuildConfig
BuildConfig. parseFrom(InputStream input)
static BuildConfig
BuildConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BuildConfig
BuildConfig. parseFrom(ByteBuffer data)
static BuildConfig
BuildConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.functions.v2beta that return types with arguments of type BuildConfig Modifier and Type Method Description com.google.protobuf.Parser<BuildConfig>
BuildConfig. getParserForType()
static com.google.protobuf.Parser<BuildConfig>
BuildConfig. parser()
Methods in com.google.cloud.functions.v2beta with parameters of type BuildConfig Modifier and Type Method Description Function.Builder
Function.Builder. mergeBuildConfig(BuildConfig value)
Describes the Build step of the function that builds a container from the given source.BuildConfig.Builder
BuildConfig.Builder. mergeFrom(BuildConfig other)
static BuildConfig.Builder
BuildConfig. newBuilder(BuildConfig prototype)
Function.Builder
Function.Builder. setBuildConfig(BuildConfig value)
Describes the Build step of the function that builds a container from the given source.
-