Skip to content

Commit

Permalink
docs: use code font for resource name references
Browse files Browse the repository at this point in the history
docs: mark the create_time and update_time in the Repository resource as output only fields
docs: mark the repository_id and repository fields in the CreateRepository request as required fields
feat: add support for virtual and remote repositories
feat: add support for cleanup policies
feat: add support for Docker immutable tags
feat: add support for Go and KFP repositories
feat: add support for Physical Zone Separation
feat: expose the size of the Repository resource

PiperOrigin-RevId: 576602679
  • Loading branch information
Google APIs authored and Copybara-Service committed Oct 25, 2023
1 parent 5db2715 commit 8755f15
Show file tree
Hide file tree
Showing 13 changed files with 445 additions and 23 deletions.
1 change: 1 addition & 0 deletions google/devtools/artifactregistry/v1/BUILD.bazel
Expand Up @@ -42,6 +42,7 @@ proto_library(
"//google/iam/v1:policy_proto",
"//google/longrunning:operations_proto",
"//google/rpc:status_proto",
"@com_google_protobuf//:duration_proto",
"@com_google_protobuf//:empty_proto",
"@com_google_protobuf//:field_mask_proto",
"@com_google_protobuf//:struct_proto",
Expand Down
2 changes: 1 addition & 1 deletion google/devtools/artifactregistry/v1/apt_artifact.proto
@@ -1,4 +1,4 @@
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion google/devtools/artifactregistry/v1/artifact.proto
@@ -1,4 +1,4 @@
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
5 changes: 4 additions & 1 deletion google/devtools/artifactregistry/v1/artifactregistry_v1.yaml
Expand Up @@ -14,7 +14,6 @@ types:
- name: google.devtools.artifactregistry.v1.ImportAptArtifactsResponse
- name: google.devtools.artifactregistry.v1.ImportYumArtifactsMetadata
- name: google.devtools.artifactregistry.v1.ImportYumArtifactsResponse
- name: google.devtools.artifactregistry.v1.KfpArtifact
- name: google.devtools.artifactregistry.v1.OperationMetadata

documentation:
Expand Down Expand Up @@ -66,6 +65,10 @@ authentication:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform,
https://www.googleapis.com/auth/cloud-platform.read-only
- selector: google.devtools.artifactregistry.v1.ArtifactRegistry.BatchDeleteVersions
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
- selector: google.devtools.artifactregistry.v1.ArtifactRegistry.CreateRepository
oauth:
canonical_scopes: |-
Expand Down
2 changes: 1 addition & 1 deletion google/devtools/artifactregistry/v1/file.proto
@@ -1,4 +1,4 @@
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions google/devtools/artifactregistry/v1/package.proto
@@ -1,4 +1,4 @@
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -36,7 +36,7 @@ message Package {
};

// The name of the package, for example:
// "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1".
// `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`.
// If the package ID part contains slashes, the slashes are escaped.
string name = 1;

Expand Down

0 comments on commit 8755f15

Please sign in to comment.