Skip to content

Commit c1ee93f

Browse files
committed
Merge branch 'main' into restart_delete_resumable_upload_v3
2 parents 7d9a55d + cdf6281 commit c1ee93f

File tree

890 files changed

+60047
-15605
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

890 files changed

+60047
-15605
lines changed

api_names_out.yaml

Lines changed: 3654 additions & 0 deletions
Large diffs are not rendered by default.

generated/google-apis-accesscontextmanager_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-accesscontextmanager_v1
22

3+
### v0.59.0 (2025-07-27)
4+
5+
* Regenerated from discovery document revision 20250723
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.58.0 (2025-05-11)
49

510
* Regenerated using generator version 0.17.0

generated/google-apis-accesscontextmanager_v1/lib/google/apis/accesscontextmanager_v1/classes.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,12 +1057,12 @@ class GcpUserAccessBinding
10571057
# @return [Array<String>]
10581058
attr_accessor :dry_run_access_levels
10591059

1060-
# Required. Immutable. Google Group id whose members are subject to this binding'
1061-
# s restrictions. See "id" in the [G Suite Directory API's Groups resource] (
1062-
# https://developers.google.com/admin-sdk/directory/v1/reference/groups#resource)
1063-
# . If a group's email address/alias is changed, this resource will continue to
1064-
# point at the changed group. This field does not accept group email addresses
1065-
# or aliases. Example: "01d520gv4vjcrht"
1060+
# Optional. Immutable. Google Group id whose users are subject to this binding's
1061+
# restrictions. See "id" in the [Google Workspace Directory API's Group Resource]
1062+
# (https://developers.google.com/admin-sdk/directory/v1/reference/groups#
1063+
# resource). If a group's email address/alias is changed, this resource will
1064+
# continue to point at the changed group. This field does not accept group email
1065+
# addresses or aliases. Example: "01d520gv4vjcrht"
10661066
# Corresponds to the JSON property `groupKey`
10671067
# @return [String]
10681068
attr_accessor :group_key

generated/google-apis-accesscontextmanager_v1/lib/google/apis/accesscontextmanager_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AccesscontextmanagerV1
1818
# Version of the google-apis-accesscontextmanager_v1 gem
19-
GEM_VERSION = "0.58.0"
19+
GEM_VERSION = "0.59.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250412"
25+
REVISION = "20250723"
2626
end
2727
end
2828
end

generated/google-apis-addressvalidation_v1/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release history for google-apis-addressvalidation_v1
22

3+
### v0.11.0 (2025-06-22)
4+
5+
* Regenerated from discovery document revision 20250618
6+
7+
### v0.10.0 (2025-06-15)
8+
9+
* Regenerated from discovery document revision 20250611
10+
* Regenerated using generator version 0.18.0
11+
312
### v0.9.0 (2025-05-04)
413

514
* Regenerated using generator version 0.17.0

generated/google-apis-addressvalidation_v1/lib/google/apis/addressvalidation_v1/classes.rb

Lines changed: 73 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,17 @@ class GoogleMapsAddressvalidationV1Address
108108
# @return [Array<String>]
109109
attr_accessor :missing_component_types
110110

111-
# Represents a postal address (for example, for postal delivery or payments
112-
# addresses). Given a postal address, a postal service can deliver items to a
113-
# premise, P.O. box or similar. It is not intended to model geographical
114-
# locations (roads, towns, mountains). In typical usage, an address would be
115-
# created by user input or from importing existing data, depending on the type
116-
# of process. Advice on address input or editing: - Use an internationalization-
117-
# ready address widget such as https://github.com/google/libaddressinput. -
118-
# Users should not be presented with UI elements for input or editing of fields
119-
# outside countries where that field is used. For more guidance on how to use
120-
# this schema, see: https://support.google.com/business/answer/6397478.
111+
# Represents a postal address, such as for postal delivery or payments addresses.
112+
# With a postal address, a postal service can deliver items to a premise, P.O.
113+
# box, or similar. A postal address is not intended to model geographical
114+
# locations like roads, towns, or mountains. In typical usage, an address would
115+
# be created by user input or from importing existing data, depending on the
116+
# type of process. Advice on address input or editing: - Use an
117+
# internationalization-ready address widget such as https://github.com/google/
118+
# libaddressinput. - Users should not be presented with UI elements for input or
119+
# editing of fields outside countries where that field is used. For more
120+
# guidance on how to use this schema, see: https://support.google.com/business/
121+
# answer/6397478.
121122
# Corresponds to the JSON property `postalAddress`
122123
# @return [Google::Apis::AddressvalidationV1::GoogleTypePostalAddress]
123124
attr_accessor :postal_address
@@ -227,8 +228,8 @@ def update!(**args)
227228
end
228229
end
229230

