generated/google/apis/iamcredentials_v1/service.rb in google-api-client-0.28.4 vs generated/google/apis/iamcredentials_v1/service.rb in google-api-client-0.28.5

- old
+ new

@@ -49,11 +49,12 @@ # 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 # are requested, in the following format: - # `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``. + # `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 # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -84,11 +85,12 @@ # Generates an OpenID Connect ID token for a service account. # @param [String] name # The resource name of the service account for which the credentials # are requested, in the following format: - # `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``. + # `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 # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -119,11 +121,12 @@ # # @param [String] name # The resource name of the service account for which the credentials # are requested, in the following format: - # `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``. + # `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``. The `-` wildcard + # character is required; replacing it with a project ID is invalid. # @param [Google::Apis::IamcredentialsV1::GenerateIdentityBindingAccessTokenRequest] generate_identity_binding_access_token_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -154,11 +157,12 @@ # 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 # are requested, in the following format: - # `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``. + # `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 # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -189,10 +193,11 @@ # 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 # are requested, in the following format: - # `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``. + # `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 # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any