google-cloud-ai_platform-v1 1.30.0 → 1.30.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/ai_platform/v1/data_foundry_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/dataset_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/dataset_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/endpoint_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/endpoint_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/evaluation_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/feature_online_store_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/featurestore_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/featurestore_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/index_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/index_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/job_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/job_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/llm_utility_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/match_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/metadata_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/metadata_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/migration_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/migration_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/model_garden_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/model_garden_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/model_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/model_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/notebook_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/notebook_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/persistent_resource_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/persistent_resource_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/pipeline_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/pipeline_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/prediction_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/schedule_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/schedule_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/version.rb +1 -1
- data/lib/google/cloud/ai_platform/v1/vertex_rag_data_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/vertex_rag_data_service/operations.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/vertex_rag_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/vizier_service/client.rb +20 -3
- data/lib/google/cloud/ai_platform/v1/vizier_service/operations.rb +20 -3
- metadata +1 -1
|
@@ -650,8 +650,6 @@ module Google
|
|
|
650
650
|
# @return [::String,nil]
|
|
651
651
|
# @!attribute [rw] credentials
|
|
652
652
|
# Credentials to send with calls. You may provide any of the following types:
|
|
653
|
-
# * (`String`) The path to a service account key file in JSON format
|
|
654
|
-
# * (`Hash`) A service account key as a Hash
|
|
655
653
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
656
654
|
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
657
655
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
@@ -660,7 +658,26 @@ module Google
|
|
|
660
658
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
661
659
|
# * (`nil`) indicating no credentials
|
|
662
660
|
#
|
|
663
|
-
# Warning:
|
|
661
|
+
# @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
|
|
662
|
+
# is deprecated. Providing an unvalidated credential configuration to
|
|
663
|
+
# Google APIs can compromise the security of your systems and data.
|
|
664
|
+
#
|
|
665
|
+
# @example
|
|
666
|
+
#
|
|
667
|
+
# # The recommended way to provide credentials is to use the `make_creds` method
|
|
668
|
+
# # on the appropriate credentials class for your environment.
|
|
669
|
+
#
|
|
670
|
+
# require "googleauth"
|
|
671
|
+
#
|
|
672
|
+
# credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
|
|
673
|
+
# json_key_io: ::File.open("/path/to/keyfile.json")
|
|
674
|
+
# )
|
|
675
|
+
#
|
|
676
|
+
# client = ::Google::Longrunning::Operations::Client.new do |config|
|
|
677
|
+
# config.credentials = credentials
|
|
678
|
+
# end
|
|
679
|
+
#
|
|
680
|
+
# @note Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
664
681
|
# external source for authentication to Google Cloud, you must validate it before
|
|
665
682
|
# providing it to a Google API client library. Providing an unvalidated credential
|
|
666
683
|
# configuration to Google APIs can compromise the security of your systems and data.
|
|
@@ -3159,8 +3159,6 @@ module Google
|
|
|
3159
3159
|
# @return [::String,nil]
|
|
3160
3160
|
# @!attribute [rw] credentials
|
|
3161
3161
|
# Credentials to send with calls. You may provide any of the following types:
|
|
3162
|
-
# * (`String`) The path to a service account key file in JSON format
|
|
3163
|
-
# * (`Hash`) A service account key as a Hash
|
|
3164
3162
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
3165
3163
|
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
3166
3164
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
@@ -3169,7 +3167,26 @@ module Google
|
|
|
3169
3167
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
3170
3168
|
# * (`nil`) indicating no credentials
|
|
3171
3169
|
#
|
|
3172
|
-
# Warning:
|
|
3170
|
+
# @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
|
|
3171
|
+
# is deprecated. Providing an unvalidated credential configuration to
|
|
3172
|
+
# Google APIs can compromise the security of your systems and data.
|
|
3173
|
+
#
|
|
3174
|
+
# @example
|
|
3175
|
+
#
|
|
3176
|
+
# # The recommended way to provide credentials is to use the `make_creds` method
|
|
3177
|
+
# # on the appropriate credentials class for your environment.
|
|
3178
|
+
#
|
|
3179
|
+
# require "googleauth"
|
|
3180
|
+
#
|
|
3181
|
+
# credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
|
|
3182
|
+
# json_key_io: ::File.open("/path/to/keyfile.json")
|
|
3183
|
+
# )
|
|
3184
|
+
#
|
|
3185
|
+
# client = ::Google::Cloud::AIPlatform::V1::TensorboardService::Client.new do |config|
|
|
3186
|
+
# config.credentials = credentials
|
|
3187
|
+
# end
|
|
3188
|
+
#
|
|
3189
|
+
# @note Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
3173
3190
|
# external source for authentication to Google Cloud, you must validate it before
|
|
3174
3191
|
# providing it to a Google API client library. Providing an unvalidated credential
|
|
3175
3192
|
# configuration to Google APIs can compromise the security of your systems and data.
|
|
@@ -650,8 +650,6 @@ module Google
|
|
|
650
650
|
# @return [::String,nil]
|
|
651
651
|
# @!attribute [rw] credentials
|
|
652
652
|
# Credentials to send with calls. You may provide any of the following types:
|
|
653
|
-
# * (`String`) The path to a service account key file in JSON format
|
|
654
|
-
# * (`Hash`) A service account key as a Hash
|
|
655
653
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
656
654
|
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
657
655
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
@@ -660,7 +658,26 @@ module Google
|
|
|
660
658
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
661
659
|
# * (`nil`) indicating no credentials
|
|
662
660
|
#
|
|
663
|
-
# Warning:
|
|
661
|
+
# @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
|
|
662
|
+
# is deprecated. Providing an unvalidated credential configuration to
|
|
663
|
+
# Google APIs can compromise the security of your systems and data.
|
|
664
|
+
#
|
|
665
|
+
# @example
|
|
666
|
+
#
|
|
667
|
+
# # The recommended way to provide credentials is to use the `make_creds` method
|
|
668
|
+
# # on the appropriate credentials class for your environment.
|
|
669
|
+
#
|
|
670
|
+
# require "googleauth"
|
|
671
|
+
#
|
|
672
|
+
# credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
|
|
673
|
+
# json_key_io: ::File.open("/path/to/keyfile.json")
|
|
674
|
+
# )
|
|
675
|
+
#
|
|
676
|
+
# client = ::Google::Longrunning::Operations::Client.new do |config|
|
|
677
|
+
# config.credentials = credentials
|
|
678
|
+
# end
|
|
679
|
+
#
|
|
680
|
+
# @note Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
664
681
|
# external source for authentication to Google Cloud, you must validate it before
|
|
665
682
|
# providing it to a Google API client library. Providing an unvalidated credential
|
|
666
683
|
# configuration to Google APIs can compromise the security of your systems and data.
|
|
@@ -1404,8 +1404,6 @@ module Google
|
|
|
1404
1404
|
# @return [::String,nil]
|
|
1405
1405
|
# @!attribute [rw] credentials
|
|
1406
1406
|
# Credentials to send with calls. You may provide any of the following types:
|
|
1407
|
-
# * (`String`) The path to a service account key file in JSON format
|
|
1408
|
-
# * (`Hash`) A service account key as a Hash
|
|
1409
1407
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
1410
1408
|
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
1411
1409
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
@@ -1414,7 +1412,26 @@ module Google
|
|
|
1414
1412
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
1415
1413
|
# * (`nil`) indicating no credentials
|
|
1416
1414
|
#
|
|
1417
|
-
# Warning:
|
|
1415
|
+
# @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
|
|
1416
|
+
# is deprecated. Providing an unvalidated credential configuration to
|
|
1417
|
+
# Google APIs can compromise the security of your systems and data.
|
|
1418
|
+
#
|
|
1419
|
+
# @example
|
|
1420
|
+
#
|
|
1421
|
+
# # The recommended way to provide credentials is to use the `make_creds` method
|
|
1422
|
+
# # on the appropriate credentials class for your environment.
|
|
1423
|
+
#
|
|
1424
|
+
# require "googleauth"
|
|
1425
|
+
#
|
|
1426
|
+
# credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
|
|
1427
|
+
# json_key_io: ::File.open("/path/to/keyfile.json")
|
|
1428
|
+
# )
|
|
1429
|
+
#
|
|
1430
|
+
# client = ::Google::Cloud::AIPlatform::V1::VertexRagDataService::Client.new do |config|
|
|
1431
|
+
# config.credentials = credentials
|
|
1432
|
+
# end
|
|
1433
|
+
#
|
|
1434
|
+
# @note Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
1418
1435
|
# external source for authentication to Google Cloud, you must validate it before
|
|
1419
1436
|
# providing it to a Google API client library. Providing an unvalidated credential
|
|
1420
1437
|
# configuration to Google APIs can compromise the security of your systems and data.
|
|
@@ -650,8 +650,6 @@ module Google
|
|
|
650
650
|
# @return [::String,nil]
|
|
651
651
|
# @!attribute [rw] credentials
|
|
652
652
|
# Credentials to send with calls. You may provide any of the following types:
|
|
653
|
-
# * (`String`) The path to a service account key file in JSON format
|
|
654
|
-
# * (`Hash`) A service account key as a Hash
|
|
655
653
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
656
654
|
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
657
655
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
@@ -660,7 +658,26 @@ module Google
|
|
|
660
658
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
661
659
|
# * (`nil`) indicating no credentials
|
|
662
660
|
#
|
|
663
|
-
# Warning:
|
|
661
|
+
# @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
|
|
662
|
+
# is deprecated. Providing an unvalidated credential configuration to
|
|
663
|
+
# Google APIs can compromise the security of your systems and data.
|
|
664
|
+
#
|
|
665
|
+
# @example
|
|
666
|
+
#
|
|
667
|
+
# # The recommended way to provide credentials is to use the `make_creds` method
|
|
668
|
+
# # on the appropriate credentials class for your environment.
|
|
669
|
+
#
|
|
670
|
+
# require "googleauth"
|
|
671
|
+
#
|
|
672
|
+
# credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
|
|
673
|
+
# json_key_io: ::File.open("/path/to/keyfile.json")
|
|
674
|
+
# )
|
|
675
|
+
#
|
|
676
|
+
# client = ::Google::Longrunning::Operations::Client.new do |config|
|
|
677
|
+
# config.credentials = credentials
|
|
678
|
+
# end
|
|
679
|
+
#
|
|
680
|
+
# @note Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
664
681
|
# external source for authentication to Google Cloud, you must validate it before
|
|
665
682
|
# providing it to a Google API client library. Providing an unvalidated credential
|
|
666
683
|
# configuration to Google APIs can compromise the security of your systems and data.
|
|
@@ -536,8 +536,6 @@ module Google
|
|
|
536
536
|
# @return [::String,nil]
|
|
537
537
|
# @!attribute [rw] credentials
|
|
538
538
|
# Credentials to send with calls. You may provide any of the following types:
|
|
539
|
-
# * (`String`) The path to a service account key file in JSON format
|
|
540
|
-
# * (`Hash`) A service account key as a Hash
|
|
541
539
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
542
540
|
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
543
541
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
@@ -546,7 +544,26 @@ module Google
|
|
|
546
544
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
547
545
|
# * (`nil`) indicating no credentials
|
|
548
546
|
#
|
|
549
|
-
# Warning:
|
|
547
|
+
# @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
|
|
548
|
+
# is deprecated. Providing an unvalidated credential configuration to
|
|
549
|
+
# Google APIs can compromise the security of your systems and data.
|
|
550
|
+
#
|
|
551
|
+
# @example
|
|
552
|
+
#
|
|
553
|
+
# # The recommended way to provide credentials is to use the `make_creds` method
|
|
554
|
+
# # on the appropriate credentials class for your environment.
|
|
555
|
+
#
|
|
556
|
+
# require "googleauth"
|
|
557
|
+
#
|
|
558
|
+
# credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
|
|
559
|
+
# json_key_io: ::File.open("/path/to/keyfile.json")
|
|
560
|
+
# )
|
|
561
|
+
#
|
|
562
|
+
# client = ::Google::Cloud::AIPlatform::V1::VertexRagService::Client.new do |config|
|
|
563
|
+
# config.credentials = credentials
|
|
564
|
+
# end
|
|
565
|
+
#
|
|
566
|
+
# @note Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
550
567
|
# external source for authentication to Google Cloud, you must validate it before
|
|
551
568
|
# providing it to a Google API client library. Providing an unvalidated credential
|
|
552
569
|
# configuration to Google APIs can compromise the security of your systems and data.
|
|
@@ -1682,8 +1682,6 @@ module Google
|
|
|
1682
1682
|
# @return [::String,nil]
|
|
1683
1683
|
# @!attribute [rw] credentials
|
|
1684
1684
|
# Credentials to send with calls. You may provide any of the following types:
|
|
1685
|
-
# * (`String`) The path to a service account key file in JSON format
|
|
1686
|
-
# * (`Hash`) A service account key as a Hash
|
|
1687
1685
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
1688
1686
|
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
1689
1687
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
@@ -1692,7 +1690,26 @@ module Google
|
|
|
1692
1690
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
1693
1691
|
# * (`nil`) indicating no credentials
|
|
1694
1692
|
#
|
|
1695
|
-
# Warning:
|
|
1693
|
+
# @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
|
|
1694
|
+
# is deprecated. Providing an unvalidated credential configuration to
|
|
1695
|
+
# Google APIs can compromise the security of your systems and data.
|
|
1696
|
+
#
|
|
1697
|
+
# @example
|
|
1698
|
+
#
|
|
1699
|
+
# # The recommended way to provide credentials is to use the `make_creds` method
|
|
1700
|
+
# # on the appropriate credentials class for your environment.
|
|
1701
|
+
#
|
|
1702
|
+
# require "googleauth"
|
|
1703
|
+
#
|
|
1704
|
+
# credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
|
|
1705
|
+
# json_key_io: ::File.open("/path/to/keyfile.json")
|
|
1706
|
+
# )
|
|
1707
|
+
#
|
|
1708
|
+
# client = ::Google::Cloud::AIPlatform::V1::VizierService::Client.new do |config|
|
|
1709
|
+
# config.credentials = credentials
|
|
1710
|
+
# end
|
|
1711
|
+
#
|
|
1712
|
+
# @note Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
1696
1713
|
# external source for authentication to Google Cloud, you must validate it before
|
|
1697
1714
|
# providing it to a Google API client library. Providing an unvalidated credential
|
|
1698
1715
|
# configuration to Google APIs can compromise the security of your systems and data.
|
|
@@ -650,8 +650,6 @@ module Google
|
|
|
650
650
|
# @return [::String,nil]
|
|
651
651
|
# @!attribute [rw] credentials
|
|
652
652
|
# Credentials to send with calls. You may provide any of the following types:
|
|
653
|
-
# * (`String`) The path to a service account key file in JSON format
|
|
654
|
-
# * (`Hash`) A service account key as a Hash
|
|
655
653
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
656
654
|
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
657
655
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
@@ -660,7 +658,26 @@ module Google
|
|
|
660
658
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
661
659
|
# * (`nil`) indicating no credentials
|
|
662
660
|
#
|
|
663
|
-
# Warning:
|
|
661
|
+
# @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
|
|
662
|
+
# is deprecated. Providing an unvalidated credential configuration to
|
|
663
|
+
# Google APIs can compromise the security of your systems and data.
|
|
664
|
+
#
|
|
665
|
+
# @example
|
|
666
|
+
#
|
|
667
|
+
# # The recommended way to provide credentials is to use the `make_creds` method
|
|
668
|
+
# # on the appropriate credentials class for your environment.
|
|
669
|
+
#
|
|
670
|
+
# require "googleauth"
|
|
671
|
+
#
|
|
672
|
+
# credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
|
|
673
|
+
# json_key_io: ::File.open("/path/to/keyfile.json")
|
|
674
|
+
# )
|
|
675
|
+
#
|
|
676
|
+
# client = ::Google::Longrunning::Operations::Client.new do |config|
|
|
677
|
+
# config.credentials = credentials
|
|
678
|
+
# end
|
|
679
|
+
#
|
|
680
|
+
# @note Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
664
681
|
# external source for authentication to Google Cloud, you must validate it before
|
|
665
682
|
# providing it to a Google API client library. Providing an unvalidated credential
|
|
666
683
|
# configuration to Google APIs can compromise the security of your systems and data.
|