lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb in google-cloud-bigquery-reservation-v1-0.7.0 vs lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb in google-cloud-bigquery-reservation-v1-0.8.0

- old
+ new

@@ -1719,12 +1719,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: @@ -1842,12 +1842,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: @@ -1944,11 +1944,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] @@ -1956,11 +1956,17 @@ # 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 [response, operation] Access the result along with the RPC operation # @yieldparam response [::Google::Cloud::Bigquery::Reservation::V1::Assignment] # @yieldparam operation [::GRPC::ActiveCall::Operation] # # @return [::Google::Cloud::Bigquery::Reservation::V1::Assignment] @@ -2328,12 +2334,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)) # * (`GRPC::Core::Channel`) a gRPC channel with included credentials # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object # * (`nil`) indicating no credentials # @return [::Object] # @!attribute [rw] scope