google-cloud-contact_center_insights-v1 0.4.0 → 0.7.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: 7fa1635f193c95e787f297e7e430c2caf8ff614c6b5f0a75fe576c42169d4a51
4
- data.tar.gz: 8bf6ec96c4e77ea3ee781f2bca46f0207ba8ab8c6f8db37d284bdce590022608
3
+ metadata.gz: 727e45afbcd5b6b30760aebd60910cc3bb7f1b8d1fcf81a1955bee38f09c54ec
4
+ data.tar.gz: cdcd542b279b428905f8a5626b78d95a7177e0436c84a26cb5b3b8dae2960354
5
5
  SHA512:
6
- metadata.gz: 93475b5ee3090b04f96bc89c4b078ba62acccf02b85e20f4473d2af40a07e1c6839b6ad4dc1b674632530bc6018cd79d1473972bf93f6b45e13e29178144f5a0
7
- data.tar.gz: cd865ad9ad8cecaadf3527feec26278fb4f1ba76c976d0aed7b297e5be40e17fed2d5d8130648e668c672585ed0b7fe3ab48c8461e7110d7ada809c8b1e3dcea
6
+ metadata.gz: 1d6b9f7dbba87c5f039578fb172659382d18d493be7f0b06ce249c9479e6c31d64c55e36704530b459d286e66c8427881e8446aac9f827659916617b44b7ac7c
7
+ data.tar.gz: 1a3de2cc04c9981032d0fb26cb09786b8700b458f63a909b6d4932e999a117c883163a98b238b59996a0462d1c0de4bbf0b78e18beb83147df528f4ea1158ad9
data/.yardopts CHANGED
@@ -1,5 +1,5 @@
1
1
  --no-private
2
- --title=Contact Center AI Insights V1 API
2
+ --title="Contact Center AI Insights V1 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.