Skip to content

Consider rename XXXService to XXX  #65

Closed
@aozarov

Description

@aozarov

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

🚨This issue needs some love.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