google-cloud-artifact_registry-v1 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -1
  3. data/AUTHENTICATION.md +7 -25
  4. data/README.md +1 -1
  5. data/lib/google/cloud/artifact_registry/v1/artifact_registry/client.rb +2530 -70
  6. data/lib/google/cloud/artifact_registry/v1/artifact_registry/operations.rb +767 -0
  7. data/lib/google/cloud/artifact_registry/v1/artifact_registry/paths.rb +58 -0
  8. data/lib/google/cloud/artifact_registry/v1/artifact_registry.rb +1 -0
  9. data/lib/google/cloud/artifact_registry/v1/version.rb +1 -1
  10. data/lib/google/cloud/artifact_registry/v1.rb +2 -0
  11. data/lib/google/devtools/artifactregistry/v1/apt_artifact_pb.rb +63 -0
  12. data/lib/google/devtools/artifactregistry/v1/artifact_pb.rb +4 -1
  13. data/lib/google/devtools/artifactregistry/v1/file_pb.rb +57 -0
  14. data/lib/google/devtools/artifactregistry/v1/package_pb.rb +47 -0
  15. data/lib/google/devtools/artifactregistry/v1/repository_pb.rb +30 -1
  16. data/lib/google/devtools/artifactregistry/v1/service_pb.rb +13 -0
  17. data/lib/google/devtools/artifactregistry/v1/service_services_pb.rb +59 -0
  18. data/lib/google/devtools/artifactregistry/v1/settings_pb.rb +42 -0
  19. data/lib/google/devtools/artifactregistry/v1/tag_pb.rb +56 -0
  20. data/lib/google/devtools/artifactregistry/v1/version_pb.rb +61 -0
  21. data/lib/google/devtools/artifactregistry/v1/yum_artifact_pb.rb +61 -0
  22. data/proto_docs/google/api/resource.rb +10 -71
  23. data/proto_docs/google/devtools/artifactregistry/v1/apt_artifact.rb +118 -0
  24. data/proto_docs/google/devtools/artifactregistry/v1/artifact.rb +12 -3
  25. data/proto_docs/google/devtools/artifactregistry/v1/file.rb +131 -0
  26. data/proto_docs/google/devtools/artifactregistry/v1/package.rb +93 -0
  27. data/proto_docs/google/devtools/artifactregistry/v1/repository.rb +73 -2
  28. data/proto_docs/google/devtools/artifactregistry/v1/service.rb +32 -0
  29. data/proto_docs/google/devtools/artifactregistry/v1/settings.rb +80 -0
  30. data/proto_docs/google/devtools/artifactregistry/v1/tag.rb +132 -0
  31. data/proto_docs/google/devtools/artifactregistry/v1/version.rb +132 -0
  32. data/proto_docs/google/devtools/artifactregistry/v1/yum_artifact.rb +110 -0
  33. data/proto_docs/google/iam/v1/iam_policy.rb +80 -0
  34. data/proto_docs/google/iam/v1/options.rb +40 -0
  35. data/proto_docs/google/longrunning/operations.rb +164 -0
  36. data/proto_docs/google/protobuf/any.rb +141 -0
  37. data/proto_docs/google/protobuf/duration.rb +98 -0
  38. data/proto_docs/google/protobuf/empty.rb +36 -0
  39. data/proto_docs/google/protobuf/field_mask.rb +229 -0
  40. data/proto_docs/google/protobuf/struct.rb +96 -0
  41. data/proto_docs/google/rpc/status.rb +46 -0
  42. metadata +28 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b33ea2bf6f8db37b9a66c06903393ecb687d1150f77f80795197b5f0237ed41
4
- data.tar.gz: 3c55368cd6baed8b45035f47119dc7ec334c9850788e7037dafe97d24e820dea
3
+ metadata.gz: aa09d6b78656b1ae61f737904b1f378ecc1e7dc713a97cf95b1b6a6a8f3e24b8
4
+ data.tar.gz: 7c299036f99104a1eda6d92f954df9389bfde53c3542b673b81cf2ce43c4f405
5
5
  SHA512:
