lib/google/apis/healthcare_v1/classes.rb in google-apis-healthcare_v1-0.43.0 vs lib/google/apis/healthcare_v1/classes.rb in google-apis-healthcare_v1-0.44.0

- old
+ new

@@ -95,12 +95,12 @@ # response could link to. These are UMLS concepts or normalized mention content. # Corresponds to the JSON property `entities` # @return [Array<Google::Apis::HealthcareV1::Entity>] attr_accessor :entities - # entity_mentions contains all the annotated medical entities that were - # mentioned in the provided document. + # The `entity_mentions` field contains all the annotated medical entities that + # were mentioned in the provided document. # Corresponds to the JSON property `entityMentions` # @return [Array<Google::Apis::HealthcareV1::EntityMention>] attr_accessor :entity_mentions # relationships contains all the binary relationships that were identified @@ -1754,10 +1754,10 @@ # Corresponds to the JSON property `sendFullResource` # @return [Boolean] attr_accessor :send_full_resource alias_method :send_full_resource?, :send_full_resource - # Whether to send full FHIR resource to this pubsub topic for deleting FHIR + # Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR # resource. Note that setting this to true does not guarantee that all previous # resources will be sent in the format of full FHIR resource. When a resource # change is too large or during heavy traffic, only the resource name will be # sent. Clients should always check the "payloadType" label from a Pub/Sub # message to determine whether it needs to fetch the full previous resource as a