google-cloud-network_security 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b22f3afde68822beead37135e11e98f29b3064d3c1822540f25a096c1a362f7
4
- data.tar.gz: e6c45be8fbdc0c73d7b65c5adc4065a3be4e975896081b3f24bec6efd4c8321e
3
+ metadata.gz: 78c899cbb663cb29ed0773c3428b420dead1ca0132554abaac3cee2a9968e631
4
+ data.tar.gz: e3c60d4ab7dcf9e9fd0e1a29bf59bbb0ebf0b911fda4e2f91aa2fc78a7d9c5fc
5
5
  SHA512:
6
- metadata.gz: 6a905b26796fa47b91e902a2d1da740d35c045e16cd71ca7168cdaaae25d1a5b68a8b5c3c4b48549cfd80e477b319fa5a9d741a6a8f17ed5b8be5a4c4b1c54cb
7
- data.tar.gz: 5cdc9dbda7edbee50a41ea75c56ecfdd8cf680dc0774541726b115755d2ebfb99f6ef371047b163980c3c7de81e26ae07f23f548d33eef1bda543b6765e6df42
6
+ metadata.gz: 7619fda99f5eba5e104bd298392407a14e6cfbc53fc27c416efbb1d848f60263730c442e40c76385c8c9ef91b9a731a85d6a07c9a91d7cea34faf92b9b01e0ed
7
+ data.tar.gz: eb2a8c6768f202dccc11f5ad9a1dfcccd1088e71345241492d5e92f0cf76d52256d90204960cfb5a165f4929cc521d762dd9871d5f63c6c8ca921911af98f4a0
data/.yardopts CHANGED
@@ -1,5 +1,5 @@
1
1
  --no-private
2
- --title=Network Security API
2
+ --title="Network Security API"
3
3
  --exclude _pb\.rb$
4
4
  --markup markdown
5
5
  --markup-provider redcarpet
data/AUTHENTICATION.md CHANGED
@@ -118,15 +118,6 @@ To configure your system for this, simply:
118
118
  **NOTE:** This is _not_ recommended for running in production. The Cloud SDK
119
119
  *should* only be used during development.
120
120
 
121
- [gce-how-to]: https://cloud.google.com/compute/docs/authentication#using
122
- [dev-console]: https://console.cloud.google.com/project
123
-
124
- [enable-apis]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/enable-apis.png
125
-
126
- [create-new-service-account]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/create-new-service-account.png
127
- [create-new-service-account-existing-keys]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/create-new-service-account-existing-keys.png
128
- [reuse-service-account]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/reuse-service-account.png
129
-
130
121
  ## Creating a Service Account
131
122
 
132
123
  Google Cloud requires **Service Account Credentials** to
@@ -137,31 +128,22 @@ If you are not running this client within
137
128
  [Google Cloud Platform environments](#google-cloud-platform-environments), you
138
129
  need a Google Developers service account.
139
130
 
140
- 1. Visit the [Google Developers Console][dev-console].
131
+ 1. Visit the [Google Cloud Console](https://console.cloud.google.com/project).
141
132
  2. Create a new project or click on an existing project.
142
- 3. Activate the slide-out navigation tray and select **API Manager**. From
133
+ 3. Activate the menu in the upper left and select **APIs & Services**. From
143
134
  here, you will enable the APIs that your application requires.
144
135
 
145
- ![Enable the APIs that your application requires][enable-apis]
146
-
147
136
  *Note: You may need to enable billing in order to use these services.*
148
137
 
149
138
  4. Select **Credentials** from the side navigation.
150
139
 
151
- You should see a screen like one of the following.
152
-
153
- ![Create a new service account][create-new-service-account]
154
-
155
- ![Create a new service account With Existing Keys][create-new-service-account-existing-keys]
156
-
157
- Find the "Add credentials" drop down and select "Service account" to be
158
- guided through downloading a new JSON key file.
140
+ Find the "Create credentials" drop down near the top of the page, and select
141
+ "Service account" to be guided through downloading a new JSON key file.
159
142
 
160
143
  If you want to re-use an existing service account, you can easily generate a
161
- new key file. Just select the account you wish to re-use, and click "Generate
162
- new JSON key":
163
-
164
- ![Re-use an existing service account][reuse-service-account]
144
+ new key file. Just select the account you wish to re-use, click the pencil
145
+ tool on the right side to edit the service account, select the **Keys** tab,
146
+ and then select **Add Key**.
165
147
 
166
148
  The key file you download will be used by this library to authenticate API
167
149
  requests and should be stored in a secure location.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module NetworkSecurity
23
- VERSION = "0.1.0"
23
+ VERSION = "0.1.1"
24
24
  end
25
25
  end
26
26
  end
@@ -55,6 +55,12 @@ module Google
55
55
  # supported by that API version, and the corresponding gem is available, the
56
56
  # appropriate versioned client will be returned.
57
57
  #
58
+ # ## About NetworkSecurity
59
+ #
60
+ # Network Security API provides resources to configure authentication and
61
+ # authorization policies. Refer to per API resource documentation for more
62
+ # information.
63
+ #
58
64
  # @param version [::String, ::Symbol] The API version to connect to. Optional.
59
65
  # Defaults to `:v1beta1`.
60
66
  # @return [NetworkSecurity::Client] A client object for the specified version.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-network_security
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-23 00:00:00.000000000 Z
11
+ date: 2022-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
188
  - !ruby/object:Gem::Version
189
189
  version: '0'
190
190
  requirements: []
191
- rubygems_version: 3.2.17
191
+ rubygems_version: 3.3.4
192
192
  signing_key:
193
193
  specification_version: 4
194
194
  summary: API Client library for the Network Security API