Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Expose Compute's Service Account Email #1656

Merged
merged 4 commits into from Oct 2, 2023

Conversation

@danielbankhead danielbankhead requested review from a team as code owners September 29, 2023 23:25
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Sep 29, 2023
@@ -33,7 +33,7 @@ export interface ComputeOptions extends RefreshOptions {
}

export class Compute extends OAuth2Client {
private serviceAccountEmail: string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: readonly maybe? Looks like the java implementation has a getter but no setter

@danielbankhead danielbankhead added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 2, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 2, 2023
@danielbankhead danielbankhead merged commit ef29297 into main Oct 2, 2023
18 checks passed
@danielbankhead danielbankhead deleted the expose-compute-service-account-email branch October 2, 2023 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compute should expose serviceAccountEmail
3 participants