lib/google/cloud/run/v2/services/rest/client.rb in google-cloud-run-v2-0.7.0 vs lib/google/cloud/run/v2/services/rest/client.rb in google-cloud-run-v2-0.8.0
- old
+ new
@@ -412,12 +412,12 @@
# @param validate_only [::Boolean]
# Indicates that the request should be validated and default values
# populated, without persisting the request or updating any resources.
# @param allow_missing [::Boolean]
# If set to true, and if the Service does not exist, it will create a new
- # one. Caller must have both create and update permissions for this call if
- # this is set to true.
+ # one. The caller must have 'run.services.create' permissions if this is set
+ # to true and the Service does not exist.
# @yield [result, operation] Access the result along with the TransportOperation object
# @yieldparam result [::Gapic::Operation]
# @yieldparam operation [::Gapic::Rest::TransportOperation]
#
# @return [::Gapic::Operation]
@@ -780,12 +780,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>]