• Home
  • Raw
  • Download

Lines Matching full:repository

37 // Artifact policy configuration for the repository contents.
42 // A reference to the repository resource, for example:
44 string repository = 2 [(google.api.resource_reference) = { field
45 type: "artifactregistry.googleapis.com/Repository"
100 // Artifact policy configuration for repository cleanup policies.
130 // Virtual repository configuration.
133 // Repository. Upstream policies cannot be set on a standard repository.
137 // Remote repository configuration.
139 // The credentials to access the remote repository.
143 // The username to access the remote repository.
147 // remote repository. Must be in the format of
155 // Use username and password to access the remote repository.
160 // Configuration for a Docker remote repository.
165 // Unspecified repository.
172 // Address of the remote repository.
180 // Configuration for a Maven remote repository.
185 // Unspecified repository.
192 // Address of the remote repository.
200 // Configuration for a Npm remote repository.
204 // Unspecified repository.
211 // Address of the remote repository
219 // Configuration for a Python remote repository.
223 // Unspecified repository.
230 // Address of the remote repository.
238 // Configuration for an Apt remote repository.
240 // Publicly available Apt repositories constructed from a common repository
241 // base and a custom repository path.
243 // Predefined list of publicly available repository bases for Apt.
245 // Unspecified repository base.
255 // A common public repository base for Apt.
258 // A custom field to define a path to a specific repository from the base.
262 // Address of the remote repository.
270 // Configuration for a Yum remote repository.
272 // Publicly available Yum repositories constructed from a common repository
273 // base and a custom repository path.
275 // Predefined list of publicly available repository bases for Yum.
277 // Unspecified repository base.
299 // A common public repository base for Yum.
302 // A custom field to define a path to a specific repository from the base.
306 // Address of the remote repository.
314 // Settings specific to the remote repository.
316 // Specific settings for a Docker remote repository.
319 // Specific settings for a Maven remote repository.
322 // Specific settings for an Npm remote repository.
325 // Specific settings for a Python remote repository.
328 // Specific settings for an Apt remote repository.
331 // Specific settings for a Yum remote repository.
338 // Optional. The credentials used to access the remote repository.
343 // A Repository for storing artifacts with a specific format.
344 message Repository { message
346 type: "artifactregistry.googleapis.com/Repository"
347 pattern: "projects/{project}/locations/{location}/repositories/{repository}"
350 // MavenRepositoryConfig is maven related repository details.
354 // VersionPolicy is the version policy for the repository.
361 // RELEASE - repository will accept only Release versions.
364 // SNAPSHOT - repository will accept only Snapshot versions.
368 // The repository with this flag will allow publishing
376 // DockerRepositoryConfig is docker related repository details.
380 // The repository which enabled this flag prevents all tags from being
416 // The mode configures the repository to serve artifacts from different
422 // A standard repository storing artifacts.
425 // A virtual repository to serve artifacts from one or more sources.
428 // A remote repository to serve artifacts from a remote source.
432 // Repository-specific configurations.
434 // Maven repository config contains repository level configuration
438 // Docker repository config contains repository level configuration
443 // Repository configuration specific to the Mode value being selected (Remote
446 // Configuration specific for a Virtual Repository.
449 // Configuration specific for a Remote Repository.
453 // The name of the repository, for example:
457 // Optional. The format of packages that are stored in the repository.
460 // The user-provided description of the repository.
470 // Output only. The time when the repository was created.
474 // Output only. The time when the repository was last updated.
479 // used to encrypt the contents of the Repository. Has the form:
481 // This value may not be changed after the Repository has been created.
484 // Optional. The mode of the repository.
487 // Optional. Cleanup policies for this repository. Cleanup policies indicate
490 // within a repository and be under 128 characters in length.
495 // repository. Repositories that are generally available or in public preview
499 // Output only. If set, the repository satisfies physical zone separation.
503 // in this repository.
514 child_type: "artifactregistry.googleapis.com/Repository"
528 repeated Repository repositories = 1;
535 // The request to retrieve a repository.
537 // Required. The name of the repository to retrieve.
541 type: "artifactregistry.googleapis.com/Repository"
546 // The request to create a new repository.
548 // Required. The name of the parent resource where the repository will be
553 child_type: "artifactregistry.googleapis.com/Repository"
557 // Required. The repository id to use for this repository.
560 // Required. The repository to be created.
561 Repository repository = 3 [(google.api.field_behavior) = REQUIRED]; field
564 // The request to update a repository.
566 // The repository that replaces the resource on the server.
567 Repository repository = 1; field
575 // The request to delete a repository.
577 // Required. The name of the repository to delete.
581 type: "artifactregistry.googleapis.com/Repository"