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