6
- metadata.gz: 1735a53274d91cd07e01a033792951b3feabd74af64d5f0818e1313fd2b42349714f56f2846ef697dd55a9ac320eee524b51956d44af29bddbc265e31f84eeb1
7
- data.tar.gz: 6d0e0514d90eb904843c5e91f8d5300d24c74c147e82401eb83420d4aa71ce2d56dc6ce71ca53d4ad5d0cb884669106bc4b0bb6f75e79f16f4de0712f0af77fc
6
+ metadata.gz: 5d56ac431f83b009cdc380af519ab7f67c260cd8f8a5af9ea19128ec884ddf92c478c408f966ef1e850f306fdad5fb00dc6eefd5b7574e994debf50f547c35c5
7
+ data.tar.gz: b7ca3985bc97b06accd4f84b85c445a4ca7820a83e8b4390f40b87e83a2b1014f2f5752285b963dc759174bf7a835c928eb3f78993bfcc51a867d6f15d186cce
data/.yardopts CHANGED
@@ -1,5 +1,5 @@
1
1
  --no-private
2
- --title=Artifact Registry V1 API
2
+ --title="Artifact Registry V1 API"
3
3
  --exclude _pb\.rb$
4
4
  --markup markdown
5
5
  --markup-provider redcarpet
data/AUTHENTICATION.md CHANGED
@@ -120,15 +120,6 @@ To configure your system for this, simply:
120
120
  **NOTE:** This is _not_ recommended for running in production. The Cloud SDK
121
121
  *should* only be used during development.
122
122
 
123
- [gce-how-to]: https://cloud.google.com/compute/docs/authentication#using
124
- [dev-console]: https://console.cloud.google.com/project
125
-
126
- [enable-apis]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/enable-apis.png
127
-
128
- [create-new-service-account]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/create-new-service-account.png
129
- [create-new-service-account-existing-keys]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/create-new-service-account-existing-keys.png
130
- [reuse-service-account]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/reuse-service-account.png
131
-
132
123
  ## Creating a Service Account
133
124
 
134
125
  Google Cloud requires **Service Account Credentials** to
@@ -139,31 +130,22 @@ If you are not running this client within
139
130
  [Google Cloud Platform environments](#google-cloud-platform-environments), you
140
131
  need a Google Developers service account.
141
132
 
142
- 1. Visit the [Google Developers Console][dev-console].
133
+ 1. Visit the [Google Cloud Console](https://console.cloud.google.com/project).
143
134
  2. Create a new project or click on an existing project.
144
- 3. Activate the slide-out navigation tray and select **API Manager**. From
135
+ 3. Activate the menu in the upper left and select **APIs & Services**. From
145
136
  here, you will enable the APIs that your application requires.
146
137
 
147
- ![Enable the APIs that your application requires][enable-apis]
148
-
149
138
  *Note: You may need to enable billing in order to use these services.*
150
139
 
151
140
  4. Select **Credentials** from the side navigation.
152
141
 
153
- You should see a screen like one of the following.
154
-
155
- ![Create a new service account][create-new-service-account]
156
-
157
- ![Create a new service account With Existing Keys][create-new-service-account-existing-keys]
158
-
159
- Find the "Add credentials" drop down and select "Service account" to be
160
- guided through downloading a new JSON key file.
142
+ Find the "Create credentials" drop down near the top of the page, and select
143
+ "Service account" to be guided through downloading a new JSON key file.
161
144
 
162
145
  If you want to re-use an existing service account, you can easily generate a
163
- new key file. Just select the account you wish to re-use, and click "Generate
164
- new JSON key":
165
-
166
- ![Re-use an existing service account][reuse-service-account]
146
+ new key file. Just select the account you wish to re-use, click the pencil
147
+ tool on the right side to edit the service account, select the **Keys** tab,
148
+ and then select **Add Key**.
167
149
 
168
150
  The key file you download will be used by this library to authenticate API
169
151
  requests and should be stored in a secure location.
data/README.md CHANGED
@@ -37,7 +37,7 @@ request = ::Google::Cloud::ArtifactRegistry::V1::ListDockerImagesRequest.new # (
37
37
  response = client.list_docker_images request
38
38
  ```
39
39
 
40
- View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-artifact_registry-v1/latest)
40
+ View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-artifact_registry-v1/latest)
41
41
  for class and method documentation.
42
42
 
43
43
  See also the [Product Documentation](https://cloud.google.com/artifact-registry/)