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/compute_alpha.acceleratorPodControllers.html
+50-26Lines changed: 50 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -157,15 +157,17 @@ <h3>Method Details</h3>
157
157
# this field will be populated.
158
158
"errors": [ # [Output Only] The array of errors encountered while processing this
159
159
# operation.
160
-
{
160
+
{ # Represents a single error encountered during the processing of an
161
+
# operation.
161
162
"code": "A String", # [Output Only] The error type identifier for this error.
162
163
"errorDetails": [ # [Output Only] An optional list of messages that contain the error
163
164
# details. There is a set of defined message types to use for providing
164
165
# details.The syntax depends on the error code. For example,
165
166
# QuotaExceededInfo will have details when the error code is
166
167
# QUOTA_EXCEEDED.
167
-
{
168
-
"errorInfo": { # Describes the cause of the error with structured details.
168
+
{ # Container for structured error details providing additional context
169
+
# specific to the encountered error code.
170
+
"errorInfo": { # Describes the cause of the error with structured details. # Error information containing structured domain, reason, and metadata.
169
171
#
170
172
# Example of an error when contacting the "pubsub.googleapis.com" API when it
171
173
# is not enabled:
@@ -212,7 +214,7 @@ <h3>Method Details</h3>
212
214
# regular expression of `A-Z+[A-Z0-9]`, which represents
213
215
# UPPER_SNAKE_CASE.
214
216
},
215
-
"help": { # Provides links to documentation or for performing an out of band action.
217
+
"help": { # Provides links to documentation or for performing an out of band action. # Links and information to help the user resolve the error.
216
218
#
217
219
# For example, if a quota check failed with an error indicating the calling
218
220
# project hasn't enabled the accessed service, this can contain a URL pointing
@@ -224,14 +226,14 @@ <h3>Method Details</h3>
224
226
},
225
227
],
226
228
},
227
-
"localizedMessage": { # Provides a localized error message that is safe to return to the user
229
+
"localizedMessage": { # Provides a localized error message that is safe to return to the user # A localized human-readable error message intended for end users.
228
230
# which can be attached to an RPC error.
229
231
"locale": "A String", # The locale used following the specification defined at
"message": "A String", # The localized error message in the above locale.
233
235
},
234
-
"quotaInfo": { # Additional details for quota exceeded error for resource quota.
236
+
"quotaInfo": { # Additional details for quota exceeded error for resource quota. # Details about quota limits and metrics when a quota is exceeded.
235
237
"dimensions": { # The map holding related quota dimensions.
236
238
"a_key": "A String",
237
239
},
@@ -251,6 +253,12 @@ <h3>Method Details</h3>
251
253
},
252
254
],
253
255
},
256
+
"firewallPolicyRuleOperationMetadata": { # Metadata for FirewallPolicyRule operations. # Output only. [Output Only] Metadata containing the allocated priority from the
257
+
# networkFirewallPolicies.addRule and regionNetworkFirewallPolicies.addRule
258
+
# methods if not explicitly provided by the user.
259
+
"allocatedPriority": 42, # Output only. [Output Only] The priority allocated for the firewall policy rule if query
260
+
# parameters specified minPriority/maxPriority.
261
+
},
254
262
"getVersionOperationMetadata": {
255
263
"inlineSbomInfo": {
256
264
"currentComponentVersions": { # A mapping of components to their currently-applied versions or other
@@ -431,8 +439,8 @@ <h3>Method Details</h3>
431
439
# endpoint. The subnetwork must belong to the specified network and have
432
440
# available IP addresses.
433
441
"type": "A String", # Required. The type of management service this interface provides.
434
-
# Supported types include NMX-C for partition management and gNMI for switch
435
-
# monitoring.
442
+
# Supported types include NMX-C for partition management, gNMI for switch
443
+
# monitoring, and TPU slice management.
436
444
},
437
445
},
438
446
"name": "A String", # Required. The name of the resource, provided by the client when initially creating
@@ -495,8 +503,8 @@ <h3>Method Details</h3>
495
503
# endpoint. The subnetwork must belong to the specified network and have
496
504
# available IP addresses.
497
505
"type": "A String", # Required. The type of management service this interface provides.
498
-
# Supported types include NMX-C for partition management and gNMI for switch
499
-
# monitoring.
506
+
# Supported types include NMX-C for partition management, gNMI for switch
507
+
# monitoring, and TPU slice management.
500
508
},
501
509
},
502
510
"name": "A String", # Required. The name of the resource, provided by the client when initially creating
@@ -564,15 +572,17 @@ <h3>Method Details</h3>
564
572
# this field will be populated.
565
573
"errors": [ # [Output Only] The array of errors encountered while processing this
566
574
# operation.
567
-
{
575
+
{ # Represents a single error encountered during the processing of an
576
+
# operation.
568
577
"code": "A String", # [Output Only] The error type identifier for this error.
569
578
"errorDetails": [ # [Output Only] An optional list of messages that contain the error
570
579
# details. There is a set of defined message types to use for providing
571
580
# details.The syntax depends on the error code. For example,
572
581
# QuotaExceededInfo will have details when the error code is
573
582
# QUOTA_EXCEEDED.
574
-
{
575
-
"errorInfo": { # Describes the cause of the error with structured details.
583
+
{ # Container for structured error details providing additional context
584
+
# specific to the encountered error code.
585
+
"errorInfo": { # Describes the cause of the error with structured details. # Error information containing structured domain, reason, and metadata.
576
586
#
577
587
# Example of an error when contacting the "pubsub.googleapis.com" API when it
578
588
# is not enabled:
@@ -619,7 +629,7 @@ <h3>Method Details</h3>
619
629
# regular expression of `A-Z+[A-Z0-9]`, which represents
620
630
# UPPER_SNAKE_CASE.
621
631
},
622
-
"help": { # Provides links to documentation or for performing an out of band action.
632
+
"help": { # Provides links to documentation or for performing an out of band action. # Links and information to help the user resolve the error.
623
633
#
624
634
# For example, if a quota check failed with an error indicating the calling
625
635
# project hasn't enabled the accessed service, this can contain a URL pointing
@@ -631,14 +641,14 @@ <h3>Method Details</h3>
631
641
},
632
642
],
633
643
},
634
-
"localizedMessage": { # Provides a localized error message that is safe to return to the user
644
+
"localizedMessage": { # Provides a localized error message that is safe to return to the user # A localized human-readable error message intended for end users.
635
645
# which can be attached to an RPC error.
636
646
"locale": "A String", # The locale used following the specification defined at
"message": "A String", # The localized error message in the above locale.
640
650
},
641
-
"quotaInfo": { # Additional details for quota exceeded error for resource quota.
651
+
"quotaInfo": { # Additional details for quota exceeded error for resource quota. # Details about quota limits and metrics when a quota is exceeded.
642
652
"dimensions": { # The map holding related quota dimensions.
643
653
"a_key": "A String",
644
654
},
@@ -658,6 +668,12 @@ <h3>Method Details</h3>
658
668
},
659
669
],
660
670
},
671
+
"firewallPolicyRuleOperationMetadata": { # Metadata for FirewallPolicyRule operations. # Output only. [Output Only] Metadata containing the allocated priority from the
672
+
# networkFirewallPolicies.addRule and regionNetworkFirewallPolicies.addRule
673
+
# methods if not explicitly provided by the user.
674
+
"allocatedPriority": 42, # Output only. [Output Only] The priority allocated for the firewall policy rule if query
675
+
# parameters specified minPriority/maxPriority.
676
+
},
661
677
"getVersionOperationMetadata": {
662
678
"inlineSbomInfo": {
663
679
"currentComponentVersions": { # A mapping of components to their currently-applied versions or other
@@ -922,8 +938,8 @@ <h3>Method Details</h3>
922
938
# endpoint. The subnetwork must belong to the specified network and have
923
939
# available IP addresses.
924
940
"type": "A String", # Required. The type of management service this interface provides.
925
-
# Supported types include NMX-C for partition management and gNMI for switch
926
-
# monitoring.
941
+
# Supported types include NMX-C for partition management, gNMI for switch
942
+
# monitoring, and TPU slice management.
927
943
},
928
944
},
929
945
"name": "A String", # Required. The name of the resource, provided by the client when initially creating
@@ -1031,8 +1047,8 @@ <h3>Method Details</h3>
1031
1047
# endpoint. The subnetwork must belong to the specified network and have
1032
1048
# available IP addresses.
1033
1049
"type": "A String", # Required. The type of management service this interface provides.
1034
-
# Supported types include NMX-C for partition management and gNMI for switch
1035
-
# monitoring.
1050
+
# Supported types include NMX-C for partition management, gNMI for switch
1051
+
# monitoring, and TPU slice management.
1036
1052
},
1037
1053
},
1038
1054
"name": "A String", # Required. The name of the resource, provided by the client when initially creating
@@ -1101,15 +1117,17 @@ <h3>Method Details</h3>
1101
1117
# this field will be populated.
1102
1118
"errors": [ # [Output Only] The array of errors encountered while processing this
1103
1119
# operation.
1104
-
{
1120
+
{ # Represents a single error encountered during the processing of an
1121
+
# operation.
1105
1122
"code": "A String", # [Output Only] The error type identifier for this error.
1106
1123
"errorDetails": [ # [Output Only] An optional list of messages that contain the error
1107
1124
# details. There is a set of defined message types to use for providing
1108
1125
# details.The syntax depends on the error code. For example,
1109
1126
# QuotaExceededInfo will have details when the error code is
1110
1127
# QUOTA_EXCEEDED.
1111
-
{
1112
-
"errorInfo": { # Describes the cause of the error with structured details.
1128
+
{ # Container for structured error details providing additional context
1129
+
# specific to the encountered error code.
1130
+
"errorInfo": { # Describes the cause of the error with structured details. # Error information containing structured domain, reason, and metadata.
1113
1131
#
1114
1132
# Example of an error when contacting the "pubsub.googleapis.com" API when it
1115
1133
# is not enabled:
@@ -1156,7 +1174,7 @@ <h3>Method Details</h3>
1156
1174
# regular expression of `A-Z+[A-Z0-9]`, which represents
1157
1175
# UPPER_SNAKE_CASE.
1158
1176
},
1159
-
"help": { # Provides links to documentation or for performing an out of band action.
1177
+
"help": { # Provides links to documentation or for performing an out of band action. # Links and information to help the user resolve the error.
1160
1178
#
1161
1179
# For example, if a quota check failed with an error indicating the calling
1162
1180
# project hasn't enabled the accessed service, this can contain a URL pointing
@@ -1168,14 +1186,14 @@ <h3>Method Details</h3>
1168
1186
},
1169
1187
],
1170
1188
},
1171
-
"localizedMessage": { # Provides a localized error message that is safe to return to the user
1189
+
"localizedMessage": { # Provides a localized error message that is safe to return to the user # A localized human-readable error message intended for end users.
1172
1190
# which can be attached to an RPC error.
1173
1191
"locale": "A String", # The locale used following the specification defined at
"message": "A String", # The localized error message in the above locale.
1177
1195
},
1178
-
"quotaInfo": { # Additional details for quota exceeded error for resource quota.
1196
+
"quotaInfo": { # Additional details for quota exceeded error for resource quota. # Details about quota limits and metrics when a quota is exceeded.
1179
1197
"dimensions": { # The map holding related quota dimensions.
1180
1198
"a_key": "A String",
1181
1199
},
@@ -1195,6 +1213,12 @@ <h3>Method Details</h3>
1195
1213
},
1196
1214
],
1197
1215
},
1216
+
"firewallPolicyRuleOperationMetadata": { # Metadata for FirewallPolicyRule operations. # Output only. [Output Only] Metadata containing the allocated priority from the
1217
+
# networkFirewallPolicies.addRule and regionNetworkFirewallPolicies.addRule
1218
+
# methods if not explicitly provided by the user.
1219
+
"allocatedPriority": 42, # Output only. [Output Only] The priority allocated for the firewall policy rule if query
1220
+
# parameters specified minPriority/maxPriority.
1221
+
},
1198
1222
"getVersionOperationMetadata": {
1199
1223
"inlineSbomInfo": {
1200
1224
"currentComponentVersions": { # A mapping of components to their currently-applied versions or other
0 commit comments