google-apis-connectors_v2 0.19.0 → 0.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5358b3274d9bf49b5f0a44f445b1a0ec19acbda8f0b2bdb86aaea98d446177d7
|
4
|
+
data.tar.gz: 00eef82b677e551c2a4a218f64feeca1bf38ee40ef3843df61cc42829f8568ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e055bc9534e8ed8001d0ee559cfffc33908f2d0a99c38bc777ffc63eafc7069d452f5740da8b16adc8b3eb04905619c7d176f796b76fe98d1abc1b1599d5a664
|
7
|
+
data.tar.gz: b9eb1eb529d9a9bf33d3121aaddc7e3bb54412d91ef79e4c02e8c8296fa64736e0ffa71720520015d52271acae01db603256141bf7619943ddd7fc2a92a6f45d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-connectors_v2
|
2
2
|
|
3
|
+
### v0.21.0 (2025-03-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250304
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.20.0 (2024-10-27)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241015
|
11
|
+
|
3
12
|
### v0.19.0 (2024-08-11)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240729
|
@@ -1557,24 +1557,28 @@ module Google
|
|
1557
1557
|
class TimeOfDay
|
1558
1558
|
include Google::Apis::Core::Hashable
|
1559
1559
|
|
1560
|
-
# Hours of day in 24 hour format.
|
1561
|
-
#
|
1560
|
+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
|
1561
|
+
# typically must be less than or equal to 23. An API may choose to allow the
|
1562
|
+
# value "24:00:00" for scenarios like business closing time.
|
1562
1563
|
# Corresponds to the JSON property `hours`
|
1563
1564
|
# @return [Fixnum]
|
1564
1565
|
attr_accessor :hours
|
1565
1566
|
|
1566
|
-
# Minutes of hour
|
1567
|
+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
|
1568
|
+
# to 59.
|
1567
1569
|
# Corresponds to the JSON property `minutes`
|
1568
1570
|
# @return [Fixnum]
|
1569
1571
|
attr_accessor :minutes
|
1570
1572
|
|
1571
|
-
# Fractions of seconds in nanoseconds. Must be
|
1573
|
+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
|
1574
|
+
# less than or equal to 999,999,999.
|
1572
1575
|
# Corresponds to the JSON property `nanos`
|
1573
1576
|
# @return [Fixnum]
|
1574
1577
|
attr_accessor :nanos
|
1575
1578
|
|
1576
|
-
# Seconds of
|
1577
|
-
# allow the value 60 if it allows leap-
|
1579
|
+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
|
1580
|
+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
|
1581
|
+
# seconds.
|
1578
1582
|
# Corresponds to the JSON property `seconds`
|
1579
1583
|
# @return [Fixnum]
|
1580
1584
|
attr_accessor :seconds
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ConnectorsV2
|
18
18
|
# Version of the google-apis-connectors_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.21.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250304"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -330,6 +330,8 @@ module Google
|
|
330
330
|
# @param [String] name
|
331
331
|
# Required. Resource name of the Entity Type. Format: projects/`project`/
|
332
332
|
# locations/`location`/connections/`connection`/entityTypes/`entityType`
|
333
|
+
# @param [String] view
|
334
|
+
# Specifies view for entity type schema.
|
333
335
|
# @param [String] fields
|
334
336
|
# Selector specifying which fields to include in a partial response.
|
335
337
|
# @param [String] quota_user
|
@@ -347,11 +349,12 @@ module Google
|
|
347
349
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
348
350
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
349
351
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
350
|
-
def get_project_location_connection_entity_type(name, fields: nil, quota_user: nil, options: nil, &block)
|
352
|
+
def get_project_location_connection_entity_type(name, view: nil, fields: nil, quota_user: nil, options: nil, &block)
|
351
353
|
command = make_simple_command(:get, 'v2/{+name}', options)
|
352
354
|
command.response_representation = Google::Apis::ConnectorsV2::EntityType::Representation
|
353
355
|
command.response_class = Google::Apis::ConnectorsV2::EntityType
|
354
356
|
command.params['name'] = name unless name.nil?
|
357
|
+
command.query['view'] = view unless view.nil?
|
355
358
|
command.query['fields'] = fields unless fields.nil?
|
356
359
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
357
360
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-connectors_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-16 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v2/v0.21.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v2
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Connectors API V2
|
82
79
|
test_files: []
|