![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Handles Google Cloud operations such as project creation, API enabling, and API key generation. More...
Public Member Functions | |
| GoogleCloud (ICredentials credentials) | |
| string | GetProjectName (string projectId) |
| string | CreateProject (string projectName, string projectId=null) |
| bool | EnableApi (string googleProjectId, string serviceId) |
| bool | EnableApi (string googleProjectId, GoogleApi api) |
| string | GenerateApiKey (string googleProjectId) |
Handles Google Cloud operations such as project creation, API enabling, and API key generation.
Definition at line 29 of file GoogleCloud.cs.
| GenerallyPositive.GoogleCloud.GoogleCloud | ( | ICredentials | credentials | ) |
Definition at line 33 of file GoogleCloud.cs.
| string GenerallyPositive.GoogleCloud.CreateProject | ( | string | projectName, |
| string | projectId = null ) |
Definition at line 65 of file GoogleCloud.cs.
| bool GenerallyPositive.GoogleCloud.EnableApi | ( | string | googleProjectId, |
| GoogleApi | api ) |
Definition at line 199 of file GoogleCloud.cs.
| bool GenerallyPositive.GoogleCloud.EnableApi | ( | string | googleProjectId, |
| string | serviceId ) |
Definition at line 146 of file GoogleCloud.cs.
| string GenerallyPositive.GoogleCloud.GenerateApiKey | ( | string | googleProjectId | ) |
Definition at line 213 of file GoogleCloud.cs.
| string GenerallyPositive.GoogleCloud.GetProjectName | ( | string | projectId | ) |
Definition at line 48 of file GoogleCloud.cs.