Skip to content

Commit 9d1a9ba

Browse files
feat(servicedirectory): update the api
#### servicedirectory:v1beta1 The following keys were added: - schemas.Endpoint.properties.uid (Total Keys: 2) - schemas.Namespace.properties.uid (Total Keys: 2) - schemas.Service.properties.uid (Total Keys: 2)
1 parent 07cd6fd commit 9d1a9ba

5 files changed

+43
-2
lines changed

docs/dyn/servicedirectory_v1beta1.projects.locations.namespaces.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ <h3>Method Details</h3>
140140
&quot;a_key&quot;: &quot;A String&quot;,
141141
},
142142
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the namespace in the format `projects/*/locations/*/namespaces/*`.
143+
&quot;uid&quot;: &quot;A String&quot;, # Output only. A globally unique identifier (in UUID4 format) for this namespace.
143144
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the namespace was last updated.
144145
}
145146

@@ -158,6 +159,7 @@ <h3>Method Details</h3>
158159
&quot;a_key&quot;: &quot;A String&quot;,
159160
},
160161
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the namespace in the format `projects/*/locations/*/namespaces/*`.
162+
&quot;uid&quot;: &quot;A String&quot;, # Output only. A globally unique identifier (in UUID4 format) for this namespace.
161163
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the namespace was last updated.
162164
}</pre>
163165
</div>
@@ -200,6 +202,7 @@ <h3>Method Details</h3>
200202
&quot;a_key&quot;: &quot;A String&quot;,
201203
},
202204
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the namespace in the format `projects/*/locations/*/namespaces/*`.
205+
&quot;uid&quot;: &quot;A String&quot;, # Output only. A globally unique identifier (in UUID4 format) for this namespace.
203206
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the namespace was last updated.
204207
}</pre>
205208
</div>
@@ -273,6 +276,7 @@ <h3>Method Details</h3>
273276
&quot;a_key&quot;: &quot;A String&quot;,
274277
},
275278
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the namespace in the format `projects/*/locations/*/namespaces/*`.
279+
&quot;uid&quot;: &quot;A String&quot;, # Output only. A globally unique identifier (in UUID4 format) for this namespace.
276280
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the namespace was last updated.
277281
},
278282
],
@@ -309,6 +313,7 @@ <h3>Method Details</h3>
309313
&quot;a_key&quot;: &quot;A String&quot;,
310314
},
311315
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the namespace in the format `projects/*/locations/*/namespaces/*`.
316+
&quot;uid&quot;: &quot;A String&quot;, # Output only. A globally unique identifier (in UUID4 format) for this namespace.
312317
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the namespace was last updated.
313318
}
314319

@@ -327,6 +332,7 @@ <h3>Method Details</h3>
327332
&quot;a_key&quot;: &quot;A String&quot;,
328333
},
329334
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the namespace in the format `projects/*/locations/*/namespaces/*`.
335+
&quot;uid&quot;: &quot;A String&quot;, # Output only. A globally unique identifier (in UUID4 format) for this namespace.
330336
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the namespace was last updated.
331337
}</pre>
332338
</div>

docs/dyn/servicedirectory_v1beta1.projects.locations.namespaces.services.endpoints.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ <h3>Method Details</h3>
119119
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
120120
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, but no other validation is performed on this field (ex. network or project existence, reachability, or permissions).
121121
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
122+
&quot;uid&quot;: &quot;A String&quot;, # Output only. A globally unique identifier (in UUID4 format) for this endpoint.
122123
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the endpoint was last updated.
123124
}
124125

@@ -140,6 +141,7 @@ <h3>Method Details</h3>
140141
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
141142
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, but no other validation is performed on this field (ex. network or project existence, reachability, or permissions).
142143
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
144+
&quot;uid&quot;: &quot;A String&quot;, # Output only. A globally unique identifier (in UUID4 format) for this endpoint.
143145
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the endpoint was last updated.
144146
}</pre>
145147
</div>
@@ -185,6 +187,7 @@ <h3>Method Details</h3>
185187
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
186188
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, but no other validation is performed on this field (ex. network or project existence, reachability, or permissions).
187189
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
190+
&quot;uid&quot;: &quot;A String&quot;, # Output only. A globally unique identifier (in UUID4 format) for this endpoint.
188191
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the endpoint was last updated.
189192
}</pre>
190193
</div>
@@ -218,6 +221,7 @@ <h3>Method Details</h3>
218221
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
219222
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, but no other validation is performed on this field (ex. network or project existence, reachability, or permissions).
220223
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
224+
&quot;uid&quot;: &quot;A String&quot;, # Output only. A globally unique identifier (in UUID4 format) for this endpoint.
221225
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the endpoint was last updated.
222226
},
223227
],
@@ -257,6 +261,7 @@ <h3>Method Details</h3>
257261
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
258262
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, but no other validation is performed on this field (ex. network or project existence, reachability, or permissions).
259263
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
264+
&quot;uid&quot;: &quot;A String&quot;, # Output only. A globally unique identifier (in UUID4 format) for this endpoint.
260265
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the endpoint was last updated.
261266
}
262267

@@ -278,6 +283,7 @@ <h3>Method Details</h3>
278283
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
279284
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, but no other validation is performed on this field (ex. network or project existence, reachability, or permissions).
280285
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
286+
&quot;uid&quot;: &quot;A String&quot;, # Output only. A globally unique identifier (in UUID4 format) for this endpoint.
281287
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the endpoint was last updated.
282288
}</pre>
283289
</div>

0 commit comments

Comments
 (0)