-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
api: cloudresourcemanagerIssues related to the Resource Manager API.Issues related to the Resource Manager API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Environment details
- google-cloud-java version(s): current master
Observed
Client library com.google.cloud.resourcemanager.Project object that is used in the client library instead of the com.google.api.services.cloudresourcemanager.model.Project proto makes some properties, notably parent, as package-private. This makes it impossible for the user application to set these properties, even though this would be possible when using the Resource Manager API directly.
Line 204 in 8ef362e
| abstract Builder setParent(ResourceId parent); |
Expected
Being able to set parent resourceId when creating a new project.
Metadata
Metadata
Assignees
Labels
api: cloudresourcemanagerIssues related to the Resource Manager API.Issues related to the Resource Manager API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.