feat: Automated regeneration of admin datatransfer_v1 client (#2222)
This commit is contained in:
parent
abc95c5941
commit
56d9d9b473
|
@ -1,7 +1,7 @@
|
||||||
# Release history for google-apis-admin_datatransfer_v1
|
# Release history for google-apis-admin_datatransfer_v1
|
||||||
|
|
||||||
### v0.1.0 (2021-01-01)
|
### v0.1.0 (2021-01-07)
|
||||||
|
|
||||||
* Regenerated from discovery document revision 20201124
|
* Regenerated from discovery document revision 20210105
|
||||||
* Regenerated using generator version 0.1.0
|
* Regenerated using generator version 0.1.1
|
||||||
|
|
||||||
|
|
|
@ -19,10 +19,10 @@ module Google
|
||||||
GEM_VERSION = "0.1.0"
|
GEM_VERSION = "0.1.0"
|
||||||
|
|
||||||
# Version of the code generator used to generate this client
|
# Version of the code generator used to generate this client
|
||||||
GENERATOR_VERSION = "0.1.0"
|
GENERATOR_VERSION = "0.1.1"
|
||||||
|
|
||||||
# Revision of the discovery document this client was generated from
|
# Revision of the discovery document this client was generated from
|
||||||
REVISION = "20201124"
|
REVISION = "20210105"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -83,7 +83,7 @@ module Google
|
||||||
|
|
||||||
# Lists the applications available for data transfer for a customer.
|
# Lists the applications available for data transfer for a customer.
|
||||||
# @param [String] customer_id
|
# @param [String] customer_id
|
||||||
# Immutable ID of the Google Apps account.
|
# Immutable ID of the Google Workspace account.
|
||||||
# @param [Fixnum] max_results
|
# @param [Fixnum] max_results
|
||||||
# Maximum number of results to return. Default is 100.
|
# Maximum number of results to return. Default is 100.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
|
@ -180,7 +180,7 @@ module Google
|
||||||
|
|
||||||
# Lists the transfers for a customer by source user, destination user, or status.
|
# Lists the transfers for a customer by source user, destination user, or status.
|
||||||
# @param [String] customer_id
|
# @param [String] customer_id
|
||||||
# Immutable ID of the Google Apps account.
|
# Immutable ID of the Google Workspace account.
|
||||||
# @param [Fixnum] max_results
|
# @param [Fixnum] max_results
|
||||||
# Maximum number of results to return. Default is 100.
|
# Maximum number of results to return. Default is 100.
|
||||||
# @param [String] new_owner_user_id
|
# @param [String] new_owner_user_id
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"git": {
|
"git": {
|
||||||
"name": ".",
|
"name": ".",
|
||||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||||
"sha": "4a08e0b2fde874551723ca843986ed92d354daf1"
|
"sha": "6de8b4ee653db67c0e789203767a89b32fcf8a51"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue