generated/google/apis/iamcredentials_v1/service.rb in google-api-client-0.36.0 vs generated/google/apis/iamcredentials_v1/service.rb in google-api-client-0.36.1
- old
+ new
@@ -47,11 +47,11 @@
@batch_path = 'batch'
end
# Generates an OAuth 2.0 access token for a service account.
# @param [String] name
- # The resource name of the service account for which the credentials
+ # Required. The resource name of the service account for which the credentials
# are requested, in the following format:
# `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``. The `-` wildcard
# character is required; replacing it with a project ID is invalid.
# @param [Google::Apis::IamcredentialsV1::GenerateAccessTokenRequest] generate_access_token_request_object
# @param [String] fields
@@ -83,11 +83,11 @@
execute_or_queue_command(command, &block)
end
# Generates an OpenID Connect ID token for a service account.
# @param [String] name
- # The resource name of the service account for which the credentials
+ # Required. The resource name of the service account for which the credentials
# are requested, in the following format:
# `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``. The `-` wildcard
# character is required; replacing it with a project ID is invalid.
# @param [Google::Apis::IamcredentialsV1::GenerateIdTokenRequest] generate_id_token_request_object
# @param [String] fields
@@ -119,11 +119,11 @@
execute_or_queue_command(command, &block)
end
# Signs a blob using a service account's system-managed private key.
# @param [String] name
- # The resource name of the service account for which the credentials
+ # Required. The resource name of the service account for which the credentials
# are requested, in the following format:
# `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``. The `-` wildcard
# character is required; replacing it with a project ID is invalid.
# @param [Google::Apis::IamcredentialsV1::SignBlobRequest] sign_blob_request_object
# @param [String] fields
@@ -155,10 +155,10 @@
execute_or_queue_command(command, &block)
end
# Signs a JWT using a service account's system-managed private key.
# @param [String] name
- # The resource name of the service account for which the credentials
+ # Required. The resource name of the service account for which the credentials
# are requested, in the following format:
# `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``. The `-` wildcard
# character is required; replacing it with a project ID is invalid.
# @param [Google::Apis::IamcredentialsV1::SignJwtRequest] sign_jwt_request_object
# @param [String] fields