lib/google/apis/healthcare_v1/classes.rb in google-apis-healthcare_v1-0.54.0 vs lib/google/apis/healthcare_v1/classes.rb in google-apis-healthcare_v1-0.55.0

- old
+ new

@@ -399,11 +399,14 @@ # Corresponds to the JSON property `members` # @return [Array<String>] attr_accessor :members # Role that is assigned to the list of `members`, or principals. For example, ` - # roles/viewer`, `roles/editor`, or `roles/owner`. + # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM + # roles and permissions, see the [IAM documentation](https://cloud.google.com/ + # iam/docs/roles-overview). For a list of the available pre-defined roles, see [ + # here](https://cloud.google.com/iam/docs/understanding-roles). # Corresponds to the JSON property `role` # @return [String] attr_accessor :role def initialize(**args) @@ -544,13 +547,13 @@ # metadata entries can be associated with a given consent. # Corresponds to the JSON property `metadata` # @return [Hash<String,String>] attr_accessor :metadata - # Resource name of the Consent, of the form `projects/`project_id`/locations/` - # location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/consents/` - # consent_id``. Cannot be changed after creation. + # Identifier. Resource name of the Consent, of the form `projects/`project_id`/ + # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/ + # consents/`consent_id``. Cannot be changed after creation. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name # Optional. Represents a user's consent in terms of the resources that can be @@ -740,13 +743,13 @@ # healthcare/docs/how-tos/labeling-resources # Corresponds to the JSON property `labels` # @return [Hash<String,String>] attr_accessor :labels - # Resource name of the consent store, of the form `projects/`project_id`/ - # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`` - # . Cannot be changed after creation. + # Identifier. Resource name of the consent store, of the form `projects/` + # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/` + # consent_store_id``. Cannot be changed after creation. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name def initialize(**args) @@ -822,12 +825,12 @@ # include multiple modalities of healthcare data, such as electronic medical # records or medical imaging data. class Dataset include Google::Apis::Core::Hashable - # Resource name of the dataset, of the form `projects/`project_id`/locations/` - # location_id`/datasets/`dataset_id``. + # Identifier. Resource name of the dataset, of the form `projects/`project_id`/ + # locations/`location_id`/datasets/`dataset_id``. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name # The default timezone used by this dataset. Must be a either a valid IANA time @@ -2762,12 +2765,13 @@ # can be associated with a given store. # Corresponds to the JSON property `labels` # @return [Hash<String,String>] attr_accessor :labels - # Resource name of the HL7v2 store, of the form `projects/`project_id`/locations/ - # `location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7v2_store_id``. + # Identifier. Resource name of the HL7v2 store, of the form `projects/` + # project_id`/locations/`location_id`/datasets/`dataset_id`/hl7V2Stores/` + # hl7v2_store_id``. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name # A list of notification configs. Each configuration uses a filter to determine @@ -3640,11 +3644,11 @@ # Output only. The datetime when the message was created. Set by the server. # Corresponds to the JSON property `createTime` # @return [String] attr_accessor :create_time - # Raw message bytes. + # Required. Raw message bytes. # Corresponds to the JSON property `data` # NOTE: Values are automatically base64 encoded/decoded in the client library. # @return [String] attr_accessor :data @@ -3662,12 +3666,12 @@ # The message type for this message. MSH-9.1. # Corresponds to the JSON property `messageType` # @return [String] attr_accessor :message_type - # Resource name of the Message, of the form `projects/`project_id`/locations/` - # location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7_v2_store_id`/messages/` - # message_id``. Assigned by the server. + # Output only. Resource name of the Message, of the form `projects/`project_id`/ + # locations/`location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7_v2_store_id`/ + # messages/`message_id``. Assigned by the server. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name # The content of a HL7v2 message in a structured format.