-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Make Operation.targetId of ResourceId type #792
Copy link
Copy link
Closed
Labels
api: computeIssues related to the Compute Engine API.Issues related to the Compute Engine API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.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.
Metadata
Metadata
Assignees
Labels
api: computeIssues related to the Compute Engine API.Issues related to the Compute Engine API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.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.
Compute's operations have a
targetIdfield that right now is of typeString.As soon as we mapped all possible resource URLs to identity classes we should change
targetIdtoResourceIdtype. Operation class should become:This way all methods in
Computewill return the corresponding operation, eg: