Skip to main content

GoogleCloudFunctionsFunctionBuildConfigurationStorageSource

No description

type GoogleCloudFunctionsFunctionBuildConfigurationStorageSource {
bucket: String!
generation: Int64!
object: String!
}

Fields

GoogleCloudFunctionsFunctionBuildConfigurationStorageSource.bucket ● String! non-null scalar

Google Cloud Storage bucket name

GoogleCloudFunctionsFunctionBuildConfigurationStorageSource.generation ● Int64! non-null scalar

Google Cloud Storage generation for the object

GoogleCloudFunctionsFunctionBuildConfigurationStorageSource.object ● String! non-null scalar

Google Cloud Storage object containing the source

Implemented by

GoogleCloudFunctionsFunctionBuildConfigurationSource union