Move to ApiCore namespace (#125)
- ❗ BREAKING All classes that were previously under the Google\GAX namespace have been moved to the Google\ApiCore namespace . To support this change, update code that consumes the affected classes with a mechanical rename from
Google\GAX
toGoogle\ApiCore
. - Restructure repo, moving generated protobuf classes under
src
directory, and protobuf metadata classes undermetadata
LongRunning and IAM namespace update (#126)
- ❗ BREAKING Generated protobuf classes for
LongRunning
have moved fromGoogle\Longrunning
toGoogle\LongRunning
- ❗ BREAKING Generated protobuf classes for
Iam
have moved fromGoogle\Iam
toGoogle\Cloud\Iam