Skip to content

Repository

Properties

Name Type Description Notes
id String Unique ID of a repository in Modigie Integration for Cloud Pub/Sub API to which your application is connected exclusively. [optional] [default to null]
name String Relative resource name of a repository (`path-noscheme`), assigned by system when it is created. [optional] [default to null]
title String User provided display name of the Repository. [optional] [default to null]
repoType String The name of the service to which the repository belongs. [optional] [default to null]
createTime Date Creation timestamp of this resource. [optional] [default to null]
updateTime Date Last modified timestamp of this resource. [optional] [default to null]
deleteTime Date The timestamp when this resource was marked as deleted. [optional] [default to null]
reconciling Boolean While `true`, the API does not accept any requests that will cause the transition of this resource to another status. When a management resource transitions between a current status and another status and the transition is a long-running operation, typically because it depends on other long-running operations with complex or concurrent changes of cloud resource states, the service will set this flag to `true`. As soon as the reconciliation is completed, typically when the management resource transitioned into the target status, the service will set this flag to `false`. [optional] [default to null]
purgeTime Date The approximate timestamp when this resource will be irreversibly purged from the service. [optional] [default to null]
status RepositoryStatus [optional] [default to null]
org OrgAccountSigil [optional] [default to null]
ownerConfig OwnerConfig [optional] [default to null]
pipeline PipelineSigil [optional] [default to null]
pipelineInput PipelineInputConfig [optional] [default to null]
isSynthetic Boolean Typically, this should be `\"isSynthetic\": false`. If `\"isSynthetic\": true`, this repository does not produce real job results, but synthetic job responses. This flag CANNOT be changed once a pipeline was created. [optional] [default to false]

[Back to Model list] [Back to API list] [Back to README]