@@ -12941,8 +12941,9 @@ public Get set(String parameterName, Object value) {
1294112941 * This request holds the parameters needed by the cloudkms server. After setting any optional
1294212942 * parameters, call the {@link List#execute()} method to invoke the remote operation.
1294312943 *
12944- * @param parent Required. The resource name of the location associated with the SingleTenantHsmInstanceProposals to
12945- * list, in the format `projects/locations/singleTenantHsmInstances`.
12944+ * @param parent Required. The resource name of the single tenant HSM instance associated with the
12945+ * SingleTenantHsmInstanceProposals to list, in the format
12946+ * `projects/locations/singleTenantHsmInstances`.
1294612947 * @return the request
1294712948 */
1294812949 public List list(java.lang.String parent) throws java.io.IOException {
@@ -12968,8 +12969,9 @@ public class List extends CloudKMSRequest<com.google.api.services.cloudkms.v1.mo
1296812969 * {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
1296912970 * must be called to initialize this instance immediately after invoking the constructor. </p>
1297012971 *
12971- * @param parent Required. The resource name of the location associated with the SingleTenantHsmInstanceProposals to
12972- * list, in the format `projects/locations/singleTenantHsmInstances`.
12972+ * @param parent Required. The resource name of the single tenant HSM instance associated with the
12973+ * SingleTenantHsmInstanceProposals to list, in the format
12974+ * `projects/locations/singleTenantHsmInstances`.
1297312975 * @since 1.13
1297412976 */
1297512977 protected List(java.lang.String parent) {
@@ -13048,22 +13050,23 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
1304813050 }
1304913051
1305013052 /**
13051- * Required. The resource name of the location associated with the
13053+ * Required. The resource name of the single tenant HSM instance associated with the
1305213054 * SingleTenantHsmInstanceProposals to list, in the format
1305313055 * `projects/locations/singleTenantHsmInstances`.
1305413056 */
1305513057 @com.google.api.client.util.Key
1305613058 private java.lang.String parent;
1305713059
13058- /** Required. The resource name of the location associated with the SingleTenantHsmInstanceProposals to
13059- list, in the format `projects/locations/singleTenantHsmInstances`.
13060+ /** Required. The resource name of the single tenant HSM instance associated with the
13061+ SingleTenantHsmInstanceProposals to list, in the format
13062+ `projects/locations/singleTenantHsmInstances`.
1306013063 */
1306113064 public java.lang.String getParent() {
1306213065 return parent;
1306313066 }
1306413067
1306513068 /**
13066- * Required. The resource name of the location associated with the
13069+ * Required. The resource name of the single tenant HSM instance associated with the
1306713070 * SingleTenantHsmInstanceProposals to list, in the format
1306813071 * `projects/locations/singleTenantHsmInstances`.
1306913072 */
0 commit comments