Skip to content

Add a common interface for resource field enums #456

Closed
@mziccard

Description

@mziccard

We should consider creating an interface for all field enums (e.g. DatasetField in gcloud-java-bigquery andBlobField in gcloud-java-storage).

interface ResourceField {
  String selector();
}

Selector's creation code (at least part of it) should be moved to a common static method.

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.api: computeIssues related to the Compute Engine API.triage meI really want to be triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions