You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: [artifactregistry] use code font for resource name references (#9997)
* 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
Source-Link: googleapis/googleapis@8755f15
Source-Link: https://github.com/googleapis/googleapis-gen/commit/3ee7f5e1bb9f23f2728767806ea5958206786480
Copy-Tag: eyJwIjoiamF2YS1hcnRpZmFjdC1yZWdpc3RyeS8uT3dsQm90LnlhbWwiLCJoIjoiM2VlN2Y1ZTFiYjlmMjNmMjcyODc2NzgwNmVhNTk1ODIwNjc4NjQ4MCJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/ArtifactRegistryClient.java
+172-5Lines changed: 172 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1805,8 +1805,8 @@ public final UnaryCallable<GetRepositoryRequest, Repository> getRepositoryCallab
1805
1805
* }</pre>
1806
1806
*
1807
1807
* @param parent Required. The name of the parent resource where the repository will be created.
1808
-
* @param repository The repository to be created.
1809
-
* @param repositoryId The repository id to use for this repository.
1808
+
* @param repository Required. The repository to be created.
1809
+
* @param repositoryId Required. The repository id to use for this repository.
1810
1810
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Copy file name to clipboardExpand all lines: java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/ArtifactRegistrySettings.java
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -252,6 +252,18 @@ public UnaryCallSettings<DeleteVersionRequest, Operation> deleteVersionSettings(
Copy file name to clipboardExpand all lines: java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/gapic_metadata.json
Copy file name to clipboardExpand all lines: java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/ArtifactRegistryStub.java
0 commit comments