google-apis-healthcare_v1beta1 0.21.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e956ecdb5ba57eb7e378660991b77578da5fdbbfa5e9c3dc6efcc431eade56f
4
- data.tar.gz: ff20a15b6f4c7d18549a81446eee96f12cd69e04f900f15a4aee2aefd1d7a7a1
3
+ metadata.gz: 4bd15544e93b1e70273dba492959ffe9a0a2af3338886d062212b23fb32ed035
4
+ data.tar.gz: 95db0191a6857ef95479870e4370c226c850b4a2c81dc95305786ba1a63bb191
5
5
  SHA512:
6
- metadata.gz: 9b99a98ef2f85a604bf4dd34f8d5f17333f4954ba95876282fc30491df2b96d4f05e7eae843b44ba05d5d48dc93dbf6bb82dbdfed40c627e9ab9a7178861fec3
7
- data.tar.gz: 6449bb5fe8bdd9df97aaaf3d60bbbd9c4c50e05b8c8ad3968ebae14780e8b99d30611f57ddbfdbbb587c2f3fdb80d245277436dc43a3a945957b707d87fca139
6
+ metadata.gz: 6258711ac08b8b657f40098dd9d938acdb12f7d52623311df25bf4c3b4a07ce8a9cfd458b1d2b81d63947ea5ccbd9e564f373ef4d75772b7e09c95f5c8951782
7
+ data.tar.gz: 6f4eea3b9eff7fa0764f98ca62d33c51e972519676ae1761f9f144eae4bacf6a3eb79332edf6ab4ed52f714a5e1a149d796057d3ce5388fe4ecd3b8dd89853be
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.22.0 (2022-02-23)
4
+
5
+ * Regenerated from discovery document revision 20220211
6
+
3
7
  ### v0.21.0 (2022-01-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20220111
@@ -4817,6 +4817,26 @@ module Google
4817
4817
  class SearchResourcesRequest
4818
4818
  include Google::Apis::Core::Hashable
4819
4819
 
4820
+ # Message that represents an arbitrary HTTP body. It should only be used for
4821
+ # payload formats that can't be represented as JSON, such as raw binary or an
4822
+ # HTML page. This message can be used both in streaming and non-streaming API
4823
+ # methods in the request as well as the response. It can be used as a top-level
4824
+ # request field, which is convenient if one wants to extract parameters from
4825
+ # either the URL or HTTP template into the request fields and also want access
4826
+ # to the raw HTTP body. Example: message GetResourceRequest ` // A unique
4827
+ # request id. string request_id = 1; // The raw HTTP body is bound to this field.
4828
+ # google.api.HttpBody http_body = 2; ` service ResourceService ` rpc
4829
+ # GetResource(GetResourceRequest) returns (google.api.HttpBody); rpc
4830
+ # UpdateResource(google.api.HttpBody) returns (google.protobuf.Empty); ` Example
4831
+ # with streaming methods: service CaldavService ` rpc GetCalendar(stream google.
4832
+ # api.HttpBody) returns (stream google.api.HttpBody); rpc UpdateCalendar(stream
4833
+ # google.api.HttpBody) returns (stream google.api.HttpBody); ` Use of this type
4834
+ # only changes how the request and response bodies are handled, all other
4835
+ # features will continue to work unchanged.
4836
+ # Corresponds to the JSON property `requestBody`
4837
+ # @return [Google::Apis::HealthcareV1beta1::HttpBody]
4838
+ attr_accessor :request_body
4839
+
4820
4840
  # The FHIR resource type to search, such as Patient or Observation. For a
4821
4841
  # complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/implement/
4822
4842
  # standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/implement/
@@ -4832,6 +4852,7 @@ module Google
4832
4852
 
4833
4853
  # Update properties of this object
4834
4854
  def update!(**args)
4855
+ @request_body = args[:request_body] if args.key?(:request_body)
4835
4856
  @resource_type = args[:resource_type] if args.key?(:resource_type)
4836
4857
  end
4837
4858
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HealthcareV1beta1
18
18
  # Version of the google-apis-healthcare_v1beta1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220111"
25
+ REVISION = "20220211"
26
26
  end
27
27
  end
28
28
  end
@@ -2328,6 +2328,8 @@ module Google
2328
2328
  class SearchResourcesRequest
2329
2329
  # @private
2330
2330
  class Representation < Google::Apis::Core::JsonRepresentation
2331
+ property :request_body, as: 'requestBody', class: Google::Apis::HealthcareV1beta1::HttpBody, decorator: Google::Apis::HealthcareV1beta1::HttpBody::Representation
2332
+
2331
2333
  property :resource_type, as: 'resourceType'
2332
2334
  end
2333
2335
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-24 00:00:00.000000000 Z
11
+ date: 2022-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []