abstract class
Google::Cloud::Client
- Google::Cloud::Client
- Reference
- Object
Direct Known Subclasses
Defined in:
cloud/client.crConstructors
Instance Method Summary
- #credentials : ServiceAccount::Key
- #delete(path : String, headers = HTTP::Headers.new, &)
- #get(path : String, headers = HTTP::Headers.new, &)
- #post(path : String, body, headers = HTTP::Headers.new, &)
- #scope : String
Constructor Detail
def self.new(credentials : Google::ServiceAccount::Key, uri : URI = URI.parse("https://googleapis.com"))
#