Skip to content

Comments

Using async project ID discovery in ProjectManagement and InstanceId#728

Merged
hiranya911 merged 5 commits intomasterfrom
hkj-async-url2
Dec 16, 2019
Merged

Using async project ID discovery in ProjectManagement and InstanceId#728
hiranya911 merged 5 commits intomasterfrom
hkj-async-url2

Conversation

@hiranya911
Copy link
Contributor

Continuation of #715

Using utils.findProjectId() in ProjectManagement and InstanceId.

Copy link
Contributor

@nbegley nbegley left a comment

Choose a reason for hiding this comment

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

Project management changes LGTM.

private readonly resourceName: string;
private readonly projectId: string;
private readonly requestHandler: ProjectManagementRequestHandler;
private projectId: string;
Copy link
Contributor

Choose a reason for hiding this comment

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

It looks like this should be private projectId?: string; now

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Doesn't seem to be required for string and other primitive types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants