Merge pull request #26 from saicheems/fix_config
Fix ConfigProto package paths
This commit is contained in:
commit
53cc5041e7
|
|
@ -1,4 +1,4 @@
|
|||
type: io.gapi.vgen.ConfigProto
|
||||
type: com.google.api.codegen.ConfigProto
|
||||
language_settings:
|
||||
python:
|
||||
package_name: google.devtools.cloudtrace.v1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
type: io.gapi.vgen.ConfigProto
|
||||
type: com.google.api.codegen.ConfigProto
|
||||
language_settings:
|
||||
java:
|
||||
package_name: com.google.cloud.logging.spi.v2
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
type: io.gapi.vgen.ConfigProto
|
||||
type: com.google.api.codegen.ConfigProto
|
||||
language_settings:
|
||||
java:
|
||||
package_name: com.google.cloud.pubsub.spi.v1
|
||||
|
|
|
|||
Loading…
Reference in New Issue