@@ -20532,23 +20532,23 @@ public Update set(String parameterName, Object value) {
2053220532 * Rotates the customer-managed encryption key to the latest version for the specified persistent
2053320533 * disk.
2053420534 *
20535- * Create a request for the method "disks.updateKmskey ".
20535+ * Create a request for the method "disks.updateKmsKey ".
2053620536 *
2053720537 * This request holds the parameters needed by the compute server. After setting any optional
20538- * parameters, call the {@link UpdateKmskey #execute()} method to invoke the remote operation.
20538+ * parameters, call the {@link UpdateKmsKey #execute()} method to invoke the remote operation.
2053920539 *
2054020540 * @param project Project ID for this request.
2054120541 * @param zone The name of the zone for this request.
2054220542 * @param disk Name of the Disk resource, should conform to RFC1035.
2054320543 * @return the request
2054420544 */
20545- public UpdateKmskey updateKmskey (java.lang.String project, java.lang.String zone, java.lang.String disk) throws java.io.IOException {
20546- UpdateKmskey result = new UpdateKmskey (project, zone, disk);
20545+ public UpdateKmsKey updateKmsKey (java.lang.String project, java.lang.String zone, java.lang.String disk) throws java.io.IOException {
20546+ UpdateKmsKey result = new UpdateKmsKey (project, zone, disk);
2054720547 initialize(result);
2054820548 return result;
2054920549 }
2055020550
20551- public class UpdateKmskey extends ComputeRequest<com.google.api.services.compute.model.Operation> {
20551+ public class UpdateKmsKey extends ComputeRequest<com.google.api.services.compute.model.Operation> {
2055220552
2055320553 private static final String REST_PATH = "projects/{project}/zones/{zone}/disks/{disk}/updateKmsKey";
2055420554
@@ -20562,20 +20562,20 @@ public class UpdateKmskey extends ComputeRequest<com.google.api.services.compute
2056220562 * Rotates the customer-managed encryption key to the latest version for the specified persistent
2056320563 * disk.
2056420564 *
20565- * Create a request for the method "disks.updateKmskey ".
20565+ * Create a request for the method "disks.updateKmsKey ".
2056620566 *
2056720567 * This request holds the parameters needed by the the compute server. After setting any optional
20568- * parameters, call the {@link UpdateKmskey #execute()} method to invoke the remote operation. <p>
20568+ * parameters, call the {@link UpdateKmsKey #execute()} method to invoke the remote operation. <p>
2056920569 * {@link
20570- * UpdateKmskey #initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
20570+ * UpdateKmsKey #initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
2057120571 * must be called to initialize this instance immediately after invoking the constructor. </p>
2057220572 *
2057320573 * @param project Project ID for this request.
2057420574 * @param zone The name of the zone for this request.
2057520575 * @param disk Name of the Disk resource, should conform to RFC1035.
2057620576 * @since 1.13
2057720577 */
20578- protected UpdateKmskey (java.lang.String project, java.lang.String zone, java.lang.String disk) {
20578+ protected UpdateKmsKey (java.lang.String project, java.lang.String zone, java.lang.String disk) {
2057920579 super(Compute.this, "POST", REST_PATH, null, com.google.api.services.compute.model.Operation.class);
2058020580 this.project = com.google.api.client.util.Preconditions.checkNotNull(project, "Required parameter project must be specified.");
2058120581 if (!getSuppressPatternChecks()) {
@@ -20593,63 +20593,63 @@ protected UpdateKmskey(java.lang.String project, java.lang.String zone, java.lan
2059320593 }
2059420594
2059520595 @Override
20596- public UpdateKmskey set$Xgafv(java.lang.String $Xgafv) {
20597- return (UpdateKmskey ) super.set$Xgafv($Xgafv);
20596+ public UpdateKmsKey set$Xgafv(java.lang.String $Xgafv) {
20597+ return (UpdateKmsKey ) super.set$Xgafv($Xgafv);
2059820598 }
2059920599
2060020600 @Override
20601- public UpdateKmskey setAccessToken(java.lang.String accessToken) {
20602- return (UpdateKmskey ) super.setAccessToken(accessToken);
20601+ public UpdateKmsKey setAccessToken(java.lang.String accessToken) {
20602+ return (UpdateKmsKey ) super.setAccessToken(accessToken);
2060320603 }
2060420604
2060520605 @Override
20606- public UpdateKmskey setAlt(java.lang.String alt) {
20607- return (UpdateKmskey ) super.setAlt(alt);
20606+ public UpdateKmsKey setAlt(java.lang.String alt) {
20607+ return (UpdateKmsKey ) super.setAlt(alt);
2060820608 }
2060920609
2061020610 @Override
20611- public UpdateKmskey setCallback(java.lang.String callback) {
20612- return (UpdateKmskey ) super.setCallback(callback);
20611+ public UpdateKmsKey setCallback(java.lang.String callback) {
20612+ return (UpdateKmsKey ) super.setCallback(callback);
2061320613 }
2061420614
2061520615 @Override
20616- public UpdateKmskey setFields(java.lang.String fields) {
20617- return (UpdateKmskey ) super.setFields(fields);
20616+ public UpdateKmsKey setFields(java.lang.String fields) {
20617+ return (UpdateKmsKey ) super.setFields(fields);
2061820618 }
2061920619
2062020620 @Override
20621- public UpdateKmskey setKey(java.lang.String key) {
20622- return (UpdateKmskey ) super.setKey(key);
20621+ public UpdateKmsKey setKey(java.lang.String key) {
20622+ return (UpdateKmsKey ) super.setKey(key);
2062320623 }
2062420624
2062520625 @Override
20626- public UpdateKmskey setOauthToken(java.lang.String oauthToken) {
20627- return (UpdateKmskey ) super.setOauthToken(oauthToken);
20626+ public UpdateKmsKey setOauthToken(java.lang.String oauthToken) {
20627+ return (UpdateKmsKey ) super.setOauthToken(oauthToken);
2062820628 }
2062920629
2063020630 @Override
20631- public UpdateKmskey setPrettyPrint(java.lang.Boolean prettyPrint) {
20632- return (UpdateKmskey ) super.setPrettyPrint(prettyPrint);
20631+ public UpdateKmsKey setPrettyPrint(java.lang.Boolean prettyPrint) {
20632+ return (UpdateKmsKey ) super.setPrettyPrint(prettyPrint);
2063320633 }
2063420634
2063520635 @Override
20636- public UpdateKmskey setQuotaUser(java.lang.String quotaUser) {
20637- return (UpdateKmskey ) super.setQuotaUser(quotaUser);
20636+ public UpdateKmsKey setQuotaUser(java.lang.String quotaUser) {
20637+ return (UpdateKmsKey ) super.setQuotaUser(quotaUser);
2063820638 }
2063920639
2064020640 @Override
20641- public UpdateKmskey setUploadType(java.lang.String uploadType) {
20642- return (UpdateKmskey ) super.setUploadType(uploadType);
20641+ public UpdateKmsKey setUploadType(java.lang.String uploadType) {
20642+ return (UpdateKmsKey ) super.setUploadType(uploadType);
2064320643 }
2064420644
2064520645 @Override
20646- public UpdateKmskey setUploadProtocol(java.lang.String uploadProtocol) {
20647- return (UpdateKmskey ) super.setUploadProtocol(uploadProtocol);
20646+ public UpdateKmsKey setUploadProtocol(java.lang.String uploadProtocol) {
20647+ return (UpdateKmsKey ) super.setUploadProtocol(uploadProtocol);
2064820648 }
2064920649
2065020650 @Override
20651- public UpdateKmskey setUserIp(java.lang.String userIp) {
20652- return (UpdateKmskey ) super.setUserIp(userIp);
20651+ public UpdateKmsKey setUserIp(java.lang.String userIp) {
20652+ return (UpdateKmsKey ) super.setUserIp(userIp);
2065320653 }
2065420654
2065520655 /** Project ID for this request. */
@@ -20663,7 +20663,7 @@ public java.lang.String getProject() {
2066320663 }
2066420664
2066520665 /** Project ID for this request. */
20666- public UpdateKmskey setProject(java.lang.String project) {
20666+ public UpdateKmsKey setProject(java.lang.String project) {
2066720667 if (!getSuppressPatternChecks()) {
2066820668 com.google.api.client.util.Preconditions.checkArgument(PROJECT_PATTERN.matcher(project).matches(),
2066920669 "Parameter project must conform to the pattern " +
@@ -20684,7 +20684,7 @@ public java.lang.String getZone() {
2068420684 }
2068520685
2068620686 /** The name of the zone for this request. */
20687- public UpdateKmskey setZone(java.lang.String zone) {
20687+ public UpdateKmsKey setZone(java.lang.String zone) {
2068820688 if (!getSuppressPatternChecks()) {
2068920689 com.google.api.client.util.Preconditions.checkArgument(ZONE_PATTERN.matcher(zone).matches(),
2069020690 "Parameter zone must conform to the pattern " +
@@ -20705,7 +20705,7 @@ public java.lang.String getDisk() {
2070520705 }
2070620706
2070720707 /** Name of the Disk resource, should conform to RFC1035. */
20708- public UpdateKmskey setDisk(java.lang.String disk) {
20708+ public UpdateKmsKey setDisk(java.lang.String disk) {
2070920709 this.disk = disk;
2071020710 return this;
2071120711 }
@@ -20745,14 +20745,14 @@ public java.lang.String getRequestId() {
2074520745 * The request ID must be a valid UUID with the exception that zero UUID is not supported (
2074620746 * 00000000-0000-0000-0000-000000000000).
2074720747 */
20748- public UpdateKmskey setRequestId(java.lang.String requestId) {
20748+ public UpdateKmsKey setRequestId(java.lang.String requestId) {
2074920749 this.requestId = requestId;
2075020750 return this;
2075120751 }
2075220752
2075320753 @Override
20754- public UpdateKmskey set(String parameterName, Object value) {
20755- return (UpdateKmskey ) super.set(parameterName, value);
20754+ public UpdateKmsKey set(String parameterName, Object value) {
20755+ return (UpdateKmsKey ) super.set(parameterName, value);
2075620756 }
2075720757 }
2075820758 /**
@@ -183276,7 +183276,7 @@ public AddTrafficClassificationRule set(String parameterName, Object value) {
183276183276 }
183277183277 }
183278183278 /**
183279- * Retrieves an aggregated list of network policies. To prevent failure, Google recommends that you
183279+ * Retrieves an aggregated list of network policies. To prevent failure, it's recommended that you
183280183280 * set the `returnPartialSuccess` parameter to `true`.
183281183281 *
183282183282 * Create a request for the method "regionNetworkPolicies.aggregatedList".
@@ -183301,8 +183301,8 @@ public class AggregatedList extends ComputeRequest<com.google.api.services.compu
183301183301 java.util.regex.Pattern.compile("(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))");
183302183302
183303183303 /**
183304- * Retrieves an aggregated list of network policies. To prevent failure, Google recommends that
183305- * you set the `returnPartialSuccess` parameter to `true`.
183304+ * Retrieves an aggregated list of network policies. To prevent failure, it's recommended that you
183305+ * set the `returnPartialSuccess` parameter to `true`.
183306183306 *
183307183307 * Create a request for the method "regionNetworkPolicies.aggregatedList".
183308183308 *
@@ -185604,17 +185604,24 @@ public PatchTrafficClassificationRule setNetworkPolicy(java.lang.String networkP
185604185604 return this;
185605185605 }
185606185606
185607- /** The priority of the rule to patch. */
185607+ /**
185608+ * The priority of the traffic classification rule to patch. Only rules with a priority value
185609+ * between 1 and 2147482647 (inclusive) can be patched.
185610+ */
185608185611 @com.google.api.client.util.Key
185609185612 private java.lang.Integer priority;
185610185613
185611- /** The priority of the rule to patch.
185614+ /** The priority of the traffic classification rule to patch. Only rules with a priority value between
185615+ 1 and 2147482647 (inclusive) can be patched.
185612185616 */
185613185617 public java.lang.Integer getPriority() {
185614185618 return priority;
185615185619 }
185616185620
185617- /** The priority of the rule to patch. */
185621+ /**
185622+ * The priority of the traffic classification rule to patch. Only rules with a priority value
185623+ * between 1 and 2147482647 (inclusive) can be patched.
185624+ */
185618185625 public PatchTrafficClassificationRule setPriority(java.lang.Integer priority) {
185619185626 this.priority = priority;
185620185627 return this;
0 commit comments