[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# google-cloud-debugger - Class Google::Cloud::Debugger::Credentials (v0.42.2)\n\nReference documentation and code samples for the google-cloud-debugger class Google::Cloud::Debugger::Credentials.\n\nCredentials\n-----------\n\nRepresents the authentication and authorization used to connect to the\nStackdriver Debugger service. \n\nInherits\n--------\n\n- Google::Cloud::Debugger::V2::Debugger::Credentials\n\nExample\n-------\n\n```ruby\nrequire \"google/cloud/debugger\"\n\nkeyfile = \"/path/to/keyfile.json\"\ncreds = Google::Cloud::Debugger::Credentials.new keyfile\n\ndebugger = Google::Cloud::Debugger.new(\n project_id: \"my-project\",\n credentials: creds\n)\n\ndebugger.project_id #=\u003e \"my-project\"\n```"]]