Skip to content

Commit 8755f15

Browse files
Google APIscopybara-github
authored andcommitted
docs: use code font for resource name references
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
1 parent 5db2715 commit 8755f15

13 files changed

Lines changed: 445 additions & 23 deletions

‎google/devtools/artifactregistry/v1/BUILD.bazel‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ proto_library(
4242
"//google/iam/v1:policy_proto",
4343
"//google/longrunning:operations_proto",
4444
"//google/rpc:status_proto",
45+
"@com_google_protobuf//:duration_proto",
4546
"@com_google_protobuf//:empty_proto",
4647
"@com_google_protobuf//:field_mask_proto",
4748
"@com_google_protobuf//:struct_proto",

‎google/devtools/artifactregistry/v1/apt_artifact.proto‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

‎google/devtools/artifactregistry/v1/artifact.proto‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

‎google/devtools/artifactregistry/v1/artifactregistry_v1.yaml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ types:
1414
- name: google.devtools.artifactregistry.v1.ImportAptArtifactsResponse
1515
- name: google.devtools.artifactregistry.v1.ImportYumArtifactsMetadata
1616
- name: google.devtools.artifactregistry.v1.ImportYumArtifactsResponse
17-
- name: google.devtools.artifactregistry.v1.KfpArtifact
1817
- name: google.devtools.artifactregistry.v1.OperationMetadata
1918

2019
documentation:
@@ -66,6 +65,10 @@ authentication:
6665
canonical_scopes: |-
6766
https://www.googleapis.com/auth/cloud-platform,
6867
https://www.googleapis.com/auth/cloud-platform.read-only
68+
- selector: google.devtools.artifactregistry.v1.ArtifactRegistry.BatchDeleteVersions
69+
oauth:
70+
canonical_scopes: |-
71+
https://www.googleapis.com/auth/cloud-platform
6972
- selector: google.devtools.artifactregistry.v1.ArtifactRegistry.CreateRepository
7073
oauth:
7174
canonical_scopes: |-

‎google/devtools/artifactregistry/v1/file.proto‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

‎google/devtools/artifactregistry/v1/package.proto‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -36,7 +36,7 @@ message Package {
3636
};
3737

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

0 commit comments

Comments
 (0)