lib/google/cloud/video_intelligence/v1beta1.rb in google-cloud-video_intelligence-0.23.0 vs lib/google/cloud/video_intelligence/v1beta1.rb in google-cloud-video_intelligence-0.24.0

- old
+ new

@@ -31,15 +31,10 @@ # # 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project) # 2. [Enable the Google Cloud Video Intelligence API.](https://console.cloud.google.com/apis/api/video-intelligence) # 3. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication) # - # ### Installation - # ``` - # $ gem install google-cloud-video_intelligence - # ``` - # # ### Next Steps # - Read the [Google Cloud Video Intelligence API Product documentation][Product Documentation] # to learn more about the product and see How-to Guides. # - View this [repository's main README](https://github.com/GoogleCloudPlatform/google-cloud-ruby/blob/master/README.md) # to see the full list of Cloud APIs that we cover. @@ -52,13 +47,13 @@ # rubocop:enable LineLength ## # Service that implements Google Cloud Video Intelligence API. # - # @param credentials [Google::Gax::Credentials, String, Hash, GRPC::Core::Channel, GRPC::Core::ChannelCredentials, Proc] + # @param credentials [Google::Auth::Credentials, String, Hash, GRPC::Core::Channel, GRPC::Core::ChannelCredentials, Proc] # Provides the means for authenticating requests made by the client. This parameter can # be many types. - # A `Google::Gax::Credentials` uses a the properties of its represented keyfile for + # A `Google::Auth::Credentials` uses a the properties of its represented keyfile for # authenticating requests made by this client. # A `String` will be treated as the path to the keyfile to be used for the construction of # credentials for this client. # A `Hash` will be treated as the contents of a keyfile to be used for the construction of # credentials for this client.