module Google::Cloud::Lustre::V1::Lustre::Paths

def service_account_path project:, service_account:

Returns:
  • (::String) -

Parameters:
  • service_account (String) --
  • project (String) --
def service_account_path project:, service_account:
  raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
  "projects/#{project}/serviceAccounts/#{service_account}"
end