From 8c86ae8fcac8b05de008ba0c97cc8007c1ce1eca Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 2 Aug 2019 10:48:15 -0700 Subject: [PATCH] [CHANGE ME] Re-generated to pick up changes in the API or client library generator. (#220) --- packages/google-container/protos/protos.json | 3096 +++++++++++++++++ .../src/service_proto_list.json | 1 + .../src/v1/cluster_manager_client.js | 30 + packages/google-container/synth.metadata | 10 +- 4 files changed, 3132 insertions(+), 5 deletions(-) create mode 100644 packages/google-container/protos/protos.json create mode 100644 packages/google-container/src/service_proto_list.json diff --git a/packages/google-container/protos/protos.json b/packages/google-container/protos/protos.json new file mode 100644 index 00000000000..22a7751adf9 --- /dev/null +++ b/packages/google-container/protos/protos.json @@ -0,0 +1,3096 @@ +{ + "nested": { + "google": { + "nested": { + "container": { + "nested": { + "v1": { + "options": { + "go_package": "google.golang.org/genproto/googleapis/container/v1;container", + "java_multiple_files": true, + "java_outer_classname": "ClusterServiceProto", + "java_package": "com.google.container.v1", + "csharp_namespace": "Google.Cloud.Container.V1", + "php_namespace": "Google\\Cloud\\Container\\V1" + }, + "nested": { + "ClusterManager": { + "methods": { + "ListClusters": { + "requestType": "ListClustersRequest", + "responseType": "ListClustersResponse", + "options": { + "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/clusters", + "(google.api.http).additional_bindings.get": "/v1/projects/{project_id}/zones/{zone}/clusters" + } + }, + "GetCluster": { + "requestType": "GetClusterRequest", + "responseType": "Cluster", + "options": { + "(google.api.http).get": "/v1/{name=projects/*/locations/*/clusters/*}", + "(google.api.http).additional_bindings.get": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}" + } + }, + "CreateCluster": { + "requestType": "CreateClusterRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/clusters", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters", + "(google.api.http).additional_bindings.body": "*" + } + }, + "UpdateCluster": { + "requestType": "UpdateClusterRequest", + "responseType": "Operation", + "options": { + "(google.api.http).put": "/v1/{name=projects/*/locations/*/clusters/*}", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.put": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}", + "(google.api.http).additional_bindings.body": "*" + } + }, + "UpdateNodePool": { + "requestType": "UpdateNodePoolRequest", + "responseType": "Operation", + "options": { + "(google.api.http).put": "/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}/update", + "(google.api.http).additional_bindings.body": "*" + } + }, + "SetNodePoolAutoscaling": { + "requestType": "SetNodePoolAutoscalingRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:setAutoscaling", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}/autoscaling", + "(google.api.http).additional_bindings.body": "*" + } + }, + "SetLoggingService": { + "requestType": "SetLoggingServiceRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/clusters/*}:setLogging", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/logging", + "(google.api.http).additional_bindings.body": "*" + } + }, + "SetMonitoringService": { + "requestType": "SetMonitoringServiceRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/clusters/*}:setMonitoring", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/monitoring", + "(google.api.http).additional_bindings.body": "*" + } + }, + "SetAddonsConfig": { + "requestType": "SetAddonsConfigRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/clusters/*}:setAddons", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/addons", + "(google.api.http).additional_bindings.body": "*" + } + }, + "SetLocations": { + "requestType": "SetLocationsRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/clusters/*}:setLocations", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/locations", + "(google.api.http).additional_bindings.body": "*" + } + }, + "UpdateMaster": { + "requestType": "UpdateMasterRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/clusters/*}:updateMaster", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/master", + "(google.api.http).additional_bindings.body": "*" + } + }, + "SetMasterAuth": { + "requestType": "SetMasterAuthRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/clusters/*}:setMasterAuth", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:setMasterAuth", + "(google.api.http).additional_bindings.body": "*" + } + }, + "DeleteCluster": { + "requestType": "DeleteClusterRequest", + "responseType": "Operation", + "options": { + "(google.api.http).delete": "/v1/{name=projects/*/locations/*/clusters/*}", + "(google.api.http).additional_bindings.delete": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}" + } + }, + "ListOperations": { + "requestType": "ListOperationsRequest", + "responseType": "ListOperationsResponse", + "options": { + "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/operations", + "(google.api.http).additional_bindings.get": "/v1/projects/{project_id}/zones/{zone}/operations" + } + }, + "GetOperation": { + "requestType": "GetOperationRequest", + "responseType": "Operation", + "options": { + "(google.api.http).get": "/v1/{name=projects/*/locations/*/operations/*}", + "(google.api.http).additional_bindings.get": "/v1/projects/{project_id}/zones/{zone}/operations/{operation_id}" + } + }, + "CancelOperation": { + "requestType": "CancelOperationRequest", + "responseType": "google.protobuf.Empty", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/operations/*}:cancel", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/operations/{operation_id}:cancel", + "(google.api.http).additional_bindings.body": "*" + } + }, + "GetServerConfig": { + "requestType": "GetServerConfigRequest", + "responseType": "ServerConfig", + "options": { + "(google.api.http).get": "/v1/{name=projects/*/locations/*}/serverConfig", + "(google.api.http).additional_bindings.get": "/v1/projects/{project_id}/zones/{zone}/serverconfig" + } + }, + "ListNodePools": { + "requestType": "ListNodePoolsRequest", + "responseType": "ListNodePoolsResponse", + "options": { + "(google.api.http).get": "/v1/{parent=projects/*/locations/*/clusters/*}/nodePools", + "(google.api.http).additional_bindings.get": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools" + } + }, + "GetNodePool": { + "requestType": "GetNodePoolRequest", + "responseType": "NodePool", + "options": { + "(google.api.http).get": "/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}", + "(google.api.http).additional_bindings.get": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}" + } + }, + "CreateNodePool": { + "requestType": "CreateNodePoolRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{parent=projects/*/locations/*/clusters/*}/nodePools", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools", + "(google.api.http).additional_bindings.body": "*" + } + }, + "DeleteNodePool": { + "requestType": "DeleteNodePoolRequest", + "responseType": "Operation", + "options": { + "(google.api.http).delete": "/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}", + "(google.api.http).additional_bindings.delete": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}" + } + }, + "RollbackNodePoolUpgrade": { + "requestType": "RollbackNodePoolUpgradeRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:rollback", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}:rollback", + "(google.api.http).additional_bindings.body": "*" + } + }, + "SetNodePoolManagement": { + "requestType": "SetNodePoolManagementRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:setManagement", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}/setManagement", + "(google.api.http).additional_bindings.body": "*" + } + }, + "SetLabels": { + "requestType": "SetLabelsRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/clusters/*}:setResourceLabels", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/resourceLabels", + "(google.api.http).additional_bindings.body": "*" + } + }, + "SetLegacyAbac": { + "requestType": "SetLegacyAbacRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/clusters/*}:setLegacyAbac", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/legacyAbac", + "(google.api.http).additional_bindings.body": "*" + } + }, + "StartIPRotation": { + "requestType": "StartIPRotationRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/clusters/*}:startIpRotation", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:startIpRotation", + "(google.api.http).additional_bindings.body": "*" + } + }, + "CompleteIPRotation": { + "requestType": "CompleteIPRotationRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/clusters/*}:completeIpRotation", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:completeIpRotation", + "(google.api.http).additional_bindings.body": "*" + } + }, + "SetNodePoolSize": { + "requestType": "SetNodePoolSizeRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:setSize", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}/nodePools/{node_pool_id}/setSize", + "(google.api.http).additional_bindings.body": "*" + } + }, + "SetNetworkPolicy": { + "requestType": "SetNetworkPolicyRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/clusters/*}:setNetworkPolicy", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:setNetworkPolicy", + "(google.api.http).additional_bindings.body": "*" + } + }, + "SetMaintenancePolicy": { + "requestType": "SetMaintenancePolicyRequest", + "responseType": "Operation", + "options": { + "(google.api.http).post": "/v1/{name=projects/*/locations/*/clusters/*}:setMaintenancePolicy", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v1/projects/{project_id}/zones/{zone}/clusters/{cluster_id}:setMaintenancePolicy", + "(google.api.http).additional_bindings.body": "*" + } + } + } + }, + "NodeConfig": { + "fields": { + "machineType": { + "type": "string", + "id": 1 + }, + "diskSizeGb": { + "type": "int32", + "id": 2 + }, + "oauthScopes": { + "rule": "repeated", + "type": "string", + "id": 3 + }, + "serviceAccount": { + "type": "string", + "id": 9 + }, + "metadata": { + "keyType": "string", + "type": "string", + "id": 4 + }, + "imageType": { + "type": "string", + "id": 5 + }, + "labels": { + "keyType": "string", + "type": "string", + "id": 6 + }, + "localSsdCount": { + "type": "int32", + "id": 7 + }, + "tags": { + "rule": "repeated", + "type": "string", + "id": 8 + }, + "preemptible": { + "type": "bool", + "id": 10 + }, + "accelerators": { + "rule": "repeated", + "type": "AcceleratorConfig", + "id": 11 + }, + "diskType": { + "type": "string", + "id": 12 + }, + "minCpuPlatform": { + "type": "string", + "id": 13 + } + } + }, + "MasterAuth": { + "fields": { + "username": { + "type": "string", + "id": 1 + }, + "password": { + "type": "string", + "id": 2 + }, + "clientCertificateConfig": { + "type": "ClientCertificateConfig", + "id": 3 + }, + "clusterCaCertificate": { + "type": "string", + "id": 100 + }, + "clientCertificate": { + "type": "string", + "id": 101 + }, + "clientKey": { + "type": "string", + "id": 102 + } + } + }, + "ClientCertificateConfig": { + "fields": { + "issueClientCertificate": { + "type": "bool", + "id": 1 + } + } + }, + "AddonsConfig": { + "fields": { + "httpLoadBalancing": { + "type": "HttpLoadBalancing", + "id": 1 + }, + "horizontalPodAutoscaling": { + "type": "HorizontalPodAutoscaling", + "id": 2 + }, + "kubernetesDashboard": { + "type": "KubernetesDashboard", + "id": 3 + }, + "networkPolicyConfig": { + "type": "NetworkPolicyConfig", + "id": 4 + } + } + }, + "HttpLoadBalancing": { + "fields": { + "disabled": { + "type": "bool", + "id": 1 + } + } + }, + "HorizontalPodAutoscaling": { + "fields": { + "disabled": { + "type": "bool", + "id": 1 + } + } + }, + "KubernetesDashboard": { + "fields": { + "disabled": { + "type": "bool", + "id": 1 + } + } + }, + "NetworkPolicyConfig": { + "fields": { + "disabled": { + "type": "bool", + "id": 1 + } + } + }, + "PrivateClusterConfig": { + "fields": { + "enablePrivateNodes": { + "type": "bool", + "id": 1 + }, + "enablePrivateEndpoint": { + "type": "bool", + "id": 2 + }, + "masterIpv4CidrBlock": { + "type": "string", + "id": 3 + }, + "privateEndpoint": { + "type": "string", + "id": 4 + }, + "publicEndpoint": { + "type": "string", + "id": 5 + } + } + }, + "MasterAuthorizedNetworksConfig": { + "fields": { + "enabled": { + "type": "bool", + "id": 1 + }, + "cidrBlocks": { + "rule": "repeated", + "type": "CidrBlock", + "id": 2 + } + }, + "nested": { + "CidrBlock": { + "fields": { + "displayName": { + "type": "string", + "id": 1 + }, + "cidrBlock": { + "type": "string", + "id": 2 + } + } + } + } + }, + "LegacyAbac": { + "fields": { + "enabled": { + "type": "bool", + "id": 1 + } + } + }, + "NetworkPolicy": { + "fields": { + "provider": { + "type": "Provider", + "id": 1 + }, + "enabled": { + "type": "bool", + "id": 2 + } + }, + "nested": { + "Provider": { + "values": { + "PROVIDER_UNSPECIFIED": 0, + "CALICO": 1 + } + } + } + }, + "IPAllocationPolicy": { + "fields": { + "useIpAliases": { + "type": "bool", + "id": 1 + }, + "createSubnetwork": { + "type": "bool", + "id": 2 + }, + "subnetworkName": { + "type": "string", + "id": 3 + }, + "clusterIpv4Cidr": { + "type": "string", + "id": 4, + "options": { + "deprecated": true + } + }, + "nodeIpv4Cidr": { + "type": "string", + "id": 5, + "options": { + "deprecated": true + } + }, + "servicesIpv4Cidr": { + "type": "string", + "id": 6, + "options": { + "deprecated": true + } + }, + "clusterSecondaryRangeName": { + "type": "string", + "id": 7 + }, + "servicesSecondaryRangeName": { + "type": "string", + "id": 8 + }, + "clusterIpv4CidrBlock": { + "type": "string", + "id": 9 + }, + "nodeIpv4CidrBlock": { + "type": "string", + "id": 10 + }, + "servicesIpv4CidrBlock": { + "type": "string", + "id": 11 + } + } + }, + "Cluster": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "description": { + "type": "string", + "id": 2 + }, + "initialNodeCount": { + "type": "int32", + "id": 3 + }, + "nodeConfig": { + "type": "NodeConfig", + "id": 4 + }, + "masterAuth": { + "type": "MasterAuth", + "id": 5 + }, + "loggingService": { + "type": "string", + "id": 6 + }, + "monitoringService": { + "type": "string", + "id": 7 + }, + "network": { + "type": "string", + "id": 8 + }, + "clusterIpv4Cidr": { + "type": "string", + "id": 9 + }, + "addonsConfig": { + "type": "AddonsConfig", + "id": 10 + }, + "subnetwork": { + "type": "string", + "id": 11 + }, + "nodePools": { + "rule": "repeated", + "type": "NodePool", + "id": 12 + }, + "locations": { + "rule": "repeated", + "type": "string", + "id": 13 + }, + "enableKubernetesAlpha": { + "type": "bool", + "id": 14 + }, + "resourceLabels": { + "keyType": "string", + "type": "string", + "id": 15 + }, + "labelFingerprint": { + "type": "string", + "id": 16 + }, + "legacyAbac": { + "type": "LegacyAbac", + "id": 18 + }, + "networkPolicy": { + "type": "NetworkPolicy", + "id": 19 + }, + "ipAllocationPolicy": { + "type": "IPAllocationPolicy", + "id": 20 + }, + "masterAuthorizedNetworksConfig": { + "type": "MasterAuthorizedNetworksConfig", + "id": 22 + }, + "maintenancePolicy": { + "type": "MaintenancePolicy", + "id": 23 + }, + "networkConfig": { + "type": "NetworkConfig", + "id": 27 + }, + "privateClusterConfig": { + "type": "PrivateClusterConfig", + "id": 37 + }, + "selfLink": { + "type": "string", + "id": 100 + }, + "zone": { + "type": "string", + "id": 101, + "options": { + "deprecated": true + } + }, + "endpoint": { + "type": "string", + "id": 102 + }, + "initialClusterVersion": { + "type": "string", + "id": 103 + }, + "currentMasterVersion": { + "type": "string", + "id": 104 + }, + "currentNodeVersion": { + "type": "string", + "id": 105, + "options": { + "deprecated": true + } + }, + "createTime": { + "type": "string", + "id": 106 + }, + "status": { + "type": "Status", + "id": 107 + }, + "statusMessage": { + "type": "string", + "id": 108 + }, + "nodeIpv4CidrSize": { + "type": "int32", + "id": 109 + }, + "servicesIpv4Cidr": { + "type": "string", + "id": 110 + }, + "instanceGroupUrls": { + "rule": "repeated", + "type": "string", + "id": 111, + "options": { + "deprecated": true + } + }, + "currentNodeCount": { + "type": "int32", + "id": 112 + }, + "expireTime": { + "type": "string", + "id": 113 + }, + "location": { + "type": "string", + "id": 114 + } + }, + "nested": { + "Status": { + "values": { + "STATUS_UNSPECIFIED": 0, + "PROVISIONING": 1, + "RUNNING": 2, + "RECONCILING": 3, + "STOPPING": 4, + "ERROR": 5, + "DEGRADED": 6 + } + } + } + }, + "ClusterUpdate": { + "fields": { + "desiredNodeVersion": { + "type": "string", + "id": 4 + }, + "desiredMonitoringService": { + "type": "string", + "id": 5 + }, + "desiredAddonsConfig": { + "type": "AddonsConfig", + "id": 6 + }, + "desiredNodePoolId": { + "type": "string", + "id": 7 + }, + "desiredImageType": { + "type": "string", + "id": 8 + }, + "desiredNodePoolAutoscaling": { + "type": "NodePoolAutoscaling", + "id": 9 + }, + "desiredLocations": { + "rule": "repeated", + "type": "string", + "id": 10 + }, + "desiredMasterAuthorizedNetworksConfig": { + "type": "MasterAuthorizedNetworksConfig", + "id": 12 + }, + "desiredMasterVersion": { + "type": "string", + "id": 100 + } + } + }, + "Operation": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "operationType": { + "type": "Type", + "id": 3 + }, + "status": { + "type": "Status", + "id": 4 + }, + "detail": { + "type": "string", + "id": 8 + }, + "statusMessage": { + "type": "string", + "id": 5 + }, + "selfLink": { + "type": "string", + "id": 6 + }, + "targetLink": { + "type": "string", + "id": 7 + }, + "location": { + "type": "string", + "id": 9 + }, + "startTime": { + "type": "string", + "id": 10 + }, + "endTime": { + "type": "string", + "id": 11 + } + }, + "nested": { + "Status": { + "values": { + "STATUS_UNSPECIFIED": 0, + "PENDING": 1, + "RUNNING": 2, + "DONE": 3, + "ABORTING": 4 + } + }, + "Type": { + "values": { + "TYPE_UNSPECIFIED": 0, + "CREATE_CLUSTER": 1, + "DELETE_CLUSTER": 2, + "UPGRADE_MASTER": 3, + "UPGRADE_NODES": 4, + "REPAIR_CLUSTER": 5, + "UPDATE_CLUSTER": 6, + "CREATE_NODE_POOL": 7, + "DELETE_NODE_POOL": 8, + "SET_NODE_POOL_MANAGEMENT": 9, + "AUTO_REPAIR_NODES": 10, + "AUTO_UPGRADE_NODES": 11, + "SET_LABELS": 12, + "SET_MASTER_AUTH": 13, + "SET_NODE_POOL_SIZE": 14, + "SET_NETWORK_POLICY": 15, + "SET_MAINTENANCE_POLICY": 16 + } + } + } + }, + "CreateClusterRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "cluster": { + "type": "Cluster", + "id": 3 + }, + "parent": { + "type": "string", + "id": 5 + } + } + }, + "GetClusterRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "name": { + "type": "string", + "id": 5 + } + } + }, + "UpdateClusterRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "update": { + "type": "ClusterUpdate", + "id": 4 + }, + "name": { + "type": "string", + "id": 5 + } + } + }, + "UpdateNodePoolRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "nodePoolId": { + "type": "string", + "id": 4, + "options": { + "deprecated": true + } + }, + "nodeVersion": { + "type": "string", + "id": 5 + }, + "imageType": { + "type": "string", + "id": 6 + }, + "name": { + "type": "string", + "id": 8 + } + } + }, + "SetNodePoolAutoscalingRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "nodePoolId": { + "type": "string", + "id": 4, + "options": { + "deprecated": true + } + }, + "autoscaling": { + "type": "NodePoolAutoscaling", + "id": 5 + }, + "name": { + "type": "string", + "id": 6 + } + } + }, + "SetLoggingServiceRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2 + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "loggingService": { + "type": "string", + "id": 4 + }, + "name": { + "type": "string", + "id": 5 + } + } + }, + "SetMonitoringServiceRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "monitoringService": { + "type": "string", + "id": 4 + }, + "name": { + "type": "string", + "id": 6 + } + } + }, + "SetAddonsConfigRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "addonsConfig": { + "type": "AddonsConfig", + "id": 4 + }, + "name": { + "type": "string", + "id": 6 + } + } + }, + "SetLocationsRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "locations": { + "rule": "repeated", + "type": "string", + "id": 4 + }, + "name": { + "type": "string", + "id": 6 + } + } + }, + "UpdateMasterRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "masterVersion": { + "type": "string", + "id": 4 + }, + "name": { + "type": "string", + "id": 7 + } + } + }, + "SetMasterAuthRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "action": { + "type": "Action", + "id": 4 + }, + "update": { + "type": "MasterAuth", + "id": 5 + }, + "name": { + "type": "string", + "id": 7 + } + }, + "nested": { + "Action": { + "values": { + "UNKNOWN": 0, + "SET_PASSWORD": 1, + "GENERATE_PASSWORD": 2, + "SET_USERNAME": 3 + } + } + } + }, + "DeleteClusterRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "name": { + "type": "string", + "id": 4 + } + } + }, + "ListClustersRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "parent": { + "type": "string", + "id": 4 + } + } + }, + "ListClustersResponse": { + "fields": { + "clusters": { + "rule": "repeated", + "type": "Cluster", + "id": 1 + }, + "missingZones": { + "rule": "repeated", + "type": "string", + "id": 2 + } + } + }, + "GetOperationRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "operationId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "name": { + "type": "string", + "id": 5 + } + } + }, + "ListOperationsRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "parent": { + "type": "string", + "id": 4 + } + } + }, + "CancelOperationRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "operationId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "name": { + "type": "string", + "id": 4 + } + } + }, + "ListOperationsResponse": { + "fields": { + "operations": { + "rule": "repeated", + "type": "Operation", + "id": 1 + }, + "missingZones": { + "rule": "repeated", + "type": "string", + "id": 2 + } + } + }, + "GetServerConfigRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "name": { + "type": "string", + "id": 4 + } + } + }, + "ServerConfig": { + "fields": { + "defaultClusterVersion": { + "type": "string", + "id": 1 + }, + "validNodeVersions": { + "rule": "repeated", + "type": "string", + "id": 3 + }, + "defaultImageType": { + "type": "string", + "id": 4 + }, + "validImageTypes": { + "rule": "repeated", + "type": "string", + "id": 5 + }, + "validMasterVersions": { + "rule": "repeated", + "type": "string", + "id": 6 + } + } + }, + "CreateNodePoolRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "nodePool": { + "type": "NodePool", + "id": 4 + }, + "parent": { + "type": "string", + "id": 6 + } + } + }, + "DeleteNodePoolRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "nodePoolId": { + "type": "string", + "id": 4, + "options": { + "deprecated": true + } + }, + "name": { + "type": "string", + "id": 6 + } + } + }, + "ListNodePoolsRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "parent": { + "type": "string", + "id": 5 + } + } + }, + "GetNodePoolRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "nodePoolId": { + "type": "string", + "id": 4, + "options": { + "deprecated": true + } + }, + "name": { + "type": "string", + "id": 6 + } + } + }, + "NodePool": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "config": { + "type": "NodeConfig", + "id": 2 + }, + "initialNodeCount": { + "type": "int32", + "id": 3 + }, + "selfLink": { + "type": "string", + "id": 100 + }, + "version": { + "type": "string", + "id": 101 + }, + "instanceGroupUrls": { + "rule": "repeated", + "type": "string", + "id": 102 + }, + "status": { + "type": "Status", + "id": 103 + }, + "statusMessage": { + "type": "string", + "id": 104 + }, + "autoscaling": { + "type": "NodePoolAutoscaling", + "id": 4 + }, + "management": { + "type": "NodeManagement", + "id": 5 + } + }, + "nested": { + "Status": { + "values": { + "STATUS_UNSPECIFIED": 0, + "PROVISIONING": 1, + "RUNNING": 2, + "RUNNING_WITH_ERROR": 3, + "RECONCILING": 4, + "STOPPING": 5, + "ERROR": 6 + } + } + } + }, + "NodeManagement": { + "fields": { + "autoUpgrade": { + "type": "bool", + "id": 1 + }, + "autoRepair": { + "type": "bool", + "id": 2 + }, + "upgradeOptions": { + "type": "AutoUpgradeOptions", + "id": 10 + } + } + }, + "AutoUpgradeOptions": { + "fields": { + "autoUpgradeStartTime": { + "type": "string", + "id": 1 + }, + "description": { + "type": "string", + "id": 2 + } + } + }, + "MaintenancePolicy": { + "fields": { + "window": { + "type": "MaintenanceWindow", + "id": 1 + } + } + }, + "MaintenanceWindow": { + "oneofs": { + "policy": { + "oneof": [ + "dailyMaintenanceWindow" + ] + } + }, + "fields": { + "dailyMaintenanceWindow": { + "type": "DailyMaintenanceWindow", + "id": 2 + } + } + }, + "DailyMaintenanceWindow": { + "fields": { + "startTime": { + "type": "string", + "id": 2 + }, + "duration": { + "type": "string", + "id": 3 + } + } + }, + "SetNodePoolManagementRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "nodePoolId": { + "type": "string", + "id": 4, + "options": { + "deprecated": true + } + }, + "management": { + "type": "NodeManagement", + "id": 5 + }, + "name": { + "type": "string", + "id": 7 + } + } + }, + "SetNodePoolSizeRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "nodePoolId": { + "type": "string", + "id": 4, + "options": { + "deprecated": true + } + }, + "nodeCount": { + "type": "int32", + "id": 5 + }, + "name": { + "type": "string", + "id": 7 + } + } + }, + "RollbackNodePoolUpgradeRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "nodePoolId": { + "type": "string", + "id": 4, + "options": { + "deprecated": true + } + }, + "name": { + "type": "string", + "id": 6 + } + } + }, + "ListNodePoolsResponse": { + "fields": { + "nodePools": { + "rule": "repeated", + "type": "NodePool", + "id": 1 + } + } + }, + "NodePoolAutoscaling": { + "fields": { + "enabled": { + "type": "bool", + "id": 1 + }, + "minNodeCount": { + "type": "int32", + "id": 2 + }, + "maxNodeCount": { + "type": "int32", + "id": 3 + } + } + }, + "SetLabelsRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "resourceLabels": { + "keyType": "string", + "type": "string", + "id": 4 + }, + "labelFingerprint": { + "type": "string", + "id": 5 + }, + "name": { + "type": "string", + "id": 7 + } + } + }, + "SetLegacyAbacRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "enabled": { + "type": "bool", + "id": 4 + }, + "name": { + "type": "string", + "id": 6 + } + } + }, + "StartIPRotationRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "name": { + "type": "string", + "id": 6 + }, + "rotateCredentials": { + "type": "bool", + "id": 7 + } + } + }, + "CompleteIPRotationRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "name": { + "type": "string", + "id": 7 + } + } + }, + "AcceleratorConfig": { + "fields": { + "acceleratorCount": { + "type": "int64", + "id": 1 + }, + "acceleratorType": { + "type": "string", + "id": 2 + } + } + }, + "SetNetworkPolicyRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1, + "options": { + "deprecated": true + } + }, + "zone": { + "type": "string", + "id": 2, + "options": { + "deprecated": true + } + }, + "clusterId": { + "type": "string", + "id": 3, + "options": { + "deprecated": true + } + }, + "networkPolicy": { + "type": "NetworkPolicy", + "id": 4 + }, + "name": { + "type": "string", + "id": 6 + } + } + }, + "SetMaintenancePolicyRequest": { + "fields": { + "projectId": { + "type": "string", + "id": 1 + }, + "zone": { + "type": "string", + "id": 2 + }, + "clusterId": { + "type": "string", + "id": 3 + }, + "maintenancePolicy": { + "type": "MaintenancePolicy", + "id": 4 + }, + "name": { + "type": "string", + "id": 5 + } + } + }, + "NetworkConfig": { + "fields": { + "network": { + "type": "string", + "id": 1 + }, + "subnetwork": { + "type": "string", + "id": 2 + } + } + } + } + } + } + }, + "api": { + "options": { + "go_package": "google.golang.org/genproto/googleapis/api/annotations;annotations", + "java_multiple_files": true, + "java_outer_classname": "HttpProto", + "java_package": "com.google.api", + "objc_class_prefix": "GAPI", + "cc_enable_arenas": true + }, + "nested": { + "http": { + "type": "HttpRule", + "id": 72295728, + "extend": "google.protobuf.MethodOptions" + }, + "Http": { + "fields": { + "rules": { + "rule": "repeated", + "type": "HttpRule", + "id": 1 + }, + "fullyDecodeReservedExpansion": { + "type": "bool", + "id": 2 + } + } + }, + "HttpRule": { + "oneofs": { + "pattern": { + "oneof": [ + "get", + "put", + "post", + "delete", + "patch", + "custom" + ] + } + }, + "fields": { + "selector": { + "type": "string", + "id": 1 + }, + "get": { + "type": "string", + "id": 2 + }, + "put": { + "type": "string", + "id": 3 + }, + "post": { + "type": "string", + "id": 4 + }, + "delete": { + "type": "string", + "id": 5 + }, + "patch": { + "type": "string", + "id": 6 + }, + "custom": { + "type": "CustomHttpPattern", + "id": 8 + }, + "body": { + "type": "string", + "id": 7 + }, + "responseBody": { + "type": "string", + "id": 12 + }, + "additionalBindings": { + "rule": "repeated", + "type": "HttpRule", + "id": 11 + } + } + }, + "CustomHttpPattern": { + "fields": { + "kind": { + "type": "string", + "id": 1 + }, + "path": { + "type": "string", + "id": 2 + } + } + } + } + }, + "protobuf": { + "options": { + "go_package": "github.com/golang/protobuf/protoc-gen-go/descriptor;descriptor", + "java_package": "com.google.protobuf", + "java_outer_classname": "DescriptorProtos", + "csharp_namespace": "Google.Protobuf.Reflection", + "objc_class_prefix": "GPB", + "cc_enable_arenas": true, + "optimize_for": "SPEED" + }, + "nested": { + "FileDescriptorSet": { + "fields": { + "file": { + "rule": "repeated", + "type": "FileDescriptorProto", + "id": 1 + } + } + }, + "FileDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "package": { + "type": "string", + "id": 2 + }, + "dependency": { + "rule": "repeated", + "type": "string", + "id": 3 + }, + "publicDependency": { + "rule": "repeated", + "type": "int32", + "id": 10, + "options": { + "packed": false + } + }, + "weakDependency": { + "rule": "repeated", + "type": "int32", + "id": 11, + "options": { + "packed": false + } + }, + "messageType": { + "rule": "repeated", + "type": "DescriptorProto", + "id": 4 + }, + "enumType": { + "rule": "repeated", + "type": "EnumDescriptorProto", + "id": 5 + }, + "service": { + "rule": "repeated", + "type": "ServiceDescriptorProto", + "id": 6 + }, + "extension": { + "rule": "repeated", + "type": "FieldDescriptorProto", + "id": 7 + }, + "options": { + "type": "FileOptions", + "id": 8 + }, + "sourceCodeInfo": { + "type": "SourceCodeInfo", + "id": 9 + }, + "syntax": { + "type": "string", + "id": 12 + } + } + }, + "DescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "field": { + "rule": "repeated", + "type": "FieldDescriptorProto", + "id": 2 + }, + "extension": { + "rule": "repeated", + "type": "FieldDescriptorProto", + "id": 6 + }, + "nestedType": { + "rule": "repeated", + "type": "DescriptorProto", + "id": 3 + }, + "enumType": { + "rule": "repeated", + "type": "EnumDescriptorProto", + "id": 4 + }, + "extensionRange": { + "rule": "repeated", + "type": "ExtensionRange", + "id": 5 + }, + "oneofDecl": { + "rule": "repeated", + "type": "OneofDescriptorProto", + "id": 8 + }, + "options": { + "type": "MessageOptions", + "id": 7 + }, + "reservedRange": { + "rule": "repeated", + "type": "ReservedRange", + "id": 9 + }, + "reservedName": { + "rule": "repeated", + "type": "string", + "id": 10 + } + }, + "nested": { + "ExtensionRange": { + "fields": { + "start": { + "type": "int32", + "id": 1 + }, + "end": { + "type": "int32", + "id": 2 + }, + "options": { + "type": "ExtensionRangeOptions", + "id": 3 + } + } + }, + "ReservedRange": { + "fields": { + "start": { + "type": "int32", + "id": 1 + }, + "end": { + "type": "int32", + "id": 2 + } + } + } + } + }, + "ExtensionRangeOptions": { + "fields": { + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ] + }, + "FieldDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "number": { + "type": "int32", + "id": 3 + }, + "label": { + "type": "Label", + "id": 4 + }, + "type": { + "type": "Type", + "id": 5 + }, + "typeName": { + "type": "string", + "id": 6 + }, + "extendee": { + "type": "string", + "id": 2 + }, + "defaultValue": { + "type": "string", + "id": 7 + }, + "oneofIndex": { + "type": "int32", + "id": 9 + }, + "jsonName": { + "type": "string", + "id": 10 + }, + "options": { + "type": "FieldOptions", + "id": 8 + } + }, + "nested": { + "Type": { + "values": { + "TYPE_DOUBLE": 1, + "TYPE_FLOAT": 2, + "TYPE_INT64": 3, + "TYPE_UINT64": 4, + "TYPE_INT32": 5, + "TYPE_FIXED64": 6, + "TYPE_FIXED32": 7, + "TYPE_BOOL": 8, + "TYPE_STRING": 9, + "TYPE_GROUP": 10, + "TYPE_MESSAGE": 11, + "TYPE_BYTES": 12, + "TYPE_UINT32": 13, + "TYPE_ENUM": 14, + "TYPE_SFIXED32": 15, + "TYPE_SFIXED64": 16, + "TYPE_SINT32": 17, + "TYPE_SINT64": 18 + } + }, + "Label": { + "values": { + "LABEL_OPTIONAL": 1, + "LABEL_REQUIRED": 2, + "LABEL_REPEATED": 3 + } + } + } + }, + "OneofDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "options": { + "type": "OneofOptions", + "id": 2 + } + } + }, + "EnumDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "value": { + "rule": "repeated", + "type": "EnumValueDescriptorProto", + "id": 2 + }, + "options": { + "type": "EnumOptions", + "id": 3 + }, + "reservedRange": { + "rule": "repeated", + "type": "EnumReservedRange", + "id": 4 + }, + "reservedName": { + "rule": "repeated", + "type": "string", + "id": 5 + } + }, + "nested": { + "EnumReservedRange": { + "fields": { + "start": { + "type": "int32", + "id": 1 + }, + "end": { + "type": "int32", + "id": 2 + } + } + } + } + }, + "EnumValueDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "number": { + "type": "int32", + "id": 2 + }, + "options": { + "type": "EnumValueOptions", + "id": 3 + } + } + }, + "ServiceDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "method": { + "rule": "repeated", + "type": "MethodDescriptorProto", + "id": 2 + }, + "options": { + "type": "ServiceOptions", + "id": 3 + } + } + }, + "MethodDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "inputType": { + "type": "string", + "id": 2 + }, + "outputType": { + "type": "string", + "id": 3 + }, + "options": { + "type": "MethodOptions", + "id": 4 + }, + "clientStreaming": { + "type": "bool", + "id": 5, + "options": { + "default": false + } + }, + "serverStreaming": { + "type": "bool", + "id": 6, + "options": { + "default": false + } + } + } + }, + "FileOptions": { + "fields": { + "javaPackage": { + "type": "string", + "id": 1 + }, + "javaOuterClassname": { + "type": "string", + "id": 8 + }, + "javaMultipleFiles": { + "type": "bool", + "id": 10, + "options": { + "default": false + } + }, + "javaGenerateEqualsAndHash": { + "type": "bool", + "id": 20, + "options": { + "deprecated": true + } + }, + "javaStringCheckUtf8": { + "type": "bool", + "id": 27, + "options": { + "default": false + } + }, + "optimizeFor": { + "type": "OptimizeMode", + "id": 9, + "options": { + "default": "SPEED" + } + }, + "goPackage": { + "type": "string", + "id": 11 + }, + "ccGenericServices": { + "type": "bool", + "id": 16, + "options": { + "default": false + } + }, + "javaGenericServices": { + "type": "bool", + "id": 17, + "options": { + "default": false + } + }, + "pyGenericServices": { + "type": "bool", + "id": 18, + "options": { + "default": false + } + }, + "phpGenericServices": { + "type": "bool", + "id": 42, + "options": { + "default": false + } + }, + "deprecated": { + "type": "bool", + "id": 23, + "options": { + "default": false + } + }, + "ccEnableArenas": { + "type": "bool", + "id": 31, + "options": { + "default": false + } + }, + "objcClassPrefix": { + "type": "string", + "id": 36 + }, + "csharpNamespace": { + "type": "string", + "id": 37 + }, + "swiftPrefix": { + "type": "string", + "id": 39 + }, + "phpClassPrefix": { + "type": "string", + "id": 40 + }, + "phpNamespace": { + "type": "string", + "id": 41 + }, + "phpMetadataNamespace": { + "type": "string", + "id": 44 + }, + "rubyPackage": { + "type": "string", + "id": 45 + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ], + "reserved": [ + [ + 38, + 38 + ] + ], + "nested": { + "OptimizeMode": { + "values": { + "SPEED": 1, + "CODE_SIZE": 2, + "LITE_RUNTIME": 3 + } + } + } + }, + "MessageOptions": { + "fields": { + "messageSetWireFormat": { + "type": "bool", + "id": 1, + "options": { + "default": false + } + }, + "noStandardDescriptorAccessor": { + "type": "bool", + "id": 2, + "options": { + "default": false + } + }, + "deprecated": { + "type": "bool", + "id": 3, + "options": { + "default": false + } + }, + "mapEntry": { + "type": "bool", + "id": 7 + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ], + "reserved": [ + [ + 8, + 8 + ], + [ + 9, + 9 + ] + ] + }, + "FieldOptions": { + "fields": { + "ctype": { + "type": "CType", + "id": 1, + "options": { + "default": "STRING" + } + }, + "packed": { + "type": "bool", + "id": 2 + }, + "jstype": { + "type": "JSType", + "id": 6, + "options": { + "default": "JS_NORMAL" + } + }, + "lazy": { + "type": "bool", + "id": 5, + "options": { + "default": false + } + }, + "deprecated": { + "type": "bool", + "id": 3, + "options": { + "default": false + } + }, + "weak": { + "type": "bool", + "id": 10, + "options": { + "default": false + } + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ], + "reserved": [ + [ + 4, + 4 + ] + ], + "nested": { + "CType": { + "values": { + "STRING": 0, + "CORD": 1, + "STRING_PIECE": 2 + } + }, + "JSType": { + "values": { + "JS_NORMAL": 0, + "JS_STRING": 1, + "JS_NUMBER": 2 + } + } + } + }, + "OneofOptions": { + "fields": { + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ] + }, + "EnumOptions": { + "fields": { + "allowAlias": { + "type": "bool", + "id": 2 + }, + "deprecated": { + "type": "bool", + "id": 3, + "options": { + "default": false + } + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ], + "reserved": [ + [ + 5, + 5 + ] + ] + }, + "EnumValueOptions": { + "fields": { + "deprecated": { + "type": "bool", + "id": 1, + "options": { + "default": false + } + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ] + }, + "ServiceOptions": { + "fields": { + "deprecated": { + "type": "bool", + "id": 33, + "options": { + "default": false + } + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ] + }, + "MethodOptions": { + "fields": { + "deprecated": { + "type": "bool", + "id": 33, + "options": { + "default": false + } + }, + "idempotencyLevel": { + "type": "IdempotencyLevel", + "id": 34, + "options": { + "default": "IDEMPOTENCY_UNKNOWN" + } + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ], + "nested": { + "IdempotencyLevel": { + "values": { + "IDEMPOTENCY_UNKNOWN": 0, + "NO_SIDE_EFFECTS": 1, + "IDEMPOTENT": 2 + } + } + } + }, + "UninterpretedOption": { + "fields": { + "name": { + "rule": "repeated", + "type": "NamePart", + "id": 2 + }, + "identifierValue": { + "type": "string", + "id": 3 + }, + "positiveIntValue": { + "type": "uint64", + "id": 4 + }, + "negativeIntValue": { + "type": "int64", + "id": 5 + }, + "doubleValue": { + "type": "double", + "id": 6 + }, + "stringValue": { + "type": "bytes", + "id": 7 + }, + "aggregateValue": { + "type": "string", + "id": 8 + } + }, + "nested": { + "NamePart": { + "fields": { + "namePart": { + "rule": "required", + "type": "string", + "id": 1 + }, + "isExtension": { + "rule": "required", + "type": "bool", + "id": 2 + } + } + } + } + }, + "SourceCodeInfo": { + "fields": { + "location": { + "rule": "repeated", + "type": "Location", + "id": 1 + } + }, + "nested": { + "Location": { + "fields": { + "path": { + "rule": "repeated", + "type": "int32", + "id": 1 + }, + "span": { + "rule": "repeated", + "type": "int32", + "id": 2 + }, + "leadingComments": { + "type": "string", + "id": 3 + }, + "trailingComments": { + "type": "string", + "id": 4 + }, + "leadingDetachedComments": { + "rule": "repeated", + "type": "string", + "id": 6 + } + } + } + } + }, + "GeneratedCodeInfo": { + "fields": { + "annotation": { + "rule": "repeated", + "type": "Annotation", + "id": 1 + } + }, + "nested": { + "Annotation": { + "fields": { + "path": { + "rule": "repeated", + "type": "int32", + "id": 1 + }, + "sourceFile": { + "type": "string", + "id": 2 + }, + "begin": { + "type": "int32", + "id": 3 + }, + "end": { + "type": "int32", + "id": 4 + } + } + } + } + }, + "Empty": { + "fields": {} + } + } + } + } + } + } +} \ No newline at end of file diff --git a/packages/google-container/src/service_proto_list.json b/packages/google-container/src/service_proto_list.json new file mode 100644 index 00000000000..990343ce8ab --- /dev/null +++ b/packages/google-container/src/service_proto_list.json @@ -0,0 +1 @@ +["../protos/google/container/v1/cluster_service.proto"] \ No newline at end of file diff --git a/packages/google-container/src/v1/cluster_manager_client.js b/packages/google-container/src/v1/cluster_manager_client.js index ad861ebd9d7..be158e6ba1c 100644 --- a/packages/google-container/src/v1/cluster_manager_client.js +++ b/packages/google-container/src/v1/cluster_manager_client.js @@ -270,6 +270,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -343,6 +344,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -430,6 +432,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -509,6 +512,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -606,6 +610,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -691,6 +696,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -776,6 +782,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -857,6 +864,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -937,6 +945,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1020,6 +1029,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1106,6 +1116,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1193,6 +1204,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1274,6 +1286,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1342,6 +1355,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1415,6 +1429,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1479,6 +1494,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1546,6 +1562,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1619,6 +1636,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1698,6 +1716,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1778,6 +1797,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1857,6 +1877,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1937,6 +1958,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2026,6 +2048,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2116,6 +2139,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2193,6 +2217,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2268,6 +2293,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2341,6 +2367,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2424,6 +2451,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2503,6 +2531,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2581,6 +2610,7 @@ class ClusterManagerClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; diff --git a/packages/google-container/synth.metadata b/packages/google-container/synth.metadata index dc844fa0b76..261d744effe 100644 --- a/packages/google-container/synth.metadata +++ b/packages/google-container/synth.metadata @@ -1,19 +1,19 @@ { - "updateTime": "2019-06-18T00:58:16.756802Z", + "updateTime": "2019-08-02T11:10:14.187910Z", "sources": [ { "generator": { "name": "artman", - "version": "0.26.0", - "dockerImage": "googleapis/artman@sha256:6db0735b0d3beec5b887153a2a7c7411fc7bb53f73f6f389a822096bd14a3a15" + "version": "0.32.0", + "dockerImage": "googleapis/artman@sha256:6929f343c400122d85818195b18613330a12a014bffc1e08499550d40571479d" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "afa7c03170dfeacb3399079f8c955faf14eb4a67", - "internalRef": "253272509" + "sha": "3a40d3a5f5e5a33fd49888a8a33ed021f65c0ccf", + "internalRef": "261297518" } }, {