-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
api: computeIssues related to the Compute Engine API.Issues related to the Compute Engine API.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
Our XxxInfo
classes have two fields with a similar name
xxxId
: this fields is of typeXxxId
and holds a user-defined identity for the resourceid
: this fields holds a service-generated (opaque) id
We should provide a better naming to easily distinguish the two fields. Possible solutions are:
- renaming
id
togeneratedId
(this is the preferred way so far) - renaming
id
toopaqueId
Note: this issue also applies to other classes (e.g. compute's DiskImageConfiguration
).
Metadata
Metadata
Assignees
Labels
api: computeIssues related to the Compute Engine API.Issues related to the Compute Engine API.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.