google-apis-connectors_v1 0.58.0 → 0.59.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: a4d483ddefacf5c6adcd803079a7214ae56039d40ae1ad55791217894dc7c5ee
4
- data.tar.gz: 92a14be22427b5504f2f0e31be6b4886a5d33f29e1b990ff0ac472f193d5152b
3
+ metadata.gz: f23715038b24e58b1b9ed3cf04fa8010e236a1a4eb928dfccbe95ec6fb125262
4
+ data.tar.gz: 9225c8a728b5d09820a32f728926564b86bc2dfc9e7b4ac0b1036e6e77f4d693
5
5
  SHA512:
6
- metadata.gz: 9db883b2d2fd90e4885a9e74d5faa516da8de608aff6656fb56d68fae8718d21966358bed97bfd9cd58c9fafb736f36b64f36fe28f5ccf05f8fe2ca2870c02c8
7
- data.tar.gz: 6b7973365d4c3e41efa03bbbcc0a99cd5ccd4ae0b02a9bea867bc9cd042e822665a4c04a249b7f9f41154c7728dbfbb589de50f24c22dd76dad8588043b4fb3b
6
+ metadata.gz: fc9af2c8cd4fee025ae0dbe4c69417dce81cea1eb1154c29482ce569da6847bda2a5936bb7df1ca469db58e37e307b4783c156f7d944e392b8c609dd0212e36d
7
+ data.tar.gz: 8a09c160fa53271a6556ebc78b0bb710ec6396aee7015b15ef9e236831db45484ac6b1d3e5f37fcd08ccf6342989e9ff2b3cddcff20a92053b64b3778efcc5b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.59.0 (2024-06-02)
4
+
5
+ * Regenerated from discovery document revision 20240529
6
+
3
7
  ### v0.58.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240504
@@ -828,6 +828,11 @@ module Google
828
828
  class Connector
829
829
  include Google::Apis::Core::Hashable
830
830
 
831
+ # Output only. Category of the connector.
832
+ # Corresponds to the JSON property `category`
833
+ # @return [String]
834
+ attr_accessor :category
835
+
831
836
  # Output only. Created time.
832
837
  # Corresponds to the JSON property `createTime`
833
838
  # @return [String]
@@ -877,6 +882,11 @@ module Google
877
882
  # @return [String]
878
883
  attr_accessor :name
879
884
 
885
+ # Output only. Tags of the connector.
886
+ # Corresponds to the JSON property `tags`
887
+ # @return [Array<String>]
888
+ attr_accessor :tags
889
+
880
890
  # Output only. Updated time.
881
891
  # Corresponds to the JSON property `updateTime`
882
892
  # @return [String]
@@ -893,6 +903,7 @@ module Google
893
903
 
894
904
  # Update properties of this object
895
905
  def update!(**args)
906
+ @category = args[:category] if args.key?(:category)
896
907
  @create_time = args[:create_time] if args.key?(:create_time)
897
908
  @description = args[:description] if args.key?(:description)
898
909
  @display_name = args[:display_name] if args.key?(:display_name)
@@ -902,6 +913,7 @@ module Google
902
913
  @labels = args[:labels] if args.key?(:labels)
903
914
  @launch_stage = args[:launch_stage] if args.key?(:launch_stage)
904
915
  @name = args[:name] if args.key?(:name)
916
+ @tags = args[:tags] if args.key?(:tags)
905
917
  @update_time = args[:update_time] if args.key?(:update_time)
906
918
  @web_assets_location = args[:web_assets_location] if args.key?(:web_assets_location)
907
919
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ConnectorsV1
18
18
  # Version of the google-apis-connectors_v1 gem
19
- GEM_VERSION = "0.58.0"
19
+ GEM_VERSION = "0.59.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240504"
25
+ REVISION = "20240529"
26
26
  end
27
27
  end
28
28
  end
@@ -999,6 +999,7 @@ module Google
999
999
  class Connector
1000
1000
  # @private
1001
1001
  class Representation < Google::Apis::Core::JsonRepresentation
1002
+ property :category, as: 'category'
1002
1003
  property :create_time, as: 'createTime'
1003
1004
  property :description, as: 'description'
1004
1005
  property :display_name, as: 'displayName'
@@ -1009,6 +1010,7 @@ module Google
1009
1010
  hash :labels, as: 'labels'
1010
1011
  property :launch_stage, as: 'launchStage'
1011
1012
  property :name, as: 'name'
1013
+ collection :tags, as: 'tags'
1012
1014
  property :update_time, as: 'updateTime'
1013
1015
  property :web_assets_location, as: 'webAssetsLocation'
1014
1016
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-connectors_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.58.0
4
+ version: 0.59.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: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-02 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-connectors_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.58.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.59.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v1
63
63
  post_install_message:
64
64
  rdoc_options: []