Skip to content

Commit 7236ed5

Browse files
feat(networkconnectivity): update the api
#### networkconnectivity:v1 The following keys were deleted: - schemas.ServiceClass.properties.serviceConnectionMaps (Total Keys: 3) The following keys were added: - schemas.ConsumerPscConnection.properties.errorInfo (Total Keys: 2) - schemas.GoogleRpcErrorInfo (Total Keys: 6) - schemas.PscConnection.properties.errorInfo (Total Keys: 2)
1 parent 31060bb commit 7236ed5

5 files changed

+90
-19
lines changed

docs/dyn/networkconnectivity_v1.projects.locations.serviceClasses.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@ <h3>Method Details</h3>
167167
},
168168
&quot;name&quot;: &quot;A String&quot;, # Immutable. The name of a ServiceClass resource. Format: projects/{project}/locations/{location}/serviceClasses/{service_class} See: https://google.aip.dev/122#fields-representing-resource-names
169169
&quot;serviceClass&quot;: &quot;A String&quot;, # Output only. The generated service class name. Use this name to refer to the Service class in Service Connection Maps and Service Connection Policies.
170-
&quot;serviceConnectionMaps&quot;: [ # Output only. URIs of all Service Connection Maps using this service class.
171-
&quot;A String&quot;,
172-
],
173170
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time when the ServiceClass was updated.
174171
}</pre>
175172
</div>
@@ -252,9 +249,6 @@ <h3>Method Details</h3>
252249
},
253250
&quot;name&quot;: &quot;A String&quot;, # Immutable. The name of a ServiceClass resource. Format: projects/{project}/locations/{location}/serviceClasses/{service_class} See: https://google.aip.dev/122#fields-representing-resource-names
254251
&quot;serviceClass&quot;: &quot;A String&quot;, # Output only. The generated service class name. Use this name to refer to the Service class in Service Connection Maps and Service Connection Policies.
255-
&quot;serviceConnectionMaps&quot;: [ # Output only. URIs of all Service Connection Maps using this service class.
256-
&quot;A String&quot;,
257-
],
258252
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time when the ServiceClass was updated.
259253
},
260254
],
@@ -296,9 +290,6 @@ <h3>Method Details</h3>
296290
},
297291
&quot;name&quot;: &quot;A String&quot;, # Immutable. The name of a ServiceClass resource. Format: projects/{project}/locations/{location}/serviceClasses/{service_class} See: https://google.aip.dev/122#fields-representing-resource-names
298292
&quot;serviceClass&quot;: &quot;A String&quot;, # Output only. The generated service class name. Use this name to refer to the Service class in Service Connection Maps and Service Connection Policies.
299-
&quot;serviceConnectionMaps&quot;: [ # Output only. URIs of all Service Connection Maps using this service class.
300-
&quot;A String&quot;,
301-
],
302293
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time when the ServiceClass was updated.
303294
}
304295

docs/dyn/networkconnectivity_v1.projects.locations.serviceConnectionMaps.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ <h3>Method Details</h3>
139139
],
140140
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
141141
},
142+
&quot;errorInfo&quot;: { # Describes the cause of the error with structured details. Example of an error when contacting the &quot;pubsub.googleapis.com&quot; API when it is not enabled: { &quot;reason&quot;: &quot;API_DISABLED&quot; &quot;domain&quot;: &quot;googleapis.com&quot; &quot;metadata&quot;: { &quot;resource&quot;: &quot;projects/123&quot;, &quot;service&quot;: &quot;pubsub.googleapis.com&quot; } } This response indicates that the pubsub.googleapis.com API is not enabled. Example of an error that is returned when attempting to create a Spanner instance in a region that is out of stock: { &quot;reason&quot;: &quot;STOCKOUT&quot; &quot;domain&quot;: &quot;spanner.googleapis.com&quot;, &quot;metadata&quot;: { &quot;availableRegions&quot;: &quot;us-central1,us-east2&quot; } } # Output only. The error info for the latest error during operating this connection.
143+
&quot;domain&quot;: &quot;A String&quot;, # The logical grouping to which the &quot;reason&quot; belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: &quot;pubsub.googleapis.com&quot;. If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is &quot;googleapis.com&quot;.
144+
&quot;metadata&quot;: { # Additional structured details about this error. Keys should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {&quot;instanceLimit&quot;: &quot;100/request&quot;}, should be returned as, {&quot;instanceLimitPerRequest&quot;: &quot;100&quot;}, if the client exceeds the number of instances that can be created in a single (batch) request.
145+
&quot;a_key&quot;: &quot;A String&quot;,
146+
},
147+
&quot;reason&quot;: &quot;A String&quot;, # The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
148+
},
142149
&quot;errorType&quot;: &quot;A String&quot;, # The error type indicates whether the error is consumer facing, producer facing or system internal.
143150
&quot;forwardingRule&quot;: &quot;A String&quot;, # The URI of the consumer forwarding rule created. Example: projects/{projectNumOrId}/regions/us-east1/networks/{resourceId}.
144151
&quot;gceOperation&quot;: &quot;A String&quot;, # The last Compute Engine operation to setup PSC connection.
@@ -271,6 +278,13 @@ <h3>Method Details</h3>
271278
],
272279
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
273280
},
281+
&quot;errorInfo&quot;: { # Describes the cause of the error with structured details. Example of an error when contacting the &quot;pubsub.googleapis.com&quot; API when it is not enabled: { &quot;reason&quot;: &quot;API_DISABLED&quot; &quot;domain&quot;: &quot;googleapis.com&quot; &quot;metadata&quot;: { &quot;resource&quot;: &quot;projects/123&quot;, &quot;service&quot;: &quot;pubsub.googleapis.com&quot; } } This response indicates that the pubsub.googleapis.com API is not enabled. Example of an error that is returned when attempting to create a Spanner instance in a region that is out of stock: { &quot;reason&quot;: &quot;STOCKOUT&quot; &quot;domain&quot;: &quot;spanner.googleapis.com&quot;, &quot;metadata&quot;: { &quot;availableRegions&quot;: &quot;us-central1,us-east2&quot; } } # Output only. The error info for the latest error during operating this connection.
282+
&quot;domain&quot;: &quot;A String&quot;, # The logical grouping to which the &quot;reason&quot; belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: &quot;pubsub.googleapis.com&quot;. If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is &quot;googleapis.com&quot;.
283+
&quot;metadata&quot;: { # Additional structured details about this error. Keys should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {&quot;instanceLimit&quot;: &quot;100/request&quot;}, should be returned as, {&quot;instanceLimitPerRequest&quot;: &quot;100&quot;}, if the client exceeds the number of instances that can be created in a single (batch) request.
284+
&quot;a_key&quot;: &quot;A String&quot;,
285+
},
286+
&quot;reason&quot;: &quot;A String&quot;, # The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
287+
},
274288
&quot;errorType&quot;: &quot;A String&quot;, # The error type indicates whether the error is consumer facing, producer facing or system internal.
275289
&quot;forwardingRule&quot;: &quot;A String&quot;, # The URI of the consumer forwarding rule created. Example: projects/{projectNumOrId}/regions/us-east1/networks/{resourceId}.
276290
&quot;gceOperation&quot;: &quot;A String&quot;, # The last Compute Engine operation to setup PSC connection.
@@ -391,6 +405,13 @@ <h3>Method Details</h3>
391405
],
392406
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
393407
},
408+
&quot;errorInfo&quot;: { # Describes the cause of the error with structured details. Example of an error when contacting the &quot;pubsub.googleapis.com&quot; API when it is not enabled: { &quot;reason&quot;: &quot;API_DISABLED&quot; &quot;domain&quot;: &quot;googleapis.com&quot; &quot;metadata&quot;: { &quot;resource&quot;: &quot;projects/123&quot;, &quot;service&quot;: &quot;pubsub.googleapis.com&quot; } } This response indicates that the pubsub.googleapis.com API is not enabled. Example of an error that is returned when attempting to create a Spanner instance in a region that is out of stock: { &quot;reason&quot;: &quot;STOCKOUT&quot; &quot;domain&quot;: &quot;spanner.googleapis.com&quot;, &quot;metadata&quot;: { &quot;availableRegions&quot;: &quot;us-central1,us-east2&quot; } } # Output only. The error info for the latest error during operating this connection.
409+
&quot;domain&quot;: &quot;A String&quot;, # The logical grouping to which the &quot;reason&quot; belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: &quot;pubsub.googleapis.com&quot;. If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is &quot;googleapis.com&quot;.
410+
&quot;metadata&quot;: { # Additional structured details about this error. Keys should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {&quot;instanceLimit&quot;: &quot;100/request&quot;}, should be returned as, {&quot;instanceLimitPerRequest&quot;: &quot;100&quot;}, if the client exceeds the number of instances that can be created in a single (batch) request.
411+
&quot;a_key&quot;: &quot;A String&quot;,
412+
},
413+
&quot;reason&quot;: &quot;A String&quot;, # The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
414+
},
394415
&quot;errorType&quot;: &quot;A String&quot;, # The error type indicates whether the error is consumer facing, producer facing or system internal.
395416
&quot;forwardingRule&quot;: &quot;A String&quot;, # The URI of the consumer forwarding rule created. Example: projects/{projectNumOrId}/regions/us-east1/networks/{resourceId}.
396417
&quot;gceOperation&quot;: &quot;A String&quot;, # The last Compute Engine operation to setup PSC connection.
@@ -470,6 +491,13 @@ <h3>Method Details</h3>
470491
],
471492
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
472493
},
494+
&quot;errorInfo&quot;: { # Describes the cause of the error with structured details. Example of an error when contacting the &quot;pubsub.googleapis.com&quot; API when it is not enabled: { &quot;reason&quot;: &quot;API_DISABLED&quot; &quot;domain&quot;: &quot;googleapis.com&quot; &quot;metadata&quot;: { &quot;resource&quot;: &quot;projects/123&quot;, &quot;service&quot;: &quot;pubsub.googleapis.com&quot; } } This response indicates that the pubsub.googleapis.com API is not enabled. Example of an error that is returned when attempting to create a Spanner instance in a region that is out of stock: { &quot;reason&quot;: &quot;STOCKOUT&quot; &quot;domain&quot;: &quot;spanner.googleapis.com&quot;, &quot;metadata&quot;: { &quot;availableRegions&quot;: &quot;us-central1,us-east2&quot; } } # Output only. The error info for the latest error during operating this connection.
495+
&quot;domain&quot;: &quot;A String&quot;, # The logical grouping to which the &quot;reason&quot; belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: &quot;pubsub.googleapis.com&quot;. If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is &quot;googleapis.com&quot;.
496+
&quot;metadata&quot;: { # Additional structured details about this error. Keys should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {&quot;instanceLimit&quot;: &quot;100/request&quot;}, should be returned as, {&quot;instanceLimitPerRequest&quot;: &quot;100&quot;}, if the client exceeds the number of instances that can be created in a single (batch) request.
497+
&quot;a_key&quot;: &quot;A String&quot;,
498+
},
499+
&quot;reason&quot;: &quot;A String&quot;, # The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
500+
},
473501
&quot;errorType&quot;: &quot;A String&quot;, # The error type indicates whether the error is consumer facing, producer facing or system internal.
474502
&quot;forwardingRule&quot;: &quot;A String&quot;, # The URI of the consumer forwarding rule created. Example: projects/{projectNumOrId}/regions/us-east1/networks/{resourceId}.
475503
&quot;gceOperation&quot;: &quot;A String&quot;, # The last Compute Engine operation to setup PSC connection.

0 commit comments

Comments
 (0)