230-
# The metadata for the address. `metadata` is not guaranteed to be fully
231-
# populated for every address sent to the Address Validation API.
231+
# The metadata for the post-processed address. `metadata` is not guaranteed to
232+
# be fully populated for every address sent to the Address Validation API.
232233
class GoogleMapsAddressvalidationV1AddressMetadata
233234
include Google::Apis::Core::Hashable
234235

@@ -862,16 +863,17 @@ def update!(**args)
862863
class GoogleMapsAddressvalidationV1ValidateAddressRequest
863864
include Google::Apis::Core::Hashable
864865

865-
# Represents a postal address (for example, for postal delivery or payments
866-
# addresses). Given a postal address, a postal service can deliver items to a
867-
# premise, P.O. box or similar. It is not intended to model geographical
868-
# locations (roads, towns, mountains). In typical usage, an address would be
869-
# created by user input or from importing existing data, depending on the type
870-
# of process. Advice on address input or editing: - Use an internationalization-
871-
# ready address widget such as https://github.com/google/libaddressinput. -
872-
# Users should not be presented with UI elements for input or editing of fields
873-
# outside countries where that field is used. For more guidance on how to use
874-
# this schema, see: https://support.google.com/business/answer/6397478.
866+
# Represents a postal address, such as for postal delivery or payments addresses.
867+
# With a postal address, a postal service can deliver items to a premise, P.O.
868+
# box, or similar. A postal address is not intended to model geographical
869+
# locations like roads, towns, or mountains. In typical usage, an address would
870+
# be created by user input or from importing existing data, depending on the
871+
# type of process. Advice on address input or editing: - Use an
872+
# internationalization-ready address widget such as https://github.com/google/
873+
# libaddressinput. - Users should not be presented with UI elements for input or
874+
# editing of fields outside countries where that field is used. For more
875+
# guidance on how to use this schema, see: https://support.google.com/business/
876+
# answer/6397478.
875877
# Corresponds to the JSON property `address`
876878
# @return [Google::Apis::AddressvalidationV1::GoogleTypePostalAddress]
877879
attr_accessor :address
@@ -993,8 +995,8 @@ class GoogleMapsAddressvalidationV1ValidationResult
993995
# @return [Google::Apis::AddressvalidationV1::GoogleMapsAddressvalidationV1Geocode]
994996
attr_accessor :geocode
995997

996-
# The metadata for the address. `metadata` is not guaranteed to be fully
997-
# populated for every address sent to the Address Validation API.
998+
# The metadata for the post-processed address. `metadata` is not guaranteed to
999+
# be fully populated for every address sent to the Address Validation API.
9981000
# Corresponds to the JSON property `metadata`
9991001
# @return [Google::Apis::AddressvalidationV1::GoogleMapsAddressvalidationV1AddressMetadata]
10001002
attr_accessor :metadata
@@ -1031,10 +1033,10 @@ def update!(**args)
10311033
class GoogleMapsAddressvalidationV1Verdict
10321034
include Google::Apis::Core::Hashable
10331035

1034-
# The address is considered complete if there are no unresolved tokens, no
1035-
# unexpected or missing address components. If unset, indicates that the value
1036-
# is `false`. See `missing_component_types`, `unresolved_tokens` or `unexpected`
1037-
# fields for more details.
1036+
# The post-processed address is considered complete if there are no unresolved
1037+
# tokens, no unexpected or missing address components. If unset, indicates that
1038+
# the value is `false`. See `missing_component_types`, `unresolved_tokens` or `
1039+
# unexpected` fields for more details.
10381040
# Corresponds to the JSON property `addressComplete`
10391041
# @return [Boolean]
10401042
attr_accessor :address_complete
@@ -1065,6 +1067,13 @@ class GoogleMapsAddressvalidationV1Verdict
10651067
attr_accessor :has_replaced_components
10661068
alias_method :has_replaced_components?, :has_replaced_components
10671069

1070+
# At least one address component was spell-corrected, see [google.maps.
1071+
# addressvalidation.v1.Address.address_components] for details.
1072+
# Corresponds to the JSON property `hasSpellCorrectedComponents`
1073+
# @return [Boolean]
1074+
attr_accessor :has_spell_corrected_components
1075+
alias_method :has_spell_corrected_components?, :has_spell_corrected_components
1076+
10681077
# At least one address component cannot be categorized or validated, see [google.
10691078
# maps.addressvalidation.v1.Address.address_components] for details.
10701079
# Corresponds to the JSON property `hasUnconfirmedComponents`
@@ -1076,17 +1085,33 @@ class GoogleMapsAddressvalidationV1Verdict
10761085
# input address and does not give any validation signals. For validation signals,
10771086
# refer to `validation_granularity` below. For example, if the input address
10781087
# includes a specific apartment number, then the `input_granularity` here will
1079-
# be `SUB_PREMISE`. If we cannot match the apartment number in the databases or
1080-
# the apartment number is invalid, the `validation_granularity` will likely be `
1081-
# PREMISE` or worse.
1088+
# be `SUB_PREMISE`. If the address validation service cannot match the apartment
1089+
# number in the databases or the apartment number is invalid, the `
1090+
# validation_granularity` will likely be `PREMISE` or more coarse.
10821091
# Corresponds to the JSON property `inputGranularity`
10831092
# @return [String]
10841093
attr_accessor :input_granularity
10851094

1086-
# The granularity level that the API can fully **validate** the address to. For
1087-
# example, an `validation_granularity` of `PREMISE` indicates all address
1088-
# components at the level of `PREMISE` or more coarse can be validated. Per
1089-
# address component validation result can be found in [google.maps.
1095+
# Preview: This feature is in Preview (pre-GA). Pre-GA products and features
1096+
# might have limited support, and changes to pre-GA products and features might
1097+
# not be compatible with other pre-GA versions. Pre-GA Offerings are covered by
1098+
# the [Google Maps Platform Service Specific Terms](https://cloud.google.com/
1099+
# maps-platform/terms/maps-service-terms). For more information, see the [launch
1100+
# stage descriptions](https://developers.google.com/maps/launch-stages). Offers
1101+
# an interpretive summary of the API response, intended to assist in determining
1102+
# a potential subsequent action to take. This field is derived from other fields
1103+
# in the API response and should not be considered as a guarantee of address
1104+
# accuracy or deliverability. See [Build your validation logic](https://
1105+
# developers.google.com/maps/documentation/address-validation/build-validation-
1106+
# logic) for more details.
1107+
# Corresponds to the JSON property `possibleNextAction`
1108+
# @return [String]
1109+
attr_accessor :possible_next_action
1110+
1111+
# The level of granularity for the post-processed address that the API can fully
1112+
# validate. For example, a `validation_granularity` of `PREMISE` indicates all
1113+
# address components at the level of `PREMISE` or more coarse can be validated.
1114+
# Per address component validation result can be found in [google.maps.
10901115
# addressvalidation.v1.Address.address_components].
10911116
# Corresponds to the JSON property `validationGranularity`
10921117
# @return [String]
@@ -1102,8 +1127,10 @@ def update!(**args)
11021127
@geocode_granularity = args[:geocode_granularity] if args.key?(:geocode_granularity)
11031128
@has_inferred_components = args[:has_inferred_components] if args.key?(:has_inferred_components)
11041129
@has_replaced_components = args[:has_replaced_components] if args.key?(:has_replaced_components)
1130+
@has_spell_corrected_components = args[:has_spell_corrected_components] if args.key?(:has_spell_corrected_components)
11051131
@has_unconfirmed_components = args[:has_unconfirmed_components] if args.key?(:has_unconfirmed_components)
11061132
@input_granularity = args[:input_granularity] if args.key?(:input_granularity)
1133+
@possible_next_action = args[:possible_next_action] if args.key?(:possible_next_action)
11071134
@validation_granularity = args[:validation_granularity] if args.key?(:validation_granularity)
11081135
end
11091136
end
@@ -1136,16 +1163,17 @@ def update!(**args)
11361163
end
11371164
end
11381165

1139-
# Represents a postal address (for example, for postal delivery or payments
1140-
# addresses). Given a postal address, a postal service can deliver items to a
1141-
# premise, P.O. box or similar. It is not intended to model geographical
1142-
# locations (roads, towns, mountains). In typical usage, an address would be
1143-
# created by user input or from importing existing data, depending on the type
1144-
# of process. Advice on address input or editing: - Use an internationalization-
1145-
# ready address widget such as https://github.com/google/libaddressinput. -
1146-
# Users should not be presented with UI elements for input or editing of fields
1147-
# outside countries where that field is used. For more guidance on how to use
1148-
# this schema, see: https://support.google.com/business/answer/6397478.
1166+
# Represents a postal address, such as for postal delivery or payments addresses.
1167+
# With a postal address, a postal service can deliver items to a premise, P.O.
1168+
# box, or similar. A postal address is not intended to model geographical
1169+
# locations like roads, towns, or mountains. In typical usage, an address would
1170+
# be created by user input or from importing existing data, depending on the
1171+
# type of process. Advice on address input or editing: - Use an
1172+
# internationalization-ready address widget such as https://github.com/google/
1173+
# libaddressinput. - Users should not be presented with UI elements for input or
1174+
# editing of fields outside countries where that field is used. For more
1175+
# guidance on how to use this schema, see: https://support.google.com/business/
1176+
# answer/6397478.
11491177
class GoogleTypePostalAddress
11501178
include Google::Apis::Core::Hashable
11511179

generated/google-apis-addressvalidation_v1/lib/google/apis/addressvalidation_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AddressvalidationV1
1818
# Version of the google-apis-addressvalidation_v1 gem
19-
GEM_VERSION = "0.9.0"
19+
GEM_VERSION = "0.11.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250330"
25+
REVISION = "20250618"
2626
end
2727
end
2828
end

generated/google-apis-addressvalidation_v1/lib/google/apis/addressvalidation_v1/representations.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,10 @@ class Representation < Google::Apis::Core::JsonRepresentation
335335
property :geocode_granularity, as: 'geocodeGranularity'
336336
property :has_inferred_components, as: 'hasInferredComponents'
337337
property :has_replaced_components, as: 'hasReplacedComponents'
338+
property :has_spell_corrected_components, as: 'hasSpellCorrectedComponents'
338339
property :has_unconfirmed_components, as: 'hasUnconfirmedComponents'
339340
property :input_granularity, as: 'inputGranularity'
341+
property :possible_next_action, as: 'possibleNextAction'
340342
property :validation_granularity, as: 'validationGranularity'
341343
end
342344
end

generated/google-apis-admin_datatransfer_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-admin_datatransfer_v1
22

3+
### v0.22.0 (2025-07-13)
4+
5+
* Regenerated from discovery document revision 20250707
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.21.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

generated/google-apis-admin_datatransfer_v1/lib/google/apis/admin_datatransfer_v1/classes.rb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ class Application
3232
# @return [String]
3333
attr_accessor :etag
3434

35-
# The application's ID. Retrievable by using the [`applications.list()`](/admin-
36-
# sdk/data-transfer/reference/rest/v1/applications/list) method.
35+
# The application's ID. Retrievable by using the [`applications.list()`](https://
36+
# developers.google.com/workspace/admin/data-transfer/reference/rest/v1/
37+
# applications/list) method.
3738
# Corresponds to the JSON property `id`
3839
# @return [Fixnum]
3940
attr_accessor :id
@@ -80,7 +81,8 @@ class ApplicationDataTransfer
8081
# The transfer parameters for the application. These parameters are used to
8182
# select the data which will get transferred in context of this application. For
8283
# more information about the specific values available for each application, see
83-
# the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference.
84+
# the [Transfer parameters](https://developers.google.com/workspace/admin/data-
85+
# transfer/v1/parameters) reference.
8486
# Corresponds to the JSON property `applicationTransferParams`
8587
# @return [Array<Google::Apis::AdminDatatransferV1::ApplicationTransferParam>]
8688
attr_accessor :application_transfer_params

0 commit comments

Comments
 (0)