Skip to content

Commit 148f4de

Browse files
feat(compute): update the api
#### compute:alpha The following keys were deleted: - schemas.StoragePool.properties.exapoolProvisionedCapacityGb.readOnly (Total Keys: 1) The following keys were added: - endpoints (Total Keys: 1) - resources.advice.methods.calendarModeExtension (Total Keys: 16) - resources.interconnects.methods.setName (Total Keys: 18) - resources.managedRulesets.methods.get (Total Keys: 15) - resources.managedRulesets.methods.list (Total Keys: 24) - resources.reservationConsumedInstances.methods.list (Total Keys: 32) - schemas.CalendarModeExtensionAdviceRequest (Total Keys: 5) - schemas.CalendarModeExtensionAdviceResponse (Total Keys: 10) - schemas.CustomerEncryptionKey.properties.rawKey.deprecated (Total Keys: 1) - schemas.CustomerEncryptionKey.properties.rsaEncryptedKey.deprecated (Total Keys: 1) - schemas.CustomerEncryptionKey.properties.sha256.deprecated (Total Keys: 1) - schemas.FirewallPolicyRuleOperationMetadata (Total Keys: 5) - schemas.GlobalVmExtensionPolicyExtensionPolicy.properties.installedSoftwareSelector.$ref (Total Keys: 1) - schemas.GlobalVmExtensionPolicyInstalledSoftwareSelector (Total Keys: 8) - schemas.InstanceGroupManagerUpdatePolicy.properties.disruptionMode.deprecated (Total Keys: 1) - schemas.InstanceGroupManagersApplyUpdatesRequest.properties.disruptionMode.deprecated (Total Keys: 1) - schemas.InstancePropertiesPatch.properties.exposeHostTopology.type (Total Keys: 1) - schemas.InterconnectsSetNameRequest (Total Keys: 4) - schemas.ManagedRuleset (Total Keys: 31) - schemas.NetworkPolicyTrafficClassificationRuleMatcher.properties.destAddressGroups (Total Keys: 2) - schemas.Operation.properties.firewallPolicyRuleOperationMetadata (Total Keys: 2) - schemas.RegionInstanceGroupManagersApplyUpdatesRequest.properties.disruptionMode.deprecated (Total Keys: 1) - schemas.ReservationConsumedInstance (Total Keys: 36) - schemas.ResourceStatusPhysicalHostTopologyAdditionalAttributes.properties.networkTopologyIds (Total Keys: 3) - schemas.Scheduling.properties.exposeHostTopology.type (Total Keys: 1) - schemas.VmExtensionPolicyExtensionPolicy.properties.installedSoftwareSelector.$ref (Total Keys: 1) - schemas.VmExtensionPolicyInstalledSoftwareSelector (Total Keys: 8) The following keys were changed: - schemas.HostsListResponse.properties.kind.default (Total Keys: 1) #### compute:beta The following keys were added: - schemas.PublicAdvertisedPrefix.properties.networkTier.type (Total Keys: 1) - schemas.PublicDelegatedPrefix.properties.networkTier.type (Total Keys: 1) #### compute:v1 The following keys were deleted: - schemas.StoragePool.properties.exapoolProvisionedCapacityGb.readOnly (Total Keys: 1) The following keys were added: - endpoints (Total Keys: 1) - resources.hosts.methods.get (Total Keys: 41) - resources.hosts.methods.list (Total Keys: 29) - resources.instances.methods.delete.parameters.noGracefulShutdown (Total Keys: 2) - resources.instances.methods.stop.parameters.noGracefulShutdown (Total Keys: 2) - resources.reliabilityRisks.methods.get (Total Keys: 15) - resources.reliabilityRisks.methods.list (Total Keys: 24) - schemas.CustomerEncryptionKey.properties.rawKey.deprecated (Total Keys: 1) - schemas.CustomerEncryptionKey.properties.rsaEncryptedKey.deprecated (Total Keys: 1) - schemas.CustomerEncryptionKey.properties.sha256.deprecated (Total Keys: 1) - schemas.Host (Total Keys: 60) - schemas.ReliabilityRisk (Total Keys: 35) - schemas.ResourceStatus.properties.shutdownDetails (Total Keys: 2) - schemas.ResourceStatusReservationConsumptionInfo.properties.consumedReservationBlock (Total Keys: 2) - schemas.ResourceStatusReservationConsumptionInfo.properties.consumedReservationSubBlock (Total Keys: 2) - schemas.ResourceStatusScheduling.properties.gracefulShutdownTimestamp (Total Keys: 2) - schemas.ResourceStatusScheduling.properties.terminationTimestamp.type (Total Keys: 1) - schemas.ResourceStatusShutdownDetails (Total Keys: 6) - schemas.RiskDetails (Total Keys: 18) - schemas.RiskRecommendation (Total Keys: 3) - schemas.Scheduling.properties.gracefulShutdown.$ref (Total Keys: 1) - schemas.Scheduling.properties.preemptionNoticeDuration.$ref (Total Keys: 1) - schemas.SchedulingGracefulShutdown (Total Keys: 4) - schemas.StoragePool.properties.shareSettings.$ref (Total Keys: 1) - schemas.StoragePoolShareSettings (Total Keys: 7)
1 parent 48ea3ff commit 148f4de

377 files changed

Lines changed: 30839 additions & 12911 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/dyn/compute_alpha.acceleratorPodControllers.html

Lines changed: 50 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,17 @@ <h3>Method Details</h3>
157157
# this field will be populated.
158158
&quot;errors&quot;: [ # [Output Only] The array of errors encountered while processing this
159159
# operation.
160-
{
160+
{ # Represents a single error encountered during the processing of an
161+
# operation.
161162
&quot;code&quot;: &quot;A String&quot;, # [Output Only] The error type identifier for this error.
162163
&quot;errorDetails&quot;: [ # [Output Only] An optional list of messages that contain the error
163164
# details. There is a set of defined message types to use for providing
164165
# details.The syntax depends on the error code. For example,
165166
# QuotaExceededInfo will have details when the error code is
166167
# QUOTA_EXCEEDED.
167-
{
168-
&quot;errorInfo&quot;: { # 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+
&quot;errorInfo&quot;: { # Describes the cause of the error with structured details. # Error information containing structured domain, reason, and metadata.
169171
#
170172
# Example of an error when contacting the &quot;pubsub.googleapis.com&quot; API when it
171173
# is not enabled:
@@ -212,7 +214,7 @@ <h3>Method Details</h3>
212214
# regular expression of `A-Z+[A-Z0-9]`, which represents
213215
# UPPER_SNAKE_CASE.
214216
},
215-
&quot;help&quot;: { # Provides links to documentation or for performing an out of band action.
217+
&quot;help&quot;: { # Provides links to documentation or for performing an out of band action. # Links and information to help the user resolve the error.
216218
#
217219
# For example, if a quota check failed with an error indicating the calling
218220
# project hasn&#x27;t enabled the accessed service, this can contain a URL pointing
@@ -224,14 +226,14 @@ <h3>Method Details</h3>
224226
},
225227
],
226228
},
227-
&quot;localizedMessage&quot;: { # Provides a localized error message that is safe to return to the user
229+
&quot;localizedMessage&quot;: { # Provides a localized error message that is safe to return to the user # A localized human-readable error message intended for end users.
228230
# which can be attached to an RPC error.
229231
&quot;locale&quot;: &quot;A String&quot;, # The locale used following the specification defined at
230232
# https://www.rfc-editor.org/rfc/bcp/bcp47.txt.
231233
# Examples are: &quot;en-US&quot;, &quot;fr-CH&quot;, &quot;es-MX&quot;
232234
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
233235
},
234-
&quot;quotaInfo&quot;: { # Additional details for quota exceeded error for resource quota.
236+
&quot;quotaInfo&quot;: { # Additional details for quota exceeded error for resource quota. # Details about quota limits and metrics when a quota is exceeded.
235237
&quot;dimensions&quot;: { # The map holding related quota dimensions.
236238
&quot;a_key&quot;: &quot;A String&quot;,
237239
},
@@ -251,6 +253,12 @@ <h3>Method Details</h3>
251253
},
252254
],
253255
},
256+
&quot;firewallPolicyRuleOperationMetadata&quot;: { # 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+
&quot;allocatedPriority&quot;: 42, # Output only. [Output Only] The priority allocated for the firewall policy rule if query
260+
# parameters specified minPriority/maxPriority.
261+
},
254262
&quot;getVersionOperationMetadata&quot;: {
255263
&quot;inlineSbomInfo&quot;: {
256264
&quot;currentComponentVersions&quot;: { # A mapping of components to their currently-applied versions or other
@@ -431,8 +439,8 @@ <h3>Method Details</h3>
431439
# endpoint. The subnetwork must belong to the specified network and have
432440
# available IP addresses.
433441
&quot;type&quot;: &quot;A String&quot;, # 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.
436444
},
437445
},
438446
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the resource, provided by the client when initially creating
@@ -495,8 +503,8 @@ <h3>Method Details</h3>
495503
# endpoint. The subnetwork must belong to the specified network and have
496504
# available IP addresses.
497505
&quot;type&quot;: &quot;A String&quot;, # 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.
500508
},
501509
},
502510
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the resource, provided by the client when initially creating
@@ -564,15 +572,17 @@ <h3>Method Details</h3>
564572
# this field will be populated.
565573
&quot;errors&quot;: [ # [Output Only] The array of errors encountered while processing this
566574
# operation.
567-
{
575+
{ # Represents a single error encountered during the processing of an
576+
# operation.
568577
&quot;code&quot;: &quot;A String&quot;, # [Output Only] The error type identifier for this error.
569578
&quot;errorDetails&quot;: [ # [Output Only] An optional list of messages that contain the error
570579
# details. There is a set of defined message types to use for providing
571580
# details.The syntax depends on the error code. For example,
572581
# QuotaExceededInfo will have details when the error code is
573582
# QUOTA_EXCEEDED.
574-
{
575-
&quot;errorInfo&quot;: { # 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+
&quot;errorInfo&quot;: { # Describes the cause of the error with structured details. # Error information containing structured domain, reason, and metadata.
576586
#
577587
# Example of an error when contacting the &quot;pubsub.googleapis.com&quot; API when it
578588
# is not enabled:
@@ -619,7 +629,7 @@ <h3>Method Details</h3>
619629
# regular expression of `A-Z+[A-Z0-9]`, which represents
620630
# UPPER_SNAKE_CASE.
621631
},
622-
&quot;help&quot;: { # Provides links to documentation or for performing an out of band action.
632+
&quot;help&quot;: { # Provides links to documentation or for performing an out of band action. # Links and information to help the user resolve the error.
623633
#
624634
# For example, if a quota check failed with an error indicating the calling
625635
# project hasn&#x27;t enabled the accessed service, this can contain a URL pointing
@@ -631,14 +641,14 @@ <h3>Method Details</h3>
631641
},
632642
],
633643
},
634-
&quot;localizedMessage&quot;: { # Provides a localized error message that is safe to return to the user
644+
&quot;localizedMessage&quot;: { # Provides a localized error message that is safe to return to the user # A localized human-readable error message intended for end users.
635645
# which can be attached to an RPC error.
636646
&quot;locale&quot;: &quot;A String&quot;, # The locale used following the specification defined at
637647
# https://www.rfc-editor.org/rfc/bcp/bcp47.txt.
638648
# Examples are: &quot;en-US&quot;, &quot;fr-CH&quot;, &quot;es-MX&quot;
639649
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
640650
},
641-
&quot;quotaInfo&quot;: { # Additional details for quota exceeded error for resource quota.
651+
&quot;quotaInfo&quot;: { # Additional details for quota exceeded error for resource quota. # Details about quota limits and metrics when a quota is exceeded.
642652
&quot;dimensions&quot;: { # The map holding related quota dimensions.
643653
&quot;a_key&quot;: &quot;A String&quot;,
644654
},
@@ -658,6 +668,12 @@ <h3>Method Details</h3>
658668
},
659669
],
660670
},
671+
&quot;firewallPolicyRuleOperationMetadata&quot;: { # 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+
&quot;allocatedPriority&quot;: 42, # Output only. [Output Only] The priority allocated for the firewall policy rule if query
675+
# parameters specified minPriority/maxPriority.
676+
},
661677
&quot;getVersionOperationMetadata&quot;: {
662678
&quot;inlineSbomInfo&quot;: {
663679
&quot;currentComponentVersions&quot;: { # A mapping of components to their currently-applied versions or other
@@ -922,8 +938,8 @@ <h3>Method Details</h3>
922938
# endpoint. The subnetwork must belong to the specified network and have
923939
# available IP addresses.
924940
&quot;type&quot;: &quot;A String&quot;, # 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.
927943
},
928944
},
929945
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the resource, provided by the client when initially creating
@@ -1031,8 +1047,8 @@ <h3>Method Details</h3>
10311047
# endpoint. The subnetwork must belong to the specified network and have
10321048
# available IP addresses.
10331049
&quot;type&quot;: &quot;A String&quot;, # 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.
10361052
},
10371053
},
10381054
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the resource, provided by the client when initially creating
@@ -1101,15 +1117,17 @@ <h3>Method Details</h3>
11011117
# this field will be populated.
11021118
&quot;errors&quot;: [ # [Output Only] The array of errors encountered while processing this
11031119
# operation.
1104-
{
1120+
{ # Represents a single error encountered during the processing of an
1121+
# operation.
11051122
&quot;code&quot;: &quot;A String&quot;, # [Output Only] The error type identifier for this error.
11061123
&quot;errorDetails&quot;: [ # [Output Only] An optional list of messages that contain the error
11071124
# details. There is a set of defined message types to use for providing
11081125
# details.The syntax depends on the error code. For example,
11091126
# QuotaExceededInfo will have details when the error code is
11101127
# QUOTA_EXCEEDED.
1111-
{
1112-
&quot;errorInfo&quot;: { # 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+
&quot;errorInfo&quot;: { # Describes the cause of the error with structured details. # Error information containing structured domain, reason, and metadata.
11131131
#
11141132
# Example of an error when contacting the &quot;pubsub.googleapis.com&quot; API when it
11151133
# is not enabled:
@@ -1156,7 +1174,7 @@ <h3>Method Details</h3>
11561174
# regular expression of `A-Z+[A-Z0-9]`, which represents
11571175
# UPPER_SNAKE_CASE.
11581176
},
1159-
&quot;help&quot;: { # Provides links to documentation or for performing an out of band action.
1177+
&quot;help&quot;: { # Provides links to documentation or for performing an out of band action. # Links and information to help the user resolve the error.
11601178
#
11611179
# For example, if a quota check failed with an error indicating the calling
11621180
# project hasn&#x27;t enabled the accessed service, this can contain a URL pointing
@@ -1168,14 +1186,14 @@ <h3>Method Details</h3>
11681186
},
11691187
],
11701188
},
1171-
&quot;localizedMessage&quot;: { # Provides a localized error message that is safe to return to the user
1189+
&quot;localizedMessage&quot;: { # Provides a localized error message that is safe to return to the user # A localized human-readable error message intended for end users.
11721190
# which can be attached to an RPC error.
11731191
&quot;locale&quot;: &quot;A String&quot;, # The locale used following the specification defined at
11741192
# https://www.rfc-editor.org/rfc/bcp/bcp47.txt.
11751193
# Examples are: &quot;en-US&quot;, &quot;fr-CH&quot;, &quot;es-MX&quot;
11761194
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
11771195
},
1178-
&quot;quotaInfo&quot;: { # Additional details for quota exceeded error for resource quota.
1196+
&quot;quotaInfo&quot;: { # Additional details for quota exceeded error for resource quota. # Details about quota limits and metrics when a quota is exceeded.
11791197
&quot;dimensions&quot;: { # The map holding related quota dimensions.
11801198
&quot;a_key&quot;: &quot;A String&quot;,
11811199
},
@@ -1195,6 +1213,12 @@ <h3>Method Details</h3>
11951213
},
11961214
],
11971215
},
1216+
&quot;firewallPolicyRuleOperationMetadata&quot;: { # 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+
&quot;allocatedPriority&quot;: 42, # Output only. [Output Only] The priority allocated for the firewall policy rule if query
1220+
# parameters specified minPriority/maxPriority.
1221+
},
11981222
&quot;getVersionOperationMetadata&quot;: {
11991223
&quot;inlineSbomInfo&quot;: {
12001224
&quot;currentComponentVersions&quot;: { # A mapping of components to their currently-applied versions or other

0 commit comments

Comments
 (0)