@@ -56,11 +56,12 @@ public final class ConsentConfig extends com.google.api.client.json.GenericJson
56
56
private ConsentHeaderHandling consentHeaderHandling ;
57
57
58
58
/**
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.
64
65
* The value may be {@code null}.
65
66
*/
66
67
@ com .google .api .client .util .Key
@@ -135,23 +136,25 @@ public ConsentConfig setConsentHeaderHandling(ConsentHeaderHandling consentHeade
135
136
}
136
137
137
138
/**
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.
143
145
* @return value or {@code null} for none
144
146
*/
145
147
public java .util .List <java .lang .String > getEnforcedAdminConsents () {
146
148
return enforcedAdminConsents ;
147
149
}
148
150
149
151
/**
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.
155
158
* @param enforcedAdminConsents enforcedAdminConsents or {@code null} for none
156
159
*/
157
160
public ConsentConfig setEnforcedAdminConsents (java .util .List <java .lang .String > enforcedAdminConsents ) {
0 commit comments