Synchronize new proto changes.
This commit is contained in:
parent
e4ab7edcd7
commit
e94093478c
|
|
@ -23,6 +23,8 @@ option go_package = "google.golang.org/genproto/googleapis/container/v1;containe
|
|||
option java_multiple_files = true;
|
||||
option java_outer_classname = "ClusterServiceProto";
|
||||
option java_package = "com.google.container.v1";
|
||||
option csharp_namespace = "Google.Cloud.Container.V1";
|
||||
option php_namespace = "Google\\Cloud\\Container\\V1";
|
||||
|
||||
|
||||
// Google Container Engine Cluster Manager v1
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ language_settings:
|
|||
go:
|
||||
package_name: cloud.google.com/go/container/apiv1
|
||||
csharp:
|
||||
package_name: Google.Container.V1
|
||||
package_name: Google.Cloud.Container.V1
|
||||
ruby:
|
||||
package_name: Google::Cloud::Container::V1
|
||||
php:
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@ option go_package = "google.golang.org/genproto/googleapis/container/v1alpha1;co
|
|||
option java_multiple_files = true;
|
||||
option java_outer_classname = "ClusterServiceProto";
|
||||
option java_package = "com.google.container.v1alpha1";
|
||||
option csharp_namespace = "Google.Cloud.Container.V1Alpha1";
|
||||
option php_namespace = "Google\\Cloud\\Container\\V1alpha1";
|
||||
|
||||
|
||||
// Google Container Engine Cluster Manager v1alpha1
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@ option go_package = "google.golang.org/genproto/googleapis/container/v1beta1;con
|
|||
option java_multiple_files = true;
|
||||
option java_outer_classname = "ClusterServiceProto";
|
||||
option java_package = "com.google.container.v1beta1";
|
||||
option csharp_namespace = "Google.Cloud.Container.V1Beta1";
|
||||
option php_namespace = "Google\\Cloud\\Container\\V1beta1";
|
||||
|
||||
|
||||
// Google Container Engine Cluster Manager v1beta1
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ interfaces:
|
|||
- inspect_config
|
||||
- items
|
||||
- replace_configs
|
||||
- parameters:
|
||||
- inspect_config
|
||||
- items
|
||||
- image_redaction_configs
|
||||
required_fields:
|
||||
- inspect_config
|
||||
- items
|
||||
|
|
|
|||
Loading…
Reference in New Issue