@@ -56,11 +56,12 @@ public final class ConsentConfig extends com.google.api.client.json.GenericJson
5656 private ConsentHeaderHandling consentHeaderHandling ;
5757
5858 /**
59- * The versioned names of the enforced admin Consent resource(s), in the format `projects/{project
60- * _id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Consent/{resour
61- * ce_id}/_history/{version_id}`. For FHIR stores with `disable_resource_versioning=true`, the
62- * format is `projects/{project_id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_st
63- * ore_id}/fhir/Consent/{resource_id}`. This field can only be updated using ApplyAdminConsents.
59+ * Output only. The versioned names of the enforced admin Consent resource(s), in the format `proj
60+ * ects/{project_id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Co
61+ * nsent/{resource_id}/_history/{version_id}`. For FHIR stores with
62+ * `disable_resource_versioning=true`, the format is `projects/{project_id}/locations/{location}/d
63+ * atasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Consent/{resource_id}`. This field can
64+ * only be updated using ApplyAdminConsents.
6465 * The value may be {@code null}.
6566 */
6667 @ com .google .api .client .util .Key
@@ -135,23 +136,25 @@ public ConsentConfig setConsentHeaderHandling(ConsentHeaderHandling consentHeade
135136 }
136137
137138 /**
138- * The versioned names of the enforced admin Consent resource(s), in the format `projects/{project
139- * _id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Consent/{resour
140- * ce_id}/_history/{version_id}`. For FHIR stores with `disable_resource_versioning=true`, the
141- * format is `projects/{project_id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_st
142- * ore_id}/fhir/Consent/{resource_id}`. This field can only be updated using ApplyAdminConsents.
139+ * Output only. The versioned names of the enforced admin Consent resource(s), in the format `proj
140+ * ects/{project_id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Co
141+ * nsent/{resource_id}/_history/{version_id}`. For FHIR stores with
142+ * `disable_resource_versioning=true`, the format is `projects/{project_id}/locations/{location}/d
143+ * atasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Consent/{resource_id}`. This field can
144+ * only be updated using ApplyAdminConsents.
143145 * @return value or {@code null} for none
144146 */
145147 public java .util .List <java .lang .String > getEnforcedAdminConsents () {
146148 return enforcedAdminConsents ;
147149 }
148150
149151 /**
150- * The versioned names of the enforced admin Consent resource(s), in the format `projects/{project
151- * _id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Consent/{resour
152- * ce_id}/_history/{version_id}`. For FHIR stores with `disable_resource_versioning=true`, the
153- * format is `projects/{project_id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_st
154- * ore_id}/fhir/Consent/{resource_id}`. This field can only be updated using ApplyAdminConsents.
152+ * Output only. The versioned names of the enforced admin Consent resource(s), in the format `proj
153+ * ects/{project_id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Co
154+ * nsent/{resource_id}/_history/{version_id}`. For FHIR stores with
155+ * `disable_resource_versioning=true`, the format is `projects/{project_id}/locations/{location}/d
156+ * atasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Consent/{resource_id}`. This field can
157+ * only be updated using ApplyAdminConsents.
155158 * @param enforcedAdminConsents enforcedAdminConsents or {@code null} for none
156159 */
157160 public ConsentConfig setEnforcedAdminConsents (java .util .List <java .lang .String > enforcedAdminConsents ) {
0 commit comments