-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIntegrating Google Cloud APIs.txt
66 lines (66 loc) · 3.37 KB
/
Integrating Google Cloud APIs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
What is the Content-Type header set to for the outer-most layer of a Google Cloud batch API call?
multipart/mixed
.
.
What is the recommended format for Google Cloud service account keys?
JSON
.
.
What are the characteristics of the Google Cloud APIs Explorer?
It lets you make API calls easily
.
.
It shows a green bar when calls are successful
.
.
It lets you set request parameters
.
.
Which environment variables needs to be set to authenticate API calls via the Cloud Client Library?
GOOGLE_APPLICATION_CREDENTIALS
.
.
Which category of Google Cloud API can you use to modify your Google Cloud account?
Management
.
.
What are the reasons you consider restricting how much data is returned from API calls?
To save money
.
.
To make your API calls more performant
.
.
What are the characteristics of gRPC calls in Google Cloud?
They are configured with a service configuration
.
.
They represent services with methods
.
.
They are defined with a service definition
.
.
What are the benefits of caching query results in Google Cloud BigQuery?
Performance
.
.
Saving money
.
.
Which Google Cloud Platform APIs & Services sub-section allows you to search for and enable public APIs?
Library
.
.
Which error handling layer in the Google Cloud Platform error model handles languages?
Localization
.
.
When querying the Google Cloud BigQuery API for paged data, which request parameter could your application use to know how many rows to place in its table of paged items?
maxResults
.
.
What is the format of the name request parameter for the project.metricDescriptors.get Google Cloud API call?
projects/[project ID]/metricDescriptors/[metric descriptor]
.
.