FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Consider rename XXXService to XXX · Issue #65 · googleapis/google-cloud-java · GitHub

Consider rename XXXService to XXX  #65

Description

Currently the service naming style in gcloud-java is as follow:

API:
XXXServiceFactory
XXXService
XXXServiceOptions
XXXServiceException

SPI:
XXXRpc
XXXRpcFactory

where XXX represent the service such as Datastore, Storage,...

I think it would be nicer if we drop the "Service" part and make the API names shorter, such as:

DatastoreFactory, Datastore, DatastoreOptions, DatastoreException
StorageFactory, Storage, StorageOptions, StorageException

Metadata

Metadata

Assignees

Labels

🚨 criticalP0 critical issue. Requires immediate fixtriage 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


Back | FazBrowse Home | New Git URL