GoogleCloudFunctionsFunctionBuildConfigurationRepositorySource
No description
type GoogleCloudFunctionsFunctionBuildConfigurationRepositorySource {
branchName: String!
commitSha: String!
directory: String!
invertRegex: Boolean!
projectId: String!
name: String!
tagName: String!
}
Fields
GoogleCloudFunctionsFunctionBuildConfigurationRepositorySource.branchName
● String!
non-null scalar
Regex matching branches to build
GoogleCloudFunctionsFunctionBuildConfigurationRepositorySource.commitSha
● String!
non-null scalar
The commit SHA to build
GoogleCloudFunctionsFunctionBuildConfigurationRepositorySource.directory
● String!
non-null scalar
The relative directory to the source root, in which to run the build
GoogleCloudFunctionsFunctionBuildConfigurationRepositorySource.invertRegex
● Boolean!
non-null scalar
Indicates whether the revision regex does NOT match the revision regex
GoogleCloudFunctionsFunctionBuildConfigurationRepositorySource.projectId
● String!
non-null scalar
The project ID that owns the Cloud Source Repository
GoogleCloudFunctionsFunctionBuildConfigurationRepositorySource.name
● String!
non-null scalar
The Cloud Source Repository name
GoogleCloudFunctionsFunctionBuildConfigurationRepositorySource.tagName
● String!
non-null scalar
Regex matching tags to build