Skip to main content

GoogleCloudFunctionsBuildConfigurationStorageSource

No description

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

Fields

GoogleCloudFunctionsBuildConfigurationStorageSource.bucket ● String! non-null scalar

Google Cloud Storage bucket name

GoogleCloudFunctionsBuildConfigurationStorageSource.generation ● Int64! non-null scalar

Google Cloud Storage generation for the object

GoogleCloudFunctionsBuildConfigurationStorageSource.object ● String! non-null scalar

Google Cloud Storage object containing the source

Implemented by

GoogleCloudFunctionsBuildConfigurationSource union