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
#### appengine:v1
The following keys were added:
- schemas.Service.properties.labels (Total Keys: 2)
#### appengine:v1beta
The following keys were added:
- schemas.Service.properties.labels (Total Keys: 2)
Copy file name to clipboardExpand all lines: docs/dyn/appengine_v1.apps.services.html
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,9 @@ <h3>Method Details</h3>
156
156
157
157
{ # A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services. For example, an application that handles customer requests might include separate services to handle tasks such as backend data analysis or API requests from mobile devices. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.
158
158
"id": "A String", # Relative name of the service within the application. Example: default.@OutputOnly
159
+
"labels": { # A set of labels to apply to this service. Labels are key/value pairs that describe the service and all resources that belong to it (e.g., versions). The labels can be used to search and group resources, and are propagated to the usage and billing reports, enabling fine-grain analysis of costs. An example of using labels is to tag resources belonging to different environments (e.g., "env=prod", "env=qa"). Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores, dashes, and international characters. Label keys must start with a lowercase letter or an international character. Each service can have at most 32 labels.
160
+
"a_key": "A String",
161
+
},
159
162
"name": "A String", # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
160
163
"networkSettings": { # A NetworkSettings resource is a container for ingress settings for a version or service. # Ingress settings for this service. Will apply to all versions.
161
164
"ingressTrafficAllowed": "A String", # The ingress settings for version or service.
@@ -190,6 +193,9 @@ <h3>Method Details</h3>
190
193
"services": [ # The services belonging to the requested application.
191
194
{ # A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services. For example, an application that handles customer requests might include separate services to handle tasks such as backend data analysis or API requests from mobile devices. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.
192
195
"id": "A String", # Relative name of the service within the application. Example: default.@OutputOnly
196
+
"labels": { # A set of labels to apply to this service. Labels are key/value pairs that describe the service and all resources that belong to it (e.g., versions). The labels can be used to search and group resources, and are propagated to the usage and billing reports, enabling fine-grain analysis of costs. An example of using labels is to tag resources belonging to different environments (e.g., "env=prod", "env=qa"). Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores, dashes, and international characters. Label keys must start with a lowercase letter or an international character. Each service can have at most 32 labels.
197
+
"a_key": "A String",
198
+
},
193
199
"name": "A String", # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
194
200
"networkSettings": { # A NetworkSettings resource is a container for ingress settings for a version or service. # Ingress settings for this service. Will apply to all versions.
195
201
"ingressTrafficAllowed": "A String", # The ingress settings for version or service.
@@ -231,6 +237,9 @@ <h3>Method Details</h3>
231
237
232
238
{ # A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services. For example, an application that handles customer requests might include separate services to handle tasks such as backend data analysis or API requests from mobile devices. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.
233
239
"id": "A String", # Relative name of the service within the application. Example: default.@OutputOnly
240
+
"labels": { # A set of labels to apply to this service. Labels are key/value pairs that describe the service and all resources that belong to it (e.g., versions). The labels can be used to search and group resources, and are propagated to the usage and billing reports, enabling fine-grain analysis of costs. An example of using labels is to tag resources belonging to different environments (e.g., "env=prod", "env=qa"). Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores, dashes, and international characters. Label keys must start with a lowercase letter or an international character. Each service can have at most 32 labels.
241
+
"a_key": "A String",
242
+
},
234
243
"name": "A String", # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
235
244
"networkSettings": { # A NetworkSettings resource is a container for ingress settings for a version or service. # Ingress settings for this service. Will apply to all versions.
236
245
"ingressTrafficAllowed": "A String", # The ingress settings for version or service.
Copy file name to clipboardExpand all lines: docs/dyn/appengine_v1beta.apps.services.html
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,9 @@ <h3>Method Details</h3>
156
156
157
157
{ # A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services. For example, an application that handles customer requests might include separate services to handle tasks such as backend data analysis or API requests from mobile devices. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.
158
158
"id": "A String", # Relative name of the service within the application. Example: default.@OutputOnly
159
+
"labels": { # A set of labels to apply to this service. Labels are key/value pairs that describe the service and all resources that belong to it (e.g., versions). The labels can be used to search and group resources, and are propagated to the usage and billing reports, enabling fine-grain analysis of costs. An example of using labels is to tag resources belonging to different environments (e.g., "env=prod", "env=qa"). Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores, dashes, and international characters. Label keys must start with a lowercase letter or an international character. Each service can have at most 32 labels.
160
+
"a_key": "A String",
161
+
},
159
162
"name": "A String", # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
160
163
"networkSettings": { # A NetworkSettings resource is a container for ingress settings for a version or service. # Ingress settings for this service. Will apply to all versions.
161
164
"ingressTrafficAllowed": "A String", # The ingress settings for version or service.
@@ -190,6 +193,9 @@ <h3>Method Details</h3>
190
193
"services": [ # The services belonging to the requested application.
191
194
{ # A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services. For example, an application that handles customer requests might include separate services to handle tasks such as backend data analysis or API requests from mobile devices. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.
192
195
"id": "A String", # Relative name of the service within the application. Example: default.@OutputOnly
196
+
"labels": { # A set of labels to apply to this service. Labels are key/value pairs that describe the service and all resources that belong to it (e.g., versions). The labels can be used to search and group resources, and are propagated to the usage and billing reports, enabling fine-grain analysis of costs. An example of using labels is to tag resources belonging to different environments (e.g., "env=prod", "env=qa"). Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores, dashes, and international characters. Label keys must start with a lowercase letter or an international character. Each service can have at most 32 labels.
197
+
"a_key": "A String",
198
+
},
193
199
"name": "A String", # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
194
200
"networkSettings": { # A NetworkSettings resource is a container for ingress settings for a version or service. # Ingress settings for this service. Will apply to all versions.
195
201
"ingressTrafficAllowed": "A String", # The ingress settings for version or service.
@@ -231,6 +237,9 @@ <h3>Method Details</h3>
231
237
232
238
{ # A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services. For example, an application that handles customer requests might include separate services to handle tasks such as backend data analysis or API requests from mobile devices. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.
233
239
"id": "A String", # Relative name of the service within the application. Example: default.@OutputOnly
240
+
"labels": { # A set of labels to apply to this service. Labels are key/value pairs that describe the service and all resources that belong to it (e.g., versions). The labels can be used to search and group resources, and are propagated to the usage and billing reports, enabling fine-grain analysis of costs. An example of using labels is to tag resources belonging to different environments (e.g., "env=prod", "env=qa"). Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores, dashes, and international characters. Label keys must start with a lowercase letter or an international character. Each service can have at most 32 labels.
241
+
"a_key": "A String",
242
+
},
234
243
"name": "A String", # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
235
244
"networkSettings": { # A NetworkSettings resource is a container for ingress settings for a version or service. # Ingress settings for this service. Will apply to all versions.
236
245
"ingressTrafficAllowed": "A String", # The ingress settings for version or service.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/appengine.v1.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1595,7 +1595,7 @@
1595
1595
}
1596
1596
}
1597
1597
},
1598
-
"revision": "20210911",
1598
+
"revision": "20210918",
1599
1599
"rootUrl": "https://appengine.googleapis.com/",
1600
1600
"schemas": {
1601
1601
"ApiConfigHandler": {
@@ -3305,6 +3305,13 @@
3305
3305
"description": "Relative name of the service within the application. Example: default.@OutputOnly",
3306
3306
"type": "string"
3307
3307
},
3308
+
"labels": {
3309
+
"additionalProperties": {
3310
+
"type": "string"
3311
+
},
3312
+
"description": "A set of labels to apply to this service. Labels are key/value pairs that describe the service and all resources that belong to it (e.g., versions). The labels can be used to search and group resources, and are propagated to the usage and billing reports, enabling fine-grain analysis of costs. An example of using labels is to tag resources belonging to different environments (e.g., \"env=prod\", \"env=qa\"). Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores, dashes, and international characters. Label keys must start with a lowercase letter or an international character. Each service can have at most 32 labels.",
3313
+
"type": "object"
3314
+
},
3308
3315
"name": {
3309
3316
"description": "Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly",
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/appengine.v1beta.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1595,7 +1595,7 @@
1595
1595
}
1596
1596
}
1597
1597
},
1598
-
"revision": "20210911",
1598
+
"revision": "20210918",
1599
1599
"rootUrl": "https://appengine.googleapis.com/",
1600
1600
"schemas": {
1601
1601
"ApiConfigHandler": {
@@ -3368,6 +3368,13 @@
3368
3368
"description": "Relative name of the service within the application. Example: default.@OutputOnly",
3369
3369
"type": "string"
3370
3370
},
3371
+
"labels": {
3372
+
"additionalProperties": {
3373
+
"type": "string"
3374
+
},
3375
+
"description": "A set of labels to apply to this service. Labels are key/value pairs that describe the service and all resources that belong to it (e.g., versions). The labels can be used to search and group resources, and are propagated to the usage and billing reports, enabling fine-grain analysis of costs. An example of using labels is to tag resources belonging to different environments (e.g., \"env=prod\", \"env=qa\"). Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores, dashes, and international characters. Label keys must start with a lowercase letter or an international character. Each service can have at most 32 labels.",
3376
+
"type": "object"
3377
+
},
3371
3378
"name": {
3372
3379
"description": "Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly",
0 commit comments