lib/google/cloud/parallelstore/v1beta/parallelstore/client.rb in google-cloud-parallelstore-v1beta-0.1.0 vs lib/google/cloud/parallelstore/v1beta/parallelstore/client.rb in google-cloud-parallelstore-v1beta-0.2.0
- old
+ new
@@ -751,11 +751,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 import_data(source_gcs_bucket: nil, destination_parallelstore: nil, name: nil, request_id: nil)
+ # @overload import_data(source_gcs_bucket: nil, destination_parallelstore: nil, name: nil, request_id: nil, service_account: nil)
# Pass arguments to `import_data` 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 source_gcs_bucket [::Google::Cloud::Parallelstore::V1beta::SourceGcsBucket, ::Hash]
@@ -776,10 +776,16 @@
# was received, and if so, will ignore the second request. This prevents
# clients from accidentally creating duplicate commitments.
#
# The request ID must be a valid UUID with the exception that zero UUID is
# not supported (00000000-0000-0000-0000-000000000000).
+ # @param service_account [::String]
+ # Optional. User-specified Service Account (SA) credentials to be used when
+ # performing the transfer.
+ # Format: `projects/{project_id}/serviceAccounts/{service_account}`
+ # If unspecified, the Parallelstore service agent is used:
+ # service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com)
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Gapic::Operation]
# @yieldparam operation [::GRPC::ActiveCall::Operation]
#
@@ -863,11 +869,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 export_data(source_parallelstore: nil, destination_gcs_bucket: nil, name: nil, request_id: nil)
+ # @overload export_data(source_parallelstore: nil, destination_gcs_bucket: nil, name: nil, request_id: nil, service_account: nil)
# Pass arguments to `export_data` 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 source_parallelstore [::Google::Cloud::Parallelstore::V1beta::SourceParallelstore, ::Hash]
@@ -888,9 +894,15 @@
# was received, and if so, will ignore the second request. This prevents
# clients from accidentally creating duplicate commitments.
#
# The request ID must be a valid UUID with the exception that zero UUID is
# not supported (00000000-0000-0000-0000-000000000000).
+ # @param service_account [::String]
+ # Optional. User-specified Service Account (SA) credentials to be used when
+ # performing the transfer.
+ # Format: `projects/{project_id}/serviceAccounts/{service_account}`
+ # If unspecified, the Parallelstore service agent is used:
+ # service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com)
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Gapic::Operation]
# @yieldparam operation [::GRPC::ActiveCall::Operation]
#