Change logging interface names (#282)
This commit is contained in:
parent
cb506e9a44
commit
29915d486c
|
|
@ -3,6 +3,10 @@ language_settings:
|
|||
java:
|
||||
package_name: com.google.cloud.logging.spi.v2
|
||||
release_level: BETA
|
||||
interface_names:
|
||||
google.logging.v2.ConfigServiceV2: Config
|
||||
google.logging.v2.LoggingServiceV2: Logging
|
||||
google.logging.v2.MetricsServiceV2: Metrics
|
||||
python:
|
||||
package_name: google.cloud.gapic.logging.v2
|
||||
go:
|
||||
|
|
|
|||
Loading…
Reference in New Issue