{"id":18733284,"url":"https://github.com/autom8ter/gcloud","last_synced_at":"2025-09-07T06:37:08.092Z","repository":{"id":140621223,"uuid":"179444036","full_name":"autom8ter/gcloud","owner":"autom8ter","description":"a google cloud client and service set","archived":false,"fork":false,"pushed_at":"2019-04-08T07:31:23.000Z","size":235,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-07T06:37:01.438Z","etag":null,"topics":["autom8ter","colemanword","gcloud","gcp","google","googlecloudplatform"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/autom8ter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-04T07:22:59.000Z","updated_at":"2019-04-08T08:15:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"f85737b5-9ccd-4596-bd2d-a72bd4326256","html_url":"https://github.com/autom8ter/gcloud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/autom8ter/gcloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autom8ter%2Fgcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autom8ter%2Fgcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autom8ter%2Fgcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autom8ter%2Fgcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autom8ter","download_url":"https://codeload.github.com/autom8ter/gcloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autom8ter%2Fgcloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274005336,"owners_count":25205934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autom8ter","colemanword","gcloud","gcp","google","googlecloudplatform"],"created_at":"2024-11-07T15:09:16.858Z","updated_at":"2025-09-07T06:37:08.059Z","avatar_url":"https://github.com/autom8ter.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gcloud\n--\n    import \"github.com/autom8ter/gcloud\"\n\n\n## Usage\n\n#### type GCP\n\n```go\ntype GCP struct {\n\tOptions []option.ClientOption `validate:\"required\"`\n}\n```\n\nGCP is the configuration used to return gcp clients and services. Use Init() to\nvalidate GCP before using it.\n\n#### func  NewGCP\n\n```go\nfunc NewGCP(options ...option.ClientOption) *GCP\n```\n\n#### func (*GCP) Blogger\n\n```go\nfunc (g *GCP) Blogger(ctx context.Context) (*blogger.Service, error)\n```\n\n#### func (*GCP) Calendar\n\n```go\nfunc (g *GCP) Calendar(ctx context.Context) (*healthcare.Service, error)\n```\n\n#### func (*GCP) ClassRoom\n\n```go\nfunc (g *GCP) ClassRoom(ctx context.Context) (*class.Service, error)\n```\n\n#### func (*GCP) Container\n\n```go\nfunc (g *GCP) Container(ctx context.Context) (*container.Service, error)\n```\n\n#### func (*GCP) Content\n\n```go\nfunc (g *GCP) Content(ctx context.Context) (*content.APIService, error)\n```\n\n#### func (*GCP) CustomSearch\n\n```go\nfunc (g *GCP) CustomSearch(ctx context.Context) (*customsearch.Service, error)\n```\n\n#### func (*GCP) DBAdmin\n\n```go\nfunc (g *GCP) DBAdmin(ctx context.Context) (*database.DatabaseAdminClient, error)\n```\n\n#### func (*GCP) Docs\n\n```go\nfunc (g *GCP) Docs(ctx context.Context) (*docs.Service, error)\n```\n\n#### func (*GCP) Domains\n\n```go\nfunc (g *GCP) Domains(ctx context.Context) (*plusdomains.Service, error)\n```\n\n#### func (*GCP) Firestore\n\n```go\nfunc (g *GCP) Firestore(ctx context.Context, project string) (*firestore.Client, error)\n```\n\n#### func (*GCP) HTTP\n\n```go\nfunc (g *GCP) HTTP(ctx context.Context, scopes []string) (*http.Client, error)\n```\n\n#### func (*GCP) HealthCare\n\n```go\nfunc (g *GCP) HealthCare(ctx context.Context) (*healthcare.Service, error)\n```\n\n#### func (*GCP) IAM\n\n```go\nfunc (g *GCP) IAM(ctx context.Context) (*iam.Service, error)\n```\n\n#### func (*GCP) IOT\n\n```go\nfunc (g *GCP) IOT(ctx context.Context) (*iot.DeviceManagerClient, error)\n```\n\n#### func (*GCP) ImageAnnotator\n\n```go\nfunc (g *GCP) ImageAnnotator(ctx context.Context) (*vision.ImageAnnotatorClient, error)\n```\n\n#### func (*GCP) ImageProductSearch\n\n```go\nfunc (g *GCP) ImageProductSearch(ctx context.Context) (*vision.ProductSearchClient, error)\n```\n\n#### func (*GCP) Init\n\n```go\nfunc (g *GCP) Init() error\n```\n\n#### func (*GCP) Jobs\n\n```go\nfunc (g *GCP) Jobs(ctx context.Context) (*jobs.Service, error)\n```\n\n#### func (*GCP) KMS\n\n```go\nfunc (g *GCP) KMS(ctx context.Context) (*kms.KeyManagementClient, error)\n```\n\n#### func (*GCP) Kube\n\n```go\nfunc (g *GCP) Kube(inCluster bool) (*kubernetes.Clientset, error)\n```\n\n#### func (*GCP) Language\n\n```go\nfunc (g *GCP) Language(ctx context.Context) (*language.Client, error)\n```\n\n#### func (*GCP) OSLogin\n\n```go\nfunc (g *GCP) OSLogin(ctx context.Context) (*oslogin.Service, error)\n```\n\n#### func (*GCP) People\n\n```go\nfunc (g *GCP) People(ctx context.Context) (*people.Service, error)\n```\n\n#### func (*GCP) Photos\n\n```go\nfunc (g *GCP) Photos(cli *http.Client) (*photos.Service, error)\n```\n\n#### func (*GCP) Prediction\n\n```go\nfunc (g *GCP) Prediction(cli *http.Client) (*prediction.Service, error)\n```\n\n#### func (*GCP) PubSub\n\n```go\nfunc (g *GCP) PubSub(ctx context.Context, project string) (*pubsub.Client, error)\n```\n\n#### func (*GCP) Redis\n\n```go\nfunc (g *GCP) Redis(ctx context.Context) (*redis.Service, error)\n```\n\n#### func (*GCP) RuntimeGCP\n\n```go\nfunc (g *GCP) RuntimeGCP(ctx context.Context) (*run.Service, error)\n```\n\n#### func (*GCP) Sheets\n\n```go\nfunc (g *GCP) Sheets(ctx context.Context) (*sheets.Service, error)\n```\n\n#### func (*GCP) Slides\n\n```go\nfunc (g *GCP) Slides(ctx context.Context) (*slides.Service, error)\n```\n\n#### func (*GCP) Spanner\n\n```go\nfunc (g *GCP) Spanner(ctx context.Context, database string) (*spanner.Client, error)\n```\n\n#### func (*GCP) Speech\n\n```go\nfunc (g *GCP) Speech(ctx context.Context) (*speech.Client, error)\n```\n\n#### func (*GCP) Storage\n\n```go\nfunc (g *GCP) Storage(ctx context.Context) (*storage.Client, error)\n```\n\n#### func (*GCP) Tasks\n\n```go\nfunc (g *GCP) Tasks(ctx context.Context) (*tasks.Service, error)\n```\n\n#### func (*GCP) Text2Speech\n\n```go\nfunc (g *GCP) Text2Speech(ctx context.Context) (*texttospeech.Client, error)\n```\n\n#### func (*GCP) Translate\n\n```go\nfunc (g *GCP) Translate(ctx context.Context) (*translate.Client, error)\n```\n\n#### func (*GCP) VideoIntelligence\n\n```go\nfunc (g *GCP) VideoIntelligence(ctx context.Context) (*videointelligence.Client, error)\n```\n\n#### func (*GCP) YoutTube\n\n```go\nfunc (g *GCP) YoutTube(ctx context.Context) (*youtube.Service, error)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautom8ter%2Fgcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautom8ter%2Fgcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautom8ter%2Fgcloud/lists"}