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