ExGcloudPubsubPuller v0.5.1 ExGcloudPubsubPuller.Gcloud View Source
Wrapper to gather all the steps needed to create a Tesla.Client connection to Google Cloud.
Link to this section Summary
Functions
Creates a Tesla.Client connection with Google Cloud.
Retrieves the Google Cloud Project ID from the credentials currently being used to communicate with Google Cloud.
Link to this section Functions
Link to this function
connection()
View Source
connection()
View Source
connection() :: Tesla.Client.t()
connection() :: Tesla.Client.t()
Creates a Tesla.Client connection with Google Cloud.
Link to this function
project_id()
View Source
project_id()
View Source
project_id() :: {:ok, String.t()} | {:error, <<_::0>>}
project_id() :: {:ok, String.t()} | {:error, <<_::0>>}
Retrieves the Google Cloud Project ID from the credentials currently being used to communicate with Google Cloud.