withCloudProjectId method
Implementation
ProjectBuilder withCloudProjectId(final String cloudProjectId) {
_cloudProjectId = cloudProjectId;
return this;
}
ProjectBuilder withCloudProjectId(final String cloudProjectId) {
_cloudProjectId = cloudProjectId;
return this;
}