Synchronize new proto/yaml changes.
PiperOrigin-RevId: 220347966
This commit is contained in:
parent
58ecdb1f0c
commit
fc08bcc66a
|
|
@ -1 +1 @@
|
|||
exports_files(["container.yaml"])
|
||||
exports_files(["container_v1.yaml"])
|
||||
|
|
|
|||
|
|
@ -1,34 +0,0 @@
|
|||
common:
|
||||
api_name: container
|
||||
api_version: v1
|
||||
organization_name: google-cloud
|
||||
proto_deps:
|
||||
- name: google-common-protos
|
||||
src_proto_paths:
|
||||
- v1
|
||||
service_yaml: container.yaml
|
||||
gapic_yaml: v1/container_gapic.yaml
|
||||
artifacts:
|
||||
- name: gapic_config
|
||||
type: GAPIC_CONFIG
|
||||
- name: java_gapic
|
||||
type: GAPIC
|
||||
language: JAVA
|
||||
- name: python_gapic
|
||||
type: GAPIC
|
||||
language: PYTHON
|
||||
- name: nodejs_gapic
|
||||
type: GAPIC
|
||||
language: NODEJS
|
||||
- name: php_gapic
|
||||
type: GAPIC
|
||||
language: PHP
|
||||
- name: go_gapic
|
||||
type: GAPIC
|
||||
language: GO
|
||||
- name: ruby_gapic
|
||||
type: GAPIC
|
||||
language: RUBY
|
||||
- name: csharp_gapic
|
||||
type: GAPIC
|
||||
language: CSHARP
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
type: google.api.Service
|
||||
config_version: 3
|
||||
name: container.googleapis.com
|
||||
title: Google Container Engine API
|
||||
|
||||
apis:
|
||||
- name: google.container.v1.ClusterManager
|
||||
|
||||
documentation:
|
||||
summary: |-
|
||||
The Google Kubernetes Engine API is used for building and managing container
|
||||
based applications, powered by the open source Kubernetes technology.
|
||||
|
||||
authentication:
|
||||
rules:
|
||||
- selector: '*'
|
||||
oauth:
|
||||
canonical_scopes: |-
|
||||
https://www.googleapis.com/auth/cloud-platform
|
||||
Loading…
Reference in New Issue