Skip to content

Commit 22e6b63

Browse files
feat(appengine): update the api
#### 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)
1 parent 3c182ca commit 22e6b63

File tree

5 files changed

+35
-3
lines changed

5 files changed

+35
-3
lines changed

docs/dyn/appengine_v1.apps.services.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ <h3>Method Details</h3>
156156

157157
{ # 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.
158158
&quot;id&quot;: &quot;A String&quot;, # Relative name of the service within the application. Example: default.@OutputOnly
159+
&quot;labels&quot;: { # 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., &quot;env=prod&quot;, &quot;env=qa&quot;). 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+
&quot;a_key&quot;: &quot;A String&quot;,
161+
},
159162
&quot;name&quot;: &quot;A String&quot;, # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
160163
&quot;networkSettings&quot;: { # A NetworkSettings resource is a container for ingress settings for a version or service. # Ingress settings for this service. Will apply to all versions.
161164
&quot;ingressTrafficAllowed&quot;: &quot;A String&quot;, # The ingress settings for version or service.
@@ -190,6 +193,9 @@ <h3>Method Details</h3>
190193
&quot;services&quot;: [ # The services belonging to the requested application.
191194
{ # 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.
192195
&quot;id&quot;: &quot;A String&quot;, # Relative name of the service within the application. Example: default.@OutputOnly
196+
&quot;labels&quot;: { # 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., &quot;env=prod&quot;, &quot;env=qa&quot;). 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+
&quot;a_key&quot;: &quot;A String&quot;,
198+
},
193199
&quot;name&quot;: &quot;A String&quot;, # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
194200
&quot;networkSettings&quot;: { # A NetworkSettings resource is a container for ingress settings for a version or service. # Ingress settings for this service. Will apply to all versions.
195201
&quot;ingressTrafficAllowed&quot;: &quot;A String&quot;, # The ingress settings for version or service.
@@ -231,6 +237,9 @@ <h3>Method Details</h3>
231237

232238
{ # 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.
233239
&quot;id&quot;: &quot;A String&quot;, # Relative name of the service within the application. Example: default.@OutputOnly
240+
&quot;labels&quot;: { # 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., &quot;env=prod&quot;, &quot;env=qa&quot;). 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+
&quot;a_key&quot;: &quot;A String&quot;,
242+
},
234243
&quot;name&quot;: &quot;A String&quot;, # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
235244
&quot;networkSettings&quot;: { # A NetworkSettings resource is a container for ingress settings for a version or service. # Ingress settings for this service. Will apply to all versions.
236245
&quot;ingressTrafficAllowed&quot;: &quot;A String&quot;, # The ingress settings for version or service.

docs/dyn/appengine_v1beta.apps.services.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ <h3>Method Details</h3>
156156

157157
{ # 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.
158158
&quot;id&quot;: &quot;A String&quot;, # Relative name of the service within the application. Example: default.@OutputOnly
159+
&quot;labels&quot;: { # 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., &quot;env=prod&quot;, &quot;env=qa&quot;). 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+
&quot;a_key&quot;: &quot;A String&quot;,
161+
},
159162
&quot;name&quot;: &quot;A String&quot;, # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
160163
&quot;networkSettings&quot;: { # A NetworkSettings resource is a container for ingress settings for a version or service. # Ingress settings for this service. Will apply to all versions.
161164
&quot;ingressTrafficAllowed&quot;: &quot;A String&quot;, # The ingress settings for version or service.
@@ -190,6 +193,9 @@ <h3>Method Details</h3>
190193
&quot;services&quot;: [ # The services belonging to the requested application.
191194
{ # 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.
192195
&quot;id&quot;: &quot;A String&quot;, # Relative name of the service within the application. Example: default.@OutputOnly
196+
&quot;labels&quot;: { # 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., &quot;env=prod&quot;, &quot;env=qa&quot;). 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+
&quot;a_key&quot;: &quot;A String&quot;,
198+
},
193199
&quot;name&quot;: &quot;A String&quot;, # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
194200
&quot;networkSettings&quot;: { # A NetworkSettings resource is a container for ingress settings for a version or service. # Ingress settings for this service. Will apply to all versions.
195201
&quot;ingressTrafficAllowed&quot;: &quot;A String&quot;, # The ingress settings for version or service.
@@ -231,6 +237,9 @@ <h3>Method Details</h3>
231237

232238
{ # 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.
233239
&quot;id&quot;: &quot;A String&quot;, # Relative name of the service within the application. Example: default.@OutputOnly
240+
&quot;labels&quot;: { # 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., &quot;env=prod&quot;, &quot;env=qa&quot;). 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+
&quot;a_key&quot;: &quot;A String&quot;,
242+
},
234243
&quot;name&quot;: &quot;A String&quot;, # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
235244
&quot;networkSettings&quot;: { # A NetworkSettings resource is a container for ingress settings for a version or service. # Ingress settings for this service. Will apply to all versions.
236245
&quot;ingressTrafficAllowed&quot;: &quot;A String&quot;, # The ingress settings for version or service.

googleapiclient/discovery_cache/documents/appengine.v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@
15951595
}
15961596
}
15971597
},
1598-
"revision": "20210911",
1598+
"revision": "20210918",
15991599
"rootUrl": "https://appengine.googleapis.com/",
16001600
"schemas": {
16011601
"ApiConfigHandler": {
@@ -3305,6 +3305,13 @@
33053305
"description": "Relative name of the service within the application. Example: default.@OutputOnly",
33063306
"type": "string"
33073307
},
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+
},
33083315
"name": {
33093316
"description": "Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly",
33103317
"type": "string"

googleapiclient/discovery_cache/documents/appengine.v1alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@
709709
}
710710
}
711711
},
712-
"revision": "20210911",
712+
"revision": "20210918",
713713
"rootUrl": "https://appengine.googleapis.com/",
714714
"schemas": {
715715
"AuthorizedCertificate": {

googleapiclient/discovery_cache/documents/appengine.v1beta.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@
15951595
}
15961596
}
15971597
},
1598-
"revision": "20210911",
1598+
"revision": "20210918",
15991599
"rootUrl": "https://appengine.googleapis.com/",
16001600
"schemas": {
16011601
"ApiConfigHandler": {
@@ -3368,6 +3368,13 @@
33683368
"description": "Relative name of the service within the application. Example: default.@OutputOnly",
33693369
"type": "string"
33703370
},
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+
},
33713378
"name": {
33723379
"description": "Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly",
33733380
"type": "string"

0 commit comments

Comments
 (0)