lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb in google-cloud-bigquery-reservation-v1-0.7.0 vs lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb in google-cloud-bigquery-reservation-v1-0.8.0
- old
+ new
@@ -1351,12 +1351,12 @@
# Pass arguments to `search_assignments` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param parent [::String]
- # Required. The resource name of the admin project(containing project and location),
- # e.g.:
+ # Required. The resource name of the admin project(containing project and
+ # location), e.g.:
# `projects/myproject/locations/US`.
# @param query [::String]
# Please specify resource name as assignee in the query.
#
# Examples:
@@ -1447,12 +1447,12 @@
# Pass arguments to `search_all_assignments` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param parent [::String]
- # Required. The resource name with location (project name could be the wildcard '-'),
- # e.g.:
+ # Required. The resource name with location (project name could be the
+ # wildcard '-'), e.g.:
# `projects/-/locations/US`.
# @param query [::String]
# Please specify resource name as assignee in the query.
#
# Examples:
@@ -1522,11 +1522,11 @@
# A request object representing the call parameters. Required. To specify no
# parameters, or to keep all the default parameter values, pass an empty Hash.
# @param options [::Gapic::CallOptions, ::Hash]
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
#
- # @overload move_assignment(name: nil, destination_id: nil)
+ # @overload move_assignment(name: nil, destination_id: nil, assignment_id: nil)
# Pass arguments to `move_assignment` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param name [::String]
@@ -1534,10 +1534,16 @@
# e.g.
# `projects/myproject/locations/US/reservations/team1-prod/assignments/123`
# @param destination_id [::String]
# The new reservation ID, e.g.:
# `projects/myotherproject/locations/US/reservations/team2-prod`
+ # @param assignment_id [::String]
+ # The optional assignment ID. A new assignment name is generated if this
+ # field is empty.
+ #
+ # This field can contain only lowercase alphanumeric characters or dashes.
+ # Max length is 64 characters.
# @yield [result, operation] Access the result along with the TransportOperation object
# @yieldparam result [::Google::Cloud::Bigquery::Reservation::V1::Assignment]
# @yieldparam operation [::Gapic::Rest::TransportOperation]
#
# @return [::Google::Cloud::Bigquery::Reservation::V1::Assignment]
@@ -1814,12 +1820,12 @@
# @!attribute [rw] credentials
# Credentials to send with calls. You may provide any of the following types:
# * (`String`) The path to a service account key file in JSON format
# * (`Hash`) A service account key as a Hash
# * (`Google::Auth::Credentials`) A googleauth credentials object
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
# * (`nil`) indicating no credentials
# @return [::Object]
# @!attribute [rw] scope
# The OAuth scopes
# @return [::Array<::String>]