Skip to content

Commit

Permalink
feat: Expose Compute's Service Account Email (#1656)
Browse files Browse the repository at this point in the history
* feat: Expose Compute's Service Account Email

* fix: Make `serviceAccountEmail` readonly
  • Loading branch information
danielbankhead committed Oct 2, 2023
1 parent 992397b commit ef29297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/computeclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface ComputeOptions extends RefreshOptions {
}

export class Compute extends OAuth2Client {
private serviceAccountEmail: string;
readonly serviceAccountEmail: string;
scopes: string[];

/**
Expand Down

0 comments on commit ef29297

Please sign in to comment.