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
Copy file name to clipboardExpand all lines: docs/dyn/appengine_v1.apps.services.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -158,11 +158,11 @@ <h3>Method Details</h3>
158
158
"generatedCustomerMetadata": { # Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetServiceRequest
159
159
"a_key": "", # Properties of the object. Contains field @type with type URL.
160
160
},
161
-
"id": "A String", # Relative name of the service within the application. Example: default.@OutputOnly
161
+
"id": "A String", # Output only. Relative name of the service within the application. Example: default.@OutputOnly
162
162
"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 and 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.
163
163
"a_key": "A String",
164
164
},
165
-
"name": "A String", # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
165
+
"name": "A String", # Output only. Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
166
166
"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.
167
167
"ingressTrafficAllowed": "A String", # The ingress settings for version or service.
168
168
},
@@ -198,11 +198,11 @@ <h3>Method Details</h3>
198
198
"generatedCustomerMetadata": { # Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetServiceRequest
199
199
"a_key": "", # Properties of the object. Contains field @type with type URL.
200
200
},
201
-
"id": "A String", # Relative name of the service within the application. Example: default.@OutputOnly
201
+
"id": "A String", # Output only. Relative name of the service within the application. Example: default.@OutputOnly
202
202
"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 and 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.
203
203
"a_key": "A String",
204
204
},
205
-
"name": "A String", # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
205
+
"name": "A String", # Output only. Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
206
206
"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.
207
207
"ingressTrafficAllowed": "A String", # The ingress settings for version or service.
208
208
},
@@ -245,11 +245,11 @@ <h3>Method Details</h3>
245
245
"generatedCustomerMetadata": { # Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetServiceRequest
246
246
"a_key": "", # Properties of the object. Contains field @type with type URL.
247
247
},
248
-
"id": "A String", # Relative name of the service within the application. Example: default.@OutputOnly
248
+
"id": "A String", # Output only. Relative name of the service within the application. Example: default.@OutputOnly
249
249
"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 and 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.
250
250
"a_key": "A String",
251
251
},
252
-
"name": "A String", # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
252
+
"name": "A String", # Output only. Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
253
253
"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.
254
254
"ingressTrafficAllowed": "A String", # The ingress settings for version or service.
0 commit comments