@@ -5600,7 +5600,7 @@ public List set(String parameterName, Object value) {
56005600 * This request holds the parameters needed by the netapp server. After setting any optional
56015601 * parameters, call the {@link Patch#execute()} method to invoke the remote operation.
56025602 *
5603- * @param name Identifier. Name of the KmsConfig. Format:
5603+ * @param name Identifier. Name of the ` KmsConfig` . Format:
56045604 * `projects/{project}/locations/{location}/kmsConfigs/{kms_config}`
56055605 * @param content the {@link com.google.api.services.netapp.v1.model.KmsConfig}
56065606 * @return the request
@@ -5628,7 +5628,7 @@ public class Patch extends NetAppFilesRequest<com.google.api.services.netapp.v1.
56285628 * Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
56295629 * be called to initialize this instance immediately after invoking the constructor. </p>
56305630 *
5631- * @param name Identifier. Name of the KmsConfig. Format:
5631+ * @param name Identifier. Name of the ` KmsConfig` . Format:
56325632 * `projects/{project}/locations/{location}/kmsConfigs/{kms_config}`
56335633 * @param content the {@link com.google.api.services.netapp.v1.model.KmsConfig}
56345634 * @since 1.13
@@ -5699,21 +5699,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
56995699 }
57005700
57015701 /**
5702- * Identifier. Name of the KmsConfig. Format:
5702+ * Identifier. Name of the ` KmsConfig` . Format:
57035703 * `projects/{project}/locations/{location}/kmsConfigs/{kms_config}`
57045704 */
57055705 @com.google.api.client.util.Key
57065706 private java.lang.String name;
57075707
5708- /** Identifier. Name of the KmsConfig. Format:
5708+ /** Identifier. Name of the ` KmsConfig` . Format:
57095709 `projects/{project}/locations/{location}/kmsConfigs/{kms_config}`
57105710 */
57115711 public java.lang.String getName() {
57125712 return name;
57135713 }
57145714
57155715 /**
5716- * Identifier. Name of the KmsConfig. Format:
5716+ * Identifier. Name of the ` KmsConfig` . Format:
57175717 * `projects/{project}/locations/{location}/kmsConfigs/{kms_config}`
57185718 */
57195719 public Patch setName(java.lang.String name) {
@@ -7648,7 +7648,7 @@ public Ontap ontap() {
76487648 public class Ontap {
76497649
76507650 /**
7651- * `ExecuteOntapDelete` dispatches the ONTAP `DELETE` request to the `StoragePool` cluster.
7651+ * `ExecuteOntapDelete` sends the ONTAP `DELETE` request to the `StoragePool` cluster.
76527652 *
76537653 * Create a request for the method "ontap.executeOntapDelete".
76547654 *
@@ -7675,7 +7675,7 @@ public class ExecuteOntapDelete extends NetAppFilesRequest<com.google.api.servic
76757675 java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap/.*$");
76767676
76777677 /**
7678- * `ExecuteOntapDelete` dispatches the ONTAP `DELETE` request to the `StoragePool` cluster.
7678+ * `ExecuteOntapDelete` sends the ONTAP `DELETE` request to the `StoragePool` cluster.
76797679 *
76807680 * Create a request for the method "ontap.executeOntapDelete".
76817681 *
@@ -7795,7 +7795,7 @@ public ExecuteOntapDelete set(String parameterName, Object value) {
77957795 }
77967796 }
77977797 /**
7798- * `ExecuteOntapGet` dispatches the ONTAP `GET` request to the `StoragePool` cluster.
7798+ * `ExecuteOntapGet` sends the ONTAP `GET` request to the `StoragePool` cluster.
77997799 *
78007800 * Create a request for the method "ontap.executeOntapGet".
78017801 *
@@ -7822,7 +7822,7 @@ public class ExecuteOntapGet extends NetAppFilesRequest<com.google.api.services.
78227822 java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap/.*$");
78237823
78247824 /**
7825- * `ExecuteOntapGet` dispatches the ONTAP `GET` request to the `StoragePool` cluster.
7825+ * `ExecuteOntapGet` sends the ONTAP `GET` request to the `StoragePool` cluster.
78267826 *
78277827 * Create a request for the method "ontap.executeOntapGet".
78287828 *
@@ -7952,7 +7952,7 @@ public ExecuteOntapGet set(String parameterName, Object value) {
79527952 }
79537953 }
79547954 /**
7955- * `ExecuteOntapPatch` dispatches the ONTAP `PATCH` request to the `StoragePool` cluster.
7955+ * `ExecuteOntapPatch` sends the ONTAP `PATCH` request to the `StoragePool` cluster.
79567956 *
79577957 * Create a request for the method "ontap.executeOntapPatch".
79587958 *
@@ -7980,7 +7980,7 @@ public class ExecuteOntapPatch extends NetAppFilesRequest<com.google.api.service
79807980 java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap/.*$");
79817981
79827982 /**
7983- * `ExecuteOntapPatch` dispatches the ONTAP `PATCH` request to the `StoragePool` cluster.
7983+ * `ExecuteOntapPatch` sends the ONTAP `PATCH` request to the `StoragePool` cluster.
79847984 *
79857985 * Create a request for the method "ontap.executeOntapPatch".
79867986 *
@@ -8101,15 +8101,15 @@ public ExecuteOntapPatch set(String parameterName, Object value) {
81018101 }
81028102 }
81038103 /**
8104- * `ExecuteOntapPost` dispatches the ONTAP `POST` request to the `StoragePool` cluster.
8104+ * `ExecuteOntapPost` sends the ONTAP `POST` request to the `StoragePool` cluster.
81058105 *
81068106 * Create a request for the method "ontap.executeOntapPost".
81078107 *
81088108 * This request holds the parameters needed by the netapp server. After setting any optional
81098109 * parameters, call the {@link ExecuteOntapPost#execute()} method to invoke the remote operation.
81108110 *
8111- * @param ontapPath Required. The resource path of the ONTAP resource. Format: `projects/{project_number}/locations/{loc
8112- * ation_id} /storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For example:
8111+ * @param ontapPath Required. The path of the ONTAP resource. Format: `projects/{project_number}/locations/{location_id}
8112+ * /storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For example:
81138113 * `projects/123456789/locations/us-central1/storagePools/my-storage-
81148114 * pool/ontap/api/storage/volumes`.
81158115 * @param content the {@link com.google.api.services.netapp.v1.model.ExecuteOntapPostRequest}
@@ -8129,7 +8129,7 @@ public class ExecuteOntapPost extends NetAppFilesRequest<com.google.api.services
81298129 java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap/.*$");
81308130
81318131 /**
8132- * `ExecuteOntapPost` dispatches the ONTAP `POST` request to the `StoragePool` cluster.
8132+ * `ExecuteOntapPost` sends the ONTAP `POST` request to the `StoragePool` cluster.
81338133 *
81348134 * Create a request for the method "ontap.executeOntapPost".
81358135 *
@@ -8139,8 +8139,8 @@ public class ExecuteOntapPost extends NetAppFilesRequest<com.google.api.services
81398139 * ClientRequest)} must be called to initialize this instance immediately after invoking the
81408140 * constructor. </p>
81418141 *
8142- * @param ontapPath Required. The resource path of the ONTAP resource. Format: `projects/{project_number}/locations/{loc
8143- * ation_id} /storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For example:
8142+ * @param ontapPath Required. The path of the ONTAP resource. Format: `projects/{project_number}/locations/{location_id}
8143+ * /storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For example:
81448144 * `projects/123456789/locations/us-central1/storagePools/my-storage-
81458145 * pool/ontap/api/storage/volumes`.
81468146 * @param content the {@link com.google.api.services.netapp.v1.model.ExecuteOntapPostRequest}
@@ -8212,26 +8212,26 @@ public ExecuteOntapPost setUploadProtocol(java.lang.String uploadProtocol) {
82128212 }
82138213
82148214 /**
8215- * Required. The resource path of the ONTAP resource. Format: `projects/{project_number}
8216- * /locations/ {location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`.
8217- * For example: `projects/123456789/locations/us-central1/storagePools/my-storage-
8215+ * Required. The path of the ONTAP resource. Format: `projects/{project_number}/location
8216+ * s/ {location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For
8217+ * example: `projects/123456789/locations/us-central1/storagePools/my-storage-
82188218 * pool/ontap/api/storage/volumes`.
82198219 */
82208220 @com.google.api.client.util.Key
82218221 private java.lang.String ontapPath;
82228222
8223- /** Required. The resource path of the ONTAP resource. Format: `projects/{project_number}/locations/{lo
8224- cation_id }/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For example:
8223+ /** Required. The path of the ONTAP resource. Format: `projects/{project_number}/locations/{location_id
8224+ }/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For example:
82258225 `projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes`.
82268226 */
82278227 public java.lang.String getOntapPath() {
82288228 return ontapPath;
82298229 }
82308230
82318231 /**
8232- * Required. The resource path of the ONTAP resource. Format: `projects/{project_number}
8233- * /locations/ {location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`.
8234- * For example: `projects/123456789/locations/us-central1/storagePools/my-storage-
8232+ * Required. The path of the ONTAP resource. Format: `projects/{project_number}/location
8233+ * s/ {location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For
8234+ * example: `projects/123456789/locations/us-central1/storagePools/my-storage-
82358235 * pool/ontap/api/storage/volumes`.
82368236 */
82378237 public ExecuteOntapPost setOntapPath(java.lang.String ontapPath) {
0 commit comments