{
  "nested": {
    "google": {
      "nested": {
        "bigtable": {
          "nested": {
            "admin": {
              "nested": {
                "v2": {
                  "options": {
                    "csharp_namespace": "Google.Cloud.Bigtable.Admin.V2",
                    "go_package": "cloud.google.com/go/bigtable/admin/apiv2/adminpb;adminpb",
                    "java_multiple_files": true,
                    "java_outer_classname": "TypesProto",
                    "java_package": "com.google.bigtable.admin.v2",
                    "php_namespace": "Google\\Cloud\\Bigtable\\Admin\\V2",
                    "ruby_package": "Google::Cloud::Bigtable::Admin::V2",
                    "(google.api.resource_definition).type": "cloudkms.googleapis.com/CryptoKeyVersion",
                    "(google.api.resource_definition).pattern": "projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}"
                  },
                  "nested": {
                    "BigtableInstanceAdmin": {
                      "options": {
                        "(google.api.default_host)": "bigtableadmin.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/bigtable.admin,https://www.googleapis.com/auth/bigtable.admin.cluster,https://www.googleapis.com/auth/bigtable.admin.instance,https://www.googleapis.com/auth/cloud-bigtable.admin,https://www.googleapis.com/auth/cloud-bigtable.admin.cluster,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-platform.read-only"
                      },
                      "methods": {
                        "CreateInstance": {
                          "requestType": "CreateInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{parent=projects/*}/instances",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "parent,instance_id,instance,clusters",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "CreateInstanceMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{parent=projects/*}/instances",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,instance_id,instance,clusters"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "CreateInstanceMetadata"
                              }
                            }
                          ]
                        },
                        "GetInstance": {
                          "requestType": "GetInstanceRequest",
                          "responseType": "Instance",
                          "options": {
                            "(google.api.http).get": "/v2/{name=projects/*/instances/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{name=projects/*/instances/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "ListInstances": {
                          "requestType": "ListInstancesRequest",
                          "responseType": "ListInstancesResponse",
                          "options": {
                            "(google.api.http).get": "/v2/{parent=projects/*}/instances",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{parent=projects/*}/instances"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "UpdateInstance": {
                          "requestType": "Instance",
                          "responseType": "Instance",
                          "options": {
                            "(google.api.http).put": "/v2/{name=projects/*/instances/*}",
                            "(google.api.http).body": "*"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "put": "/v2/{name=projects/*/instances/*}",
                                "body": "*"
                              }
                            }
                          ]
                        },
                        "PartialUpdateInstance": {
                          "requestType": "PartialUpdateInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v2/{instance.name=projects/*/instances/*}",
                            "(google.api.http).body": "instance",
                            "(google.api.method_signature)": "instance,update_mask",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "UpdateInstanceMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v2/{instance.name=projects/*/instances/*}",
                                "body": "instance"
                              }
                            },
                            {
                              "(google.api.method_signature)": "instance,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "UpdateInstanceMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteInstance": {
                          "requestType": "DeleteInstanceRequest",
                          "responseType": "google.protobuf.Empty",
                          "options": {
                            "(google.api.http).delete": "/v2/{name=projects/*/instances/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v2/{name=projects/*/instances/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateCluster": {
                          "requestType": "CreateClusterRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{parent=projects/*/instances/*}/clusters",
                            "(google.api.http).body": "cluster",
                            "(google.api.method_signature)": "parent,cluster_id,cluster",
                            "(google.longrunning.operation_info).response_type": "Cluster",
                            "(google.longrunning.operation_info).metadata_type": "CreateClusterMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{parent=projects/*/instances/*}/clusters",
                                "body": "cluster"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,cluster_id,cluster"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Cluster",
                                "metadata_type": "CreateClusterMetadata"
                              }
                            }
                          ]
                        },
                        "GetCluster": {
                          "requestType": "GetClusterRequest",
                          "responseType": "Cluster",
                          "options": {
                            "(google.api.http).get": "/v2/{name=projects/*/instances/*/clusters/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{name=projects/*/instances/*/clusters/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "ListClusters": {
                          "requestType": "ListClustersRequest",
                          "responseType": "ListClustersResponse",
                          "options": {
                            "(google.api.http).get": "/v2/{parent=projects/*/instances/*}/clusters",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{parent=projects/*/instances/*}/clusters"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "UpdateCluster": {
                          "requestType": "Cluster",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).put": "/v2/{name=projects/*/instances/*/clusters/*}",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Cluster",
                            "(google.longrunning.operation_info).metadata_type": "UpdateClusterMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "put": "/v2/{name=projects/*/instances/*/clusters/*}",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Cluster",
                                "metadata_type": "UpdateClusterMetadata"
                              }
                            }
                          ]
                        },
                        "PartialUpdateCluster": {
                          "requestType": "PartialUpdateClusterRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v2/{cluster.name=projects/*/instances/*/clusters/*}",
                            "(google.api.http).body": "cluster",
                            "(google.api.method_signature)": "cluster,update_mask",
                            "(google.longrunning.operation_info).response_type": "Cluster",
                            "(google.longrunning.operation_info).metadata_type": "PartialUpdateClusterMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v2/{cluster.name=projects/*/instances/*/clusters/*}",
                                "body": "cluster"
                              }
                            },
                            {
                              "(google.api.method_signature)": "cluster,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Cluster",
                                "metadata_type": "PartialUpdateClusterMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteCluster": {
                          "requestType": "DeleteClusterRequest",
                          "responseType": "google.protobuf.Empty",
                          "options": {
                            "(google.api.http).delete": "/v2/{name=projects/*/instances/*/clusters/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v2/{name=projects/*/instances/*/clusters/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateAppProfile": {
                          "requestType": "CreateAppProfileRequest",
                          "responseType": "AppProfile",
                          "options": {
                            "(google.api.http).post": "/v2/{parent=projects/*/instances/*}/appProfiles",
                            "(google.api.http).body": "app_profile",
                            "(google.api.method_signature)": "parent,app_profile_id,app_profile"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{parent=projects/*/instances/*}/appProfiles",
                                "body": "app_profile"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,app_profile_id,app_profile"
                            }
                          ]
                        },
                        "GetAppProfile": {
                          "requestType": "GetAppProfileRequest",
                          "responseType": "AppProfile",
                          "options": {
                            "(google.api.http).get": "/v2/{name=projects/*/instances/*/appProfiles/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{name=projects/*/instances/*/appProfiles/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "ListAppProfiles": {
                          "requestType": "ListAppProfilesRequest",
                          "responseType": "ListAppProfilesResponse",
                          "options": {
                            "(google.api.http).get": "/v2/{parent=projects/*/instances/*}/appProfiles",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{parent=projects/*/instances/*}/appProfiles"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "UpdateAppProfile": {
                          "requestType": "UpdateAppProfileRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v2/{app_profile.name=projects/*/instances/*/appProfiles/*}",
                            "(google.api.http).body": "app_profile",
                            "(google.api.method_signature)": "app_profile,update_mask",
                            "(google.longrunning.operation_info).response_type": "AppProfile",
                            "(google.longrunning.operation_info).metadata_type": "UpdateAppProfileMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v2/{app_profile.name=projects/*/instances/*/appProfiles/*}",
                                "body": "app_profile"
                              }
                            },
                            {
                              "(google.api.method_signature)": "app_profile,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AppProfile",
                                "metadata_type": "UpdateAppProfileMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteAppProfile": {
                          "requestType": "DeleteAppProfileRequest",
                          "responseType": "google.protobuf.Empty",
                          "options": {
                            "(google.api.http).delete": "/v2/{name=projects/*/instances/*/appProfiles/*}",
                            "(google.api.method_signature)": "name,ignore_warnings"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v2/{name=projects/*/instances/*/appProfiles/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.api.method_signature)": "name,ignore_warnings"
                            }
                          ]
                        },
                        "GetIamPolicy": {
                          "requestType": "google.iam.v1.GetIamPolicyRequest",
                          "responseType": "google.iam.v1.Policy",
                          "options": {
                            "(google.api.http).post": "/v2/{resource=projects/*/instances/*}:getIamPolicy",
                            "(google.api.http).body": "*",
                            "(google.api.http).additional_bindings.post": "/v2/{resource=projects/*/instances/*/logicalViews/*}:getIamPolicy",
                            "(google.api.http).additional_bindings.body": "*",
                            "(google.api.method_signature)": "resource"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{resource=projects/*/instances/*}:getIamPolicy",
                                "body": "*",
                                "additional_bindings": [
                                  {
                                    "post": "/v2/{resource=projects/*/instances/*/materializedViews/*}:getIamPolicy",
                                    "body": "*"
                                  },
                                  {
                                    "post": "/v2/{resource=projects/*/instances/*/logicalViews/*}:getIamPolicy",
                                    "body": "*"
                                  }
                                ]
                              }
                            },
                            {
                              "(google.api.method_signature)": "resource"
                            }
                          ]
                        },
                        "SetIamPolicy": {
                          "requestType": "google.iam.v1.SetIamPolicyRequest",
                          "responseType": "google.iam.v1.Policy",
                          "options": {
                            "(google.api.http).post": "/v2/{resource=projects/*/instances/*}:setIamPolicy",
                            "(google.api.http).body": "*",
                            "(google.api.http).additional_bindings.post": "/v2/{resource=projects/*/instances/*/logicalViews/*}:setIamPolicy",
                            "(google.api.http).additional_bindings.body": "*",
                            "(google.api.method_signature)": "resource,policy"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{resource=projects/*/instances/*}:setIamPolicy",
                                "body": "*",
                                "additional_bindings": [
                                  {
                                    "post": "/v2/{resource=projects/*/instances/*/materializedViews/*}:setIamPolicy",
                                    "body": "*"
                                  },
                                  {
                                    "post": "/v2/{resource=projects/*/instances/*/logicalViews/*}:setIamPolicy",
                                    "body": "*"
                                  }
                                ]
                              }
                            },
                            {
                              "(google.api.method_signature)": "resource,policy"
                            }
                          ]
                        },
                        "TestIamPermissions": {
                          "requestType": "google.iam.v1.TestIamPermissionsRequest",
                          "responseType": "google.iam.v1.TestIamPermissionsResponse",
                          "options": {
                            "(google.api.http).post": "/v2/{resource=projects/*/instances/*}:testIamPermissions",
                            "(google.api.http).body": "*",
                            "(google.api.http).additional_bindings.post": "/v2/{resource=projects/*/instances/*/logicalViews/*}:testIamPermissions",
                            "(google.api.http).additional_bindings.body": "*",
                            "(google.api.method_signature)": "resource,permissions"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{resource=projects/*/instances/*}:testIamPermissions",
                                "body": "*",
                                "additional_bindings": [
                                  {
                                    "post": "/v2/{resource=projects/*/instances/*/materializedViews/*}:testIamPermissions",
                                    "body": "*"
                                  },
                                  {
                                    "post": "/v2/{resource=projects/*/instances/*/logicalViews/*}:testIamPermissions",
                                    "body": "*"
                                  }
                                ]
                              }
                            },
                            {
                              "(google.api.method_signature)": "resource,permissions"
                            }
                          ]
                        },
                        "ListHotTablets": {
                          "requestType": "ListHotTabletsRequest",
                          "responseType": "ListHotTabletsResponse",
                          "options": {
                            "(google.api.http).get": "/v2/{parent=projects/*/instances/*/clusters/*}/hotTablets",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{parent=projects/*/instances/*/clusters/*}/hotTablets"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "CreateLogicalView": {
                          "requestType": "CreateLogicalViewRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{parent=projects/*/instances/*}/logicalViews",
                            "(google.api.http).body": "logical_view",
                            "(google.api.method_signature)": "parent,logical_view,logical_view_id",
                            "(google.longrunning.operation_info).response_type": "LogicalView",
                            "(google.longrunning.operation_info).metadata_type": "CreateLogicalViewMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{parent=projects/*/instances/*}/logicalViews",
                                "body": "logical_view"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,logical_view,logical_view_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "LogicalView",
                                "metadata_type": "CreateLogicalViewMetadata"
                              }
                            }
                          ]
                        },
                        "GetLogicalView": {
                          "requestType": "GetLogicalViewRequest",
                          "responseType": "LogicalView",
                          "options": {
                            "(google.api.http).get": "/v2/{name=projects/*/instances/*/logicalViews/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{name=projects/*/instances/*/logicalViews/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "ListLogicalViews": {
                          "requestType": "ListLogicalViewsRequest",
                          "responseType": "ListLogicalViewsResponse",
                          "options": {
                            "(google.api.http).get": "/v2/{parent=projects/*/instances/*}/logicalViews",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{parent=projects/*/instances/*}/logicalViews"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "UpdateLogicalView": {
                          "requestType": "UpdateLogicalViewRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v2/{logical_view.name=projects/*/instances/*/logicalViews/*}",
                            "(google.api.http).body": "logical_view",
                            "(google.api.method_signature)": "logical_view,update_mask",
                            "(google.longrunning.operation_info).response_type": "LogicalView",
                            "(google.longrunning.operation_info).metadata_type": "UpdateLogicalViewMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v2/{logical_view.name=projects/*/instances/*/logicalViews/*}",
                                "body": "logical_view"
                              }
                            },
                            {
                              "(google.api.method_signature)": "logical_view,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "LogicalView",
                                "metadata_type": "UpdateLogicalViewMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteLogicalView": {
                          "requestType": "DeleteLogicalViewRequest",
                          "responseType": "google.protobuf.Empty",
                          "options": {
                            "(google.api.http).delete": "/v2/{name=projects/*/instances/*/logicalViews/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v2/{name=projects/*/instances/*/logicalViews/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateMaterializedView": {
                          "requestType": "CreateMaterializedViewRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{parent=projects/*/instances/*}/materializedViews",
                            "(google.api.http).body": "materialized_view",
                            "(google.api.method_signature)": "parent,materialized_view,materialized_view_id",
                            "(google.longrunning.operation_info).response_type": "MaterializedView",
                            "(google.longrunning.operation_info).metadata_type": "CreateMaterializedViewMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{parent=projects/*/instances/*}/materializedViews",
                                "body": "materialized_view"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,materialized_view,materialized_view_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MaterializedView",
                                "metadata_type": "CreateMaterializedViewMetadata"
                              }
                            }
                          ]
                        },
                        "GetMaterializedView": {
                          "requestType": "GetMaterializedViewRequest",
                          "responseType": "MaterializedView",
                          "options": {
                            "(google.api.http).get": "/v2/{name=projects/*/instances/*/materializedViews/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{name=projects/*/instances/*/materializedViews/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "ListMaterializedViews": {
                          "requestType": "ListMaterializedViewsRequest",
                          "responseType": "ListMaterializedViewsResponse",
                          "options": {
                            "(google.api.http).get": "/v2/{parent=projects/*/instances/*}/materializedViews",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{parent=projects/*/instances/*}/materializedViews"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "UpdateMaterializedView": {
                          "requestType": "UpdateMaterializedViewRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v2/{materialized_view.name=projects/*/instances/*/materializedViews/*}",
                            "(google.api.http).body": "materialized_view",
                            "(google.api.method_signature)": "materialized_view,update_mask",
                            "(google.longrunning.operation_info).response_type": "MaterializedView",
                            "(google.longrunning.operation_info).metadata_type": "UpdateMaterializedViewMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v2/{materialized_view.name=projects/*/instances/*/materializedViews/*}",
                                "body": "materialized_view"
                              }
                            },
                            {
                              "(google.api.method_signature)": "materialized_view,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MaterializedView",
                                "metadata_type": "UpdateMaterializedViewMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteMaterializedView": {
                          "requestType": "DeleteMaterializedViewRequest",
                          "responseType": "google.protobuf.Empty",
                          "options": {
                            "(google.api.http).delete": "/v2/{name=projects/*/instances/*/materializedViews/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v2/{name=projects/*/instances/*/materializedViews/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        }
                      }
                    },
                    "CreateInstanceRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "cloudresourcemanager.googleapis.com/Project"
                          }
                        },
                        "instanceId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "instance": {
                          "type": "Instance",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "clusters": {
                          "keyType": "string",
                          "type": "Cluster",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "GetInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Instance"
                          }
                        }
                      }
                    },
                    "ListInstancesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "cloudresourcemanager.googleapis.com/Project"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "ListInstancesResponse": {
                      "fields": {
                        "instances": {
                          "rule": "repeated",
                          "type": "Instance",
                          "id": 1
                        },
                        "failedLocations": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 2
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "PartialUpdateInstanceRequest": {
                      "fields": {
                        "instance": {
                          "type": "Instance",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Instance"
                          }
                        }
                      }
                    },
                    "CreateClusterRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Instance"
                          }
                        },
                        "clusterId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "cluster": {
                          "type": "Cluster",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "GetClusterRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Cluster"
                          }
                        }
                      }
                    },
                    "ListClustersRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Instance"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "ListClustersResponse": {
                      "fields": {
                        "clusters": {
                          "rule": "repeated",
                          "type": "Cluster",
                          "id": 1
                        },
                        "failedLocations": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 2
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "DeleteClusterRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Cluster"
                          }
                        }
                      }
                    },
                    "CreateInstanceMetadata": {
                      "fields": {
                        "originalRequest": {
                          "type": "CreateInstanceRequest",
                          "id": 1
                        },
                        "requestTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "finishTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        }
                      }
                    },
                    "UpdateInstanceMetadata": {
                      "fields": {
                        "originalRequest": {
                          "type": "PartialUpdateInstanceRequest",
                          "id": 1
                        },
                        "requestTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "finishTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        }
                      }
                    },
                    "CreateClusterMetadata": {
                      "fields": {
                        "originalRequest": {
                          "type": "CreateClusterRequest",
                          "id": 1
                        },
                        "requestTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "finishTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        },
                        "tables": {
                          "keyType": "string",
                          "type": "TableProgress",
                          "id": 4
                        }
                      },
                      "nested": {
                        "TableProgress": {
                          "fields": {
                            "estimatedSizeBytes": {
                              "type": "int64",
                              "id": 2
                            },
                            "estimatedCopiedBytes": {
                              "type": "int64",
                              "id": 3
                            },
                            "state": {
                              "type": "State",
                              "id": 4
                            }
                          },
                          "nested": {
                            "State": {
                              "values": {
                                "STATE_UNSPECIFIED": 0,
                                "PENDING": 1,
                                "COPYING": 2,
                                "COMPLETED": 3,
                                "CANCELLED": 4
                              }
                            }
                          }
                        }
                      }
                    },
                    "UpdateClusterMetadata": {
                      "fields": {
                        "originalRequest": {
                          "type": "Cluster",
                          "id": 1
                        },
                        "requestTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "finishTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        }
                      }
                    },
                    "PartialUpdateClusterMetadata": {
                      "fields": {
                        "requestTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 1
                        },
                        "finishTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "originalRequest": {
                          "type": "PartialUpdateClusterRequest",
                          "id": 3
                        }
                      }
                    },
                    "PartialUpdateClusterRequest": {
                      "fields": {
                        "cluster": {
                          "type": "Cluster",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "CreateAppProfileRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Instance"
                          }
                        },
                        "appProfileId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "appProfile": {
                          "type": "AppProfile",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "ignoreWarnings": {
                          "type": "bool",
                          "id": 4
                        }
                      }
                    },
                    "GetAppProfileRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/AppProfile"
                          }
                        }
                      }
                    },
                    "ListAppProfilesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Instance"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 3
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "ListAppProfilesResponse": {
                      "fields": {
                        "appProfiles": {
                          "rule": "repeated",
                          "type": "AppProfile",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "failedLocations": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "UpdateAppProfileRequest": {
                      "fields": {
                        "appProfile": {
                          "type": "AppProfile",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "ignoreWarnings": {
                          "type": "bool",
                          "id": 3
                        }
                      }
                    },
                    "DeleteAppProfileRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/AppProfile"
                          }
                        },
                        "ignoreWarnings": {
                          "type": "bool",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateAppProfileMetadata": {
                      "fields": {}
                    },
                    "ListHotTabletsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Cluster"
                          }
                        },
                        "startTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 4
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 5
                        }
                      }
                    },
                    "ListHotTabletsResponse": {
                      "fields": {
                        "hotTablets": {
                          "rule": "repeated",
                          "type": "HotTablet",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "CreateLogicalViewRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Instance"
                          }
                        },
                        "logicalViewId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "logicalView": {
                          "type": "LogicalView",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "CreateLogicalViewMetadata": {
                      "fields": {
                        "originalRequest": {
                          "type": "CreateLogicalViewRequest",
                          "id": 1
                        },
                        "startTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        }
                      }
                    },
                    "GetLogicalViewRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/LogicalView"
                          }
                        }
                      }
                    },
                    "ListLogicalViewsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "bigtableadmin.googleapis.com/LogicalView"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListLogicalViewsResponse": {
                      "fields": {
                        "logicalViews": {
                          "rule": "repeated",
                          "type": "LogicalView",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "UpdateLogicalViewRequest": {
                      "fields": {
                        "logicalView": {
                          "type": "LogicalView",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateLogicalViewMetadata": {
                      "fields": {
                        "originalRequest": {
                          "type": "UpdateLogicalViewRequest",
                          "id": 1
                        },
                        "startTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        }
                      }
                    },
                    "DeleteLogicalViewRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/LogicalView"
                          }
                        },
                        "etag": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "CreateMaterializedViewRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Instance"
                          }
                        },
                        "materializedViewId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "materializedView": {
                          "type": "MaterializedView",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "CreateMaterializedViewMetadata": {
                      "fields": {
                        "originalRequest": {
                          "type": "CreateMaterializedViewRequest",
                          "id": 1
                        },
                        "startTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        }
                      }
                    },
                    "GetMaterializedViewRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/MaterializedView"
                          }
                        }
                      }
                    },
                    "ListMaterializedViewsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "bigtableadmin.googleapis.com/MaterializedView"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListMaterializedViewsResponse": {
                      "fields": {
                        "materializedViews": {
                          "rule": "repeated",
                          "type": "MaterializedView",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "UpdateMaterializedViewRequest": {
                      "fields": {
                        "materializedView": {
                          "type": "MaterializedView",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateMaterializedViewMetadata": {
                      "fields": {
                        "originalRequest": {
                          "type": "UpdateMaterializedViewRequest",
                          "id": 1
                        },
                        "startTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        }
                      }
                    },
                    "DeleteMaterializedViewRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/MaterializedView"
                          }
                        },
                        "etag": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "Instance": {
                      "options": {
                        "(google.api.resource).type": "bigtableadmin.googleapis.com/Instance",
                        "(google.api.resource).pattern": "projects/{project}/instances/{instance}",
                        "(google.api.resource).plural": "instances",
                        "(google.api.resource).singular": "instance"
                      },
                      "oneofs": {
                        "_satisfiesPzs": {
                          "oneof": [
                            "satisfiesPzs"
                          ]
                        },
                        "_satisfiesPzi": {
                          "oneof": [
                            "satisfiesPzi"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1
                        },
                        "displayName": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "type": {
                          "type": "Type",
                          "id": 4
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 5
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "satisfiesPzs": {
                          "type": "bool",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY",
                            "proto3_optional": true
                          }
                        },
                        "satisfiesPzi": {
                          "type": "bool",
                          "id": 11,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY",
                            "proto3_optional": true
                          }
                        },
                        "tags": {
                          "keyType": "string",
                          "type": "string",
                          "id": 12,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_NOT_KNOWN": 0,
                            "READY": 1,
                            "CREATING": 2
                          }
                        },
                        "Type": {
                          "values": {
                            "TYPE_UNSPECIFIED": 0,
                            "PRODUCTION": 1,
                            "DEVELOPMENT": 2
                          }
                        }
                      }
                    },
                    "AutoscalingTargets": {
                      "fields": {
                        "cpuUtilizationPercent": {
                          "type": "int32",
                          "id": 2
                        },
                        "storageUtilizationGibPerNode": {
                          "type": "int32",
                          "id": 3
                        }
                      }
                    },
                    "AutoscalingLimits": {
                      "fields": {
                        "minServeNodes": {
                          "type": "int32",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "maxServeNodes": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "Cluster": {
                      "options": {
                        "(google.api.resource).type": "bigtableadmin.googleapis.com/Cluster",
                        "(google.api.resource).pattern": "projects/{project}/instances/{instance}/clusters/{cluster}",
                        "(google.api.resource).plural": "clusters",
                        "(google.api.resource).singular": "cluster"
                      },
                      "oneofs": {
                        "config": {
                          "oneof": [
                            "clusterConfig"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1
                        },
                        "location": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "serveNodes": {
                          "type": "int32",
                          "id": 4
                        },
                        "nodeScalingFactor": {
                          "type": "NodeScalingFactor",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "clusterConfig": {
                          "type": "ClusterConfig",
                          "id": 7
                        },
                        "defaultStorageType": {
                          "type": "StorageType",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "encryptionConfig": {
                          "type": "EncryptionConfig",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_NOT_KNOWN": 0,
                            "READY": 1,
                            "CREATING": 2,
                            "RESIZING": 3,
                            "DISABLED": 4
                          }
                        },
                        "NodeScalingFactor": {
                          "values": {
                            "NODE_SCALING_FACTOR_UNSPECIFIED": 0,
                            "NODE_SCALING_FACTOR_1X": 1,
                            "NODE_SCALING_FACTOR_2X": 2
                          }
                        },
                        "ClusterAutoscalingConfig": {
                          "fields": {
                            "autoscalingLimits": {
                              "type": "AutoscalingLimits",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "REQUIRED"
                              }
                            },
                            "autoscalingTargets": {
                              "type": "AutoscalingTargets",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "REQUIRED"
                              }
                            }
                          }
                        },
                        "ClusterConfig": {
                          "fields": {
                            "clusterAutoscalingConfig": {
                              "type": "ClusterAutoscalingConfig",
                              "id": 1
                            }
                          }
                        },
                        "EncryptionConfig": {
                          "fields": {
                            "kmsKeyName": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.resource_reference).type": "cloudkms.googleapis.com/CryptoKey"
                              }
                            }
                          }
                        }
                      }
                    },
                    "AppProfile": {
                      "options": {
                        "(google.api.resource).type": "bigtableadmin.googleapis.com/AppProfile",
                        "(google.api.resource).pattern": "projects/{project}/instances/{instance}/appProfiles/{app_profile}",
                        "(google.api.resource).plural": "appProfiles",
                        "(google.api.resource).singular": "appProfile"
                      },
                      "oneofs": {
                        "routingPolicy": {
                          "oneof": [
                            "multiClusterRoutingUseAny",
                            "singleClusterRouting"
                          ]
                        },
                        "isolation": {
                          "oneof": [
                            "priority",
                            "standardIsolation",
                            "dataBoostIsolationReadOnly"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1
                        },
                        "etag": {
                          "type": "string",
                          "id": 2
                        },
                        "description": {
                          "type": "string",
                          "id": 3
                        },
                        "multiClusterRoutingUseAny": {
                          "type": "MultiClusterRoutingUseAny",
                          "id": 5
                        },
                        "singleClusterRouting": {
                          "type": "SingleClusterRouting",
                          "id": 6
                        },
                        "priority": {
                          "type": "Priority",
                          "id": 7,
                          "options": {
                            "deprecated": true
                          }
                        },
                        "standardIsolation": {
                          "type": "StandardIsolation",
                          "id": 11
                        },
                        "dataBoostIsolationReadOnly": {
                          "type": "DataBoostIsolationReadOnly",
                          "id": 10
                        }
                      },
                      "nested": {
                        "MultiClusterRoutingUseAny": {
                          "oneofs": {
                            "affinity": {
                              "oneof": [
                                "rowAffinity"
                              ]
                            }
                          },
                          "fields": {
                            "clusterIds": {
                              "rule": "repeated",
                              "type": "string",
                              "id": 1
                            },
                            "rowAffinity": {
                              "type": "RowAffinity",
                              "id": 3
                            }
                          },
                          "nested": {
                            "RowAffinity": {
                              "fields": {}
                            }
                          }
                        },
                        "SingleClusterRouting": {
                          "fields": {
                            "clusterId": {
                              "type": "string",
                              "id": 1
                            },
                            "allowTransactionalWrites": {
                              "type": "bool",
                              "id": 2
                            }
                          }
                        },
                        "Priority": {
                          "values": {
                            "PRIORITY_UNSPECIFIED": 0,
                            "PRIORITY_LOW": 1,
                            "PRIORITY_MEDIUM": 2,
                            "PRIORITY_HIGH": 3
                          }
                        },
                        "StandardIsolation": {
                          "fields": {
                            "priority": {
                              "type": "Priority",
                              "id": 1
                            }
                          }
                        },
                        "DataBoostIsolationReadOnly": {
                          "oneofs": {
                            "_computeBillingOwner": {
                              "oneof": [
                                "computeBillingOwner"
                              ]
                            }
                          },
                          "fields": {
                            "computeBillingOwner": {
                              "type": "ComputeBillingOwner",
                              "id": 1,
                              "options": {
                                "proto3_optional": true
                              }
                            }
                          },
                          "nested": {
                            "ComputeBillingOwner": {
                              "values": {
                                "COMPUTE_BILLING_OWNER_UNSPECIFIED": 0,
                                "HOST_PAYS": 1
                              }
                            }
                          }
                        }
                      }
                    },
                    "HotTablet": {
                      "options": {
                        "(google.api.resource).type": "bigtableadmin.googleapis.com/HotTablet",
                        "(google.api.resource).pattern": "projects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/{hot_tablet}",
                        "(google.api.resource).plural": "hotTablets",
                        "(google.api.resource).singular": "hotTablet"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1
                        },
                        "tableName": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                          }
                        },
                        "startTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "startKey": {
                          "type": "string",
                          "id": 5
                        },
                        "endKey": {
                          "type": "string",
                          "id": 6
                        },
                        "nodeCpuUsagePercent": {
                          "type": "float",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      }
                    },
                    "LogicalView": {
                      "options": {
                        "(google.api.resource).type": "bigtableadmin.googleapis.com/LogicalView",
                        "(google.api.resource).pattern": "projects/{project}/instances/{instance}/logicalViews/{logical_view}",
                        "(google.api.resource).plural": "logicalViews",
                        "(google.api.resource).singular": "logicalView"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "query": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "etag": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "deletionProtection": {
                          "type": "bool",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "MaterializedView": {
                      "options": {
                        "(google.api.resource).type": "bigtableadmin.googleapis.com/MaterializedView",
                        "(google.api.resource).pattern": "projects/{project}/instances/{instance}/materializedViews/{materialized_view}",
                        "(google.api.resource).plural": "materializedViews",
                        "(google.api.resource).singular": "materializedView"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "query": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "etag": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "deletionProtection": {
                          "type": "bool",
                          "id": 6
                        }
                      }
                    },
                    "StorageType": {
                      "values": {
                        "STORAGE_TYPE_UNSPECIFIED": 0,
                        "SSD": 1,
                        "HDD": 2
                      }
                    },
                    "OperationProgress": {
                      "fields": {
                        "progressPercent": {
                          "type": "int32",
                          "id": 1
                        },
                        "startTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        }
                      }
                    },
                    "BigtableTableAdmin": {
                      "options": {
                        "(google.api.default_host)": "bigtableadmin.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/bigtable.admin,https://www.googleapis.com/auth/bigtable.admin.table,https://www.googleapis.com/auth/cloud-bigtable.admin,https://www.googleapis.com/auth/cloud-bigtable.admin.table,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-platform.read-only"
                      },
                      "methods": {
                        "CreateTable": {
                          "requestType": "CreateTableRequest",
                          "responseType": "Table",
                          "options": {
                            "(google.api.http).post": "/v2/{parent=projects/*/instances/*}/tables",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "parent,table_id,table"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{parent=projects/*/instances/*}/tables",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,table_id,table"
                            }
                          ]
                        },
                        "CreateTableFromSnapshot": {
                          "requestType": "CreateTableFromSnapshotRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{parent=projects/*/instances/*}/tables:createFromSnapshot",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "parent,table_id,source_snapshot",
                            "(google.longrunning.operation_info).response_type": "Table",
                            "(google.longrunning.operation_info).metadata_type": "CreateTableFromSnapshotMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{parent=projects/*/instances/*}/tables:createFromSnapshot",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,table_id,source_snapshot"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Table",
                                "metadata_type": "CreateTableFromSnapshotMetadata"
                              }
                            }
                          ]
                        },
                        "ListTables": {
                          "requestType": "ListTablesRequest",
                          "responseType": "ListTablesResponse",
                          "options": {
                            "(google.api.http).get": "/v2/{parent=projects/*/instances/*}/tables",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{parent=projects/*/instances/*}/tables"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetTable": {
                          "requestType": "GetTableRequest",
                          "responseType": "Table",
                          "options": {
                            "(google.api.http).get": "/v2/{name=projects/*/instances/*/tables/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{name=projects/*/instances/*/tables/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "UpdateTable": {
                          "requestType": "UpdateTableRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v2/{table.name=projects/*/instances/*/tables/*}",
                            "(google.api.http).body": "table",
                            "(google.api.method_signature)": "table,update_mask",
                            "(google.longrunning.operation_info).response_type": "Table",
                            "(google.longrunning.operation_info).metadata_type": "UpdateTableMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v2/{table.name=projects/*/instances/*/tables/*}",
                                "body": "table"
                              }
                            },
                            {
                              "(google.api.method_signature)": "table,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Table",
                                "metadata_type": "UpdateTableMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteTable": {
                          "requestType": "DeleteTableRequest",
                          "responseType": "google.protobuf.Empty",
                          "options": {
                            "(google.api.http).delete": "/v2/{name=projects/*/instances/*/tables/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v2/{name=projects/*/instances/*/tables/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "UndeleteTable": {
                          "requestType": "UndeleteTableRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{name=projects/*/instances/*/tables/*}:undelete",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "Table",
                            "(google.longrunning.operation_info).metadata_type": "UndeleteTableMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{name=projects/*/instances/*/tables/*}:undelete",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Table",
                                "metadata_type": "UndeleteTableMetadata"
                              }
                            }
                          ]
                        },
                        "CreateAuthorizedView": {
                          "requestType": "CreateAuthorizedViewRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{parent=projects/*/instances/*/tables/*}/authorizedViews",
                            "(google.api.http).body": "authorized_view",
                            "(google.api.method_signature)": "parent,authorized_view,authorized_view_id",
                            "(google.longrunning.operation_info).response_type": "AuthorizedView",
                            "(google.longrunning.operation_info).metadata_type": "CreateAuthorizedViewMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{parent=projects/*/instances/*/tables/*}/authorizedViews",
                                "body": "authorized_view"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,authorized_view,authorized_view_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AuthorizedView",
                                "metadata_type": "CreateAuthorizedViewMetadata"
                              }
                            }
                          ]
                        },
                        "ListAuthorizedViews": {
                          "requestType": "ListAuthorizedViewsRequest",
                          "responseType": "ListAuthorizedViewsResponse",
                          "options": {
                            "(google.api.http).get": "/v2/{parent=projects/*/instances/*/tables/*}/authorizedViews",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{parent=projects/*/instances/*/tables/*}/authorizedViews"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetAuthorizedView": {
                          "requestType": "GetAuthorizedViewRequest",
                          "responseType": "AuthorizedView",
                          "options": {
                            "(google.api.http).get": "/v2/{name=projects/*/instances/*/tables/*/authorizedViews/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{name=projects/*/instances/*/tables/*/authorizedViews/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "UpdateAuthorizedView": {
                          "requestType": "UpdateAuthorizedViewRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v2/{authorized_view.name=projects/*/instances/*/tables/*/authorizedViews/*}",
                            "(google.api.http).body": "authorized_view",
                            "(google.api.method_signature)": "authorized_view,update_mask",
                            "(google.longrunning.operation_info).response_type": "AuthorizedView",
                            "(google.longrunning.operation_info).metadata_type": "UpdateAuthorizedViewMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v2/{authorized_view.name=projects/*/instances/*/tables/*/authorizedViews/*}",
                                "body": "authorized_view"
                              }
                            },
                            {
                              "(google.api.method_signature)": "authorized_view,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AuthorizedView",
                                "metadata_type": "UpdateAuthorizedViewMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteAuthorizedView": {
                          "requestType": "DeleteAuthorizedViewRequest",
                          "responseType": "google.protobuf.Empty",
                          "options": {
                            "(google.api.http).delete": "/v2/{name=projects/*/instances/*/tables/*/authorizedViews/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v2/{name=projects/*/instances/*/tables/*/authorizedViews/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "ModifyColumnFamilies": {
                          "requestType": "ModifyColumnFamiliesRequest",
                          "responseType": "Table",
                          "options": {
                            "(google.api.http).post": "/v2/{name=projects/*/instances/*/tables/*}:modifyColumnFamilies",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "name,modifications"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{name=projects/*/instances/*/tables/*}:modifyColumnFamilies",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name,modifications"
                            }
                          ]
                        },
                        "DropRowRange": {
                          "requestType": "DropRowRangeRequest",
                          "responseType": "google.protobuf.Empty",
                          "options": {
                            "(google.api.http).post": "/v2/{name=projects/*/instances/*/tables/*}:dropRowRange",
                            "(google.api.http).body": "*"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{name=projects/*/instances/*/tables/*}:dropRowRange",
                                "body": "*"
                              }
                            }
                          ]
                        },
                        "GenerateConsistencyToken": {
                          "requestType": "GenerateConsistencyTokenRequest",
                          "responseType": "GenerateConsistencyTokenResponse",
                          "options": {
                            "(google.api.http).post": "/v2/{name=projects/*/instances/*/tables/*}:generateConsistencyToken",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{name=projects/*/instances/*/tables/*}:generateConsistencyToken",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CheckConsistency": {
                          "requestType": "CheckConsistencyRequest",
                          "responseType": "CheckConsistencyResponse",
                          "options": {
                            "(google.api.http).post": "/v2/{name=projects/*/instances/*/tables/*}:checkConsistency",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "name,consistency_token"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{name=projects/*/instances/*/tables/*}:checkConsistency",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name,consistency_token"
                            }
                          ]
                        },
                        "SnapshotTable": {
                          "requestType": "SnapshotTableRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{name=projects/*/instances/*/tables/*}:snapshot",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "name,cluster,snapshot_id,description",
                            "(google.longrunning.operation_info).response_type": "Snapshot",
                            "(google.longrunning.operation_info).metadata_type": "SnapshotTableMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{name=projects/*/instances/*/tables/*}:snapshot",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name,cluster,snapshot_id,description"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Snapshot",
                                "metadata_type": "SnapshotTableMetadata"
                              }
                            }
                          ]
                        },
                        "GetSnapshot": {
                          "requestType": "GetSnapshotRequest",
                          "responseType": "Snapshot",
                          "options": {
                            "(google.api.http).get": "/v2/{name=projects/*/instances/*/clusters/*/snapshots/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{name=projects/*/instances/*/clusters/*/snapshots/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "ListSnapshots": {
                          "requestType": "ListSnapshotsRequest",
                          "responseType": "ListSnapshotsResponse",
                          "options": {
                            "(google.api.http).get": "/v2/{parent=projects/*/instances/*/clusters/*}/snapshots",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{parent=projects/*/instances/*/clusters/*}/snapshots"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "DeleteSnapshot": {
                          "requestType": "DeleteSnapshotRequest",
                          "responseType": "google.protobuf.Empty",
                          "options": {
                            "(google.api.http).delete": "/v2/{name=projects/*/instances/*/clusters/*/snapshots/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v2/{name=projects/*/instances/*/clusters/*/snapshots/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateBackup": {
                          "requestType": "CreateBackupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{parent=projects/*/instances/*/clusters/*}/backups",
                            "(google.api.http).body": "backup",
                            "(google.api.method_signature)": "parent,backup_id,backup",
                            "(google.longrunning.operation_info).response_type": "Backup",
                            "(google.longrunning.operation_info).metadata_type": "CreateBackupMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{parent=projects/*/instances/*/clusters/*}/backups",
                                "body": "backup"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,backup_id,backup"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Backup",
                                "metadata_type": "CreateBackupMetadata"
                              }
                            }
                          ]
                        },
                        "GetBackup": {
                          "requestType": "GetBackupRequest",
                          "responseType": "Backup",
                          "options": {
                            "(google.api.http).get": "/v2/{name=projects/*/instances/*/clusters/*/backups/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{name=projects/*/instances/*/clusters/*/backups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "UpdateBackup": {
                          "requestType": "UpdateBackupRequest",
                          "responseType": "Backup",
                          "options": {
                            "(google.api.http).patch": "/v2/{backup.name=projects/*/instances/*/clusters/*/backups/*}",
                            "(google.api.http).body": "backup",
                            "(google.api.method_signature)": "backup,update_mask"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v2/{backup.name=projects/*/instances/*/clusters/*/backups/*}",
                                "body": "backup"
                              }
                            },
                            {
                              "(google.api.method_signature)": "backup,update_mask"
                            }
                          ]
                        },
                        "DeleteBackup": {
                          "requestType": "DeleteBackupRequest",
                          "responseType": "google.protobuf.Empty",
                          "options": {
                            "(google.api.http).delete": "/v2/{name=projects/*/instances/*/clusters/*/backups/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v2/{name=projects/*/instances/*/clusters/*/backups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "ListBackups": {
                          "requestType": "ListBackupsRequest",
                          "responseType": "ListBackupsResponse",
                          "options": {
                            "(google.api.http).get": "/v2/{parent=projects/*/instances/*/clusters/*}/backups",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{parent=projects/*/instances/*/clusters/*}/backups"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "RestoreTable": {
                          "requestType": "RestoreTableRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{parent=projects/*/instances/*}/tables:restore",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Table",
                            "(google.longrunning.operation_info).metadata_type": "RestoreTableMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{parent=projects/*/instances/*}/tables:restore",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Table",
                                "metadata_type": "RestoreTableMetadata"
                              }
                            }
                          ]
                        },
                        "CopyBackup": {
                          "requestType": "CopyBackupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{parent=projects/*/instances/*/clusters/*}/backups:copy",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "parent,backup_id,source_backup,expire_time",
                            "(google.longrunning.operation_info).response_type": "Backup",
                            "(google.longrunning.operation_info).metadata_type": "CopyBackupMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{parent=projects/*/instances/*/clusters/*}/backups:copy",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,backup_id,source_backup,expire_time"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Backup",
                                "metadata_type": "CopyBackupMetadata"
                              }
                            }
                          ]
                        },
                        "GetIamPolicy": {
                          "requestType": "google.iam.v1.GetIamPolicyRequest",
                          "responseType": "google.iam.v1.Policy",
                          "options": {
                            "(google.api.http).post": "/v2/{resource=projects/*/instances/*/tables/*}:getIamPolicy",
                            "(google.api.http).body": "*",
                            "(google.api.http).additional_bindings.post": "/v2/{resource=projects/*/instances/*/tables/*/schemaBundles/*}:getIamPolicy",
                            "(google.api.http).additional_bindings.body": "*",
                            "(google.api.method_signature)": "resource"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{resource=projects/*/instances/*/tables/*}:getIamPolicy",
                                "body": "*",
                                "additional_bindings": [
                                  {
                                    "post": "/v2/{resource=projects/*/instances/*/clusters/*/backups/*}:getIamPolicy",
                                    "body": "*"
                                  },
                                  {
                                    "post": "/v2/{resource=projects/*/instances/*/tables/*/authorizedViews/*}:getIamPolicy",
                                    "body": "*"
                                  },
                                  {
                                    "post": "/v2/{resource=projects/*/instances/*/tables/*/schemaBundles/*}:getIamPolicy",
                                    "body": "*"
                                  }
                                ]
                              }
                            },
                            {
                              "(google.api.method_signature)": "resource"
                            }
                          ]
                        },
                        "SetIamPolicy": {
                          "requestType": "google.iam.v1.SetIamPolicyRequest",
                          "responseType": "google.iam.v1.Policy",
                          "options": {
                            "(google.api.http).post": "/v2/{resource=projects/*/instances/*/tables/*}:setIamPolicy",
                            "(google.api.http).body": "*",
                            "(google.api.http).additional_bindings.post": "/v2/{resource=projects/*/instances/*/tables/*/schemaBundles/*}:setIamPolicy",
                            "(google.api.http).additional_bindings.body": "*",
                            "(google.api.method_signature)": "resource,policy"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{resource=projects/*/instances/*/tables/*}:setIamPolicy",
                                "body": "*",
                                "additional_bindings": [
                                  {
                                    "post": "/v2/{resource=projects/*/instances/*/clusters/*/backups/*}:setIamPolicy",
                                    "body": "*"
                                  },
                                  {
                                    "post": "/v2/{resource=projects/*/instances/*/tables/*/authorizedViews/*}:setIamPolicy",
                                    "body": "*"
                                  },
                                  {
                                    "post": "/v2/{resource=projects/*/instances/*/tables/*/schemaBundles/*}:setIamPolicy",
                                    "body": "*"
                                  }
                                ]
                              }
                            },
                            {
                              "(google.api.method_signature)": "resource,policy"
                            }
                          ]
                        },
                        "TestIamPermissions": {
                          "requestType": "google.iam.v1.TestIamPermissionsRequest",
                          "responseType": "google.iam.v1.TestIamPermissionsResponse",
                          "options": {
                            "(google.api.http).post": "/v2/{resource=projects/*/instances/*/tables/*}:testIamPermissions",
                            "(google.api.http).body": "*",
                            "(google.api.http).additional_bindings.post": "/v2/{resource=projects/*/instances/*/tables/*/schemaBundles/*}:testIamPermissions",
                            "(google.api.http).additional_bindings.body": "*",
                            "(google.api.method_signature)": "resource,permissions"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{resource=projects/*/instances/*/tables/*}:testIamPermissions",
                                "body": "*",
                                "additional_bindings": [
                                  {
                                    "post": "/v2/{resource=projects/*/instances/*/clusters/*/backups/*}:testIamPermissions",
                                    "body": "*"
                                  },
                                  {
                                    "post": "/v2/{resource=projects/*/instances/*/tables/*/authorizedViews/*}:testIamPermissions",
                                    "body": "*"
                                  },
                                  {
                                    "post": "/v2/{resource=projects/*/instances/*/tables/*/schemaBundles/*}:testIamPermissions",
                                    "body": "*"
                                  }
                                ]
                              }
                            },
                            {
                              "(google.api.method_signature)": "resource,permissions"
                            }
                          ]
                        },
                        "CreateSchemaBundle": {
                          "requestType": "CreateSchemaBundleRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{parent=projects/*/instances/*/tables/*}/schemaBundles",
                            "(google.api.http).body": "schema_bundle",
                            "(google.api.method_signature)": "parent,schema_bundle_id,schema_bundle",
                            "(google.longrunning.operation_info).response_type": "SchemaBundle",
                            "(google.longrunning.operation_info).metadata_type": "CreateSchemaBundleMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{parent=projects/*/instances/*/tables/*}/schemaBundles",
                                "body": "schema_bundle"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,schema_bundle_id,schema_bundle"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SchemaBundle",
                                "metadata_type": "CreateSchemaBundleMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateSchemaBundle": {
                          "requestType": "UpdateSchemaBundleRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v2/{schema_bundle.name=projects/*/instances/*/tables/*/schemaBundles/*}",
                            "(google.api.http).body": "schema_bundle",
                            "(google.api.method_signature)": "schema_bundle,update_mask",
                            "(google.longrunning.operation_info).response_type": "SchemaBundle",
                            "(google.longrunning.operation_info).metadata_type": "UpdateSchemaBundleMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v2/{schema_bundle.name=projects/*/instances/*/tables/*/schemaBundles/*}",
                                "body": "schema_bundle"
                              }
                            },
                            {
                              "(google.api.method_signature)": "schema_bundle,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SchemaBundle",
                                "metadata_type": "UpdateSchemaBundleMetadata"
                              }
                            }
                          ]
                        },
                        "GetSchemaBundle": {
                          "requestType": "GetSchemaBundleRequest",
                          "responseType": "SchemaBundle",
                          "options": {
                            "(google.api.http).get": "/v2/{name=projects/*/instances/*/tables/*/schemaBundles/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{name=projects/*/instances/*/tables/*/schemaBundles/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "ListSchemaBundles": {
                          "requestType": "ListSchemaBundlesRequest",
                          "responseType": "ListSchemaBundlesResponse",
                          "options": {
                            "(google.api.http).get": "/v2/{parent=projects/*/instances/*/tables/*}/schemaBundles",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{parent=projects/*/instances/*/tables/*}/schemaBundles"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "DeleteSchemaBundle": {
                          "requestType": "DeleteSchemaBundleRequest",
                          "responseType": "google.protobuf.Empty",
                          "options": {
                            "(google.api.http).delete": "/v2/{name=projects/*/instances/*/tables/*/schemaBundles/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v2/{name=projects/*/instances/*/tables/*/schemaBundles/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        }
                      }
                    },
                    "RestoreTableRequest": {
                      "oneofs": {
                        "source": {
                          "oneof": [
                            "backup"
                          ]
                        }
                      },
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Instance"
                          }
                        },
                        "tableId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "backup": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Backup"
                          }
                        }
                      }
                    },
                    "RestoreTableMetadata": {
                      "oneofs": {
                        "sourceInfo": {
                          "oneof": [
                            "backupInfo"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1
                        },
                        "sourceType": {
                          "type": "RestoreSourceType",
                          "id": 2
                        },
                        "backupInfo": {
                          "type": "BackupInfo",
                          "id": 3
                        },
                        "optimizeTableOperationName": {
                          "type": "string",
                          "id": 4
                        },
                        "progress": {
                          "type": "OperationProgress",
                          "id": 5
                        }
                      }
                    },
                    "OptimizeRestoredTableMetadata": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1
                        },
                        "progress": {
                          "type": "OperationProgress",
                          "id": 2
                        }
                      }
                    },
                    "CreateTableRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Instance"
                          }
                        },
                        "tableId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "table": {
                          "type": "Table",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "initialSplits": {
                          "rule": "repeated",
                          "type": "Split",
                          "id": 4
                        }
                      },
                      "nested": {
                        "Split": {
                          "fields": {
                            "key": {
                              "type": "bytes",
                              "id": 1
                            }
                          }
                        }
                      }
                    },
                    "CreateTableFromSnapshotRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Instance"
                          }
                        },
                        "tableId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "sourceSnapshot": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Snapshot"
                          }
                        }
                      }
                    },
                    "DropRowRangeRequest": {
                      "oneofs": {
                        "target": {
                          "oneof": [
                            "rowKeyPrefix",
                            "deleteAllDataFromTable"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                          }
                        },
                        "rowKeyPrefix": {
                          "type": "bytes",
                          "id": 2
                        },
                        "deleteAllDataFromTable": {
                          "type": "bool",
                          "id": 3
                        }
                      }
                    },
                    "ListTablesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Instance"
                          }
                        },
                        "view": {
                          "type": "Table.View",
                          "id": 2
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 4
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListTablesResponse": {
                      "fields": {
                        "tables": {
                          "rule": "repeated",
                          "type": "Table",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetTableRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                          }
                        },
                        "view": {
                          "type": "Table.View",
                          "id": 2
                        }
                      }
                    },
                    "UpdateTableRequest": {
                      "fields": {
                        "table": {
                          "type": "Table",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "ignoreWarnings": {
                          "type": "bool",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateTableMetadata": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1
                        },
                        "startTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        }
                      }
                    },
                    "DeleteTableRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                          }
                        }
                      }
                    },
                    "UndeleteTableRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                          }
                        }
                      }
                    },
                    "UndeleteTableMetadata": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1
                        },
                        "startTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        }
                      }
                    },
                    "ModifyColumnFamiliesRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                          }
                        },
                        "modifications": {
                          "rule": "repeated",
                          "type": "Modification",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "ignoreWarnings": {
                          "type": "bool",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "Modification": {
                          "oneofs": {
                            "mod": {
                              "oneof": [
                                "create",
                                "update",
                                "drop"
                              ]
                            }
                          },
                          "fields": {
                            "id": {
                              "type": "string",
                              "id": 1
                            },
                            "create": {
                              "type": "ColumnFamily",
                              "id": 2
                            },
                            "update": {
                              "type": "ColumnFamily",
                              "id": 3
                            },
                            "drop": {
                              "type": "bool",
                              "id": 4
                            },
                            "updateMask": {
                              "type": "google.protobuf.FieldMask",
                              "id": 6,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            }
                          }
                        }
                      }
                    },
                    "GenerateConsistencyTokenRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                          }
                        }
                      }
                    },
                    "GenerateConsistencyTokenResponse": {
                      "fields": {
                        "consistencyToken": {
                          "type": "string",
                          "id": 1
                        }
                      }
                    },
                    "CheckConsistencyRequest": {
                      "oneofs": {
                        "mode": {
                          "oneof": [
                            "standardReadRemoteWrites",
                            "dataBoostReadLocalWrites"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                          }
                        },
                        "consistencyToken": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "standardReadRemoteWrites": {
                          "type": "StandardReadRemoteWrites",
                          "id": 3
                        },
                        "dataBoostReadLocalWrites": {
                          "type": "DataBoostReadLocalWrites",
                          "id": 4
                        }
                      }
                    },
                    "StandardReadRemoteWrites": {
                      "fields": {}
                    },
                    "DataBoostReadLocalWrites": {
                      "fields": {}
                    },
                    "CheckConsistencyResponse": {
                      "fields": {
                        "consistent": {
                          "type": "bool",
                          "id": 1
                        }
                      }
                    },
                    "SnapshotTableRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                          }
                        },
                        "cluster": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Cluster"
                          }
                        },
                        "snapshotId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "ttl": {
                          "type": "google.protobuf.Duration",
                          "id": 4
                        },
                        "description": {
                          "type": "string",
                          "id": 5
                        }
                      }
                    },
                    "GetSnapshotRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Snapshot"
                          }
                        }
                      }
                    },
                    "ListSnapshotsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Cluster"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListSnapshotsResponse": {
                      "fields": {
                        "snapshots": {
                          "rule": "repeated",
                          "type": "Snapshot",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "DeleteSnapshotRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Snapshot"
                          }
                        }
                      }
                    },
                    "SnapshotTableMetadata": {
                      "fields": {
                        "originalRequest": {
                          "type": "SnapshotTableRequest",
                          "id": 1
                        },
                        "requestTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "finishTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        }
                      }
                    },
                    "CreateTableFromSnapshotMetadata": {
                      "fields": {
                        "originalRequest": {
                          "type": "CreateTableFromSnapshotRequest",
                          "id": 1
                        },
                        "requestTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "finishTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        }
                      }
                    },
                    "CreateBackupRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Cluster"
                          }
                        },
                        "backupId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "backup": {
                          "type": "Backup",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "CreateBackupMetadata": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1
                        },
                        "sourceTable": {
                          "type": "string",
                          "id": 2
                        },
                        "startTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4
                        }
                      }
                    },
                    "UpdateBackupRequest": {
                      "fields": {
                        "backup": {
                          "type": "Backup",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "GetBackupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Backup"
                          }
                        }
                      }
                    },
                    "DeleteBackupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Backup"
                          }
                        }
                      }
                    },
                    "ListBackupsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Cluster"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 2
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 3
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 4
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 5
                        }
                      }
                    },
                    "ListBackupsResponse": {
                      "fields": {
                        "backups": {
                          "rule": "repeated",
                          "type": "Backup",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "CopyBackupRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Cluster"
                          }
                        },
                        "backupId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "sourceBackup": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Backup"
                          }
                        },
                        "expireTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "CopyBackupMetadata": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Backup"
                          }
                        },
                        "sourceBackupInfo": {
                          "type": "BackupInfo",
                          "id": 2
                        },
                        "progress": {
                          "type": "OperationProgress",
                          "id": 3
                        }
                      }
                    },
                    "CreateAuthorizedViewRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "bigtableadmin.googleapis.com/AuthorizedView"
                          }
                        },
                        "authorizedViewId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "authorizedView": {
                          "type": "AuthorizedView",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "CreateAuthorizedViewMetadata": {
                      "fields": {
                        "originalRequest": {
                          "type": "CreateAuthorizedViewRequest",
                          "id": 1
                        },
                        "requestTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "finishTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        }
                      }
                    },
                    "ListAuthorizedViewsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "bigtableadmin.googleapis.com/AuthorizedView"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "view": {
                          "type": "AuthorizedView.ResponseView",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListAuthorizedViewsResponse": {
                      "fields": {
                        "authorizedViews": {
                          "rule": "repeated",
                          "type": "AuthorizedView",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetAuthorizedViewRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/AuthorizedView"
                          }
                        },
                        "view": {
                          "type": "AuthorizedView.ResponseView",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateAuthorizedViewRequest": {
                      "fields": {
                        "authorizedView": {
                          "type": "AuthorizedView",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "ignoreWarnings": {
                          "type": "bool",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateAuthorizedViewMetadata": {
                      "fields": {
                        "originalRequest": {
                          "type": "UpdateAuthorizedViewRequest",
                          "id": 1
                        },
                        "requestTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "finishTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        }
                      }
                    },
                    "DeleteAuthorizedViewRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/AuthorizedView"
                          }
                        },
                        "etag": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "CreateSchemaBundleRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                          }
                        },
                        "schemaBundleId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "schemaBundle": {
                          "type": "SchemaBundle",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "CreateSchemaBundleMetadata": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1
                        },
                        "startTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        }
                      }
                    },
                    "UpdateSchemaBundleRequest": {
                      "fields": {
                        "schemaBundle": {
                          "type": "SchemaBundle",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "ignoreWarnings": {
                          "type": "bool",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateSchemaBundleMetadata": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1
                        },
                        "startTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3
                        }
                      }
                    },
                    "GetSchemaBundleRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/SchemaBundle"
                          }
                        }
                      }
                    },
                    "ListSchemaBundlesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "bigtableadmin.googleapis.com/SchemaBundle"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListSchemaBundlesResponse": {
                      "fields": {
                        "schemaBundles": {
                          "rule": "repeated",
                          "type": "SchemaBundle",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "DeleteSchemaBundleRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/SchemaBundle"
                          }
                        },
                        "etag": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "RestoreInfo": {
                      "oneofs": {
                        "sourceInfo": {
                          "oneof": [
                            "backupInfo"
                          ]
                        }
                      },
                      "fields": {
                        "sourceType": {
                          "type": "RestoreSourceType",
                          "id": 1
                        },
                        "backupInfo": {
                          "type": "BackupInfo",
                          "id": 2
                        }
                      }
                    },
                    "ChangeStreamConfig": {
                      "fields": {
                        "retentionPeriod": {
                          "type": "google.protobuf.Duration",
                          "id": 1
                        }
                      }
                    },
                    "Table": {
                      "options": {
                        "(google.api.resource).type": "bigtableadmin.googleapis.com/Table",
                        "(google.api.resource).pattern": "projects/{project}/instances/{instance}/tables/{table}"
                      },
                      "oneofs": {
                        "automatedBackupConfig": {
                          "oneof": [
                            "automatedBackupPolicy"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1
                        },
                        "clusterStates": {
                          "keyType": "string",
                          "type": "ClusterState",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "columnFamilies": {
                          "keyType": "string",
                          "type": "ColumnFamily",
                          "id": 3
                        },
                        "granularity": {
                          "type": "TimestampGranularity",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "restoreInfo": {
                          "type": "RestoreInfo",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "changeStreamConfig": {
                          "type": "ChangeStreamConfig",
                          "id": 8
                        },
                        "deletionProtection": {
                          "type": "bool",
                          "id": 9
                        },
                        "automatedBackupPolicy": {
                          "type": "AutomatedBackupPolicy",
                          "id": 13
                        },
                        "rowKeySchema": {
                          "type": "Type.Struct",
                          "id": 15
                        }
                      },
                      "nested": {
                        "ClusterState": {
                          "fields": {
                            "replicationState": {
                              "type": "ReplicationState",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            },
                            "encryptionInfo": {
                              "rule": "repeated",
                              "type": "EncryptionInfo",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          },
                          "nested": {
                            "ReplicationState": {
                              "values": {
                                "STATE_NOT_KNOWN": 0,
                                "INITIALIZING": 1,
                                "PLANNED_MAINTENANCE": 2,
                                "UNPLANNED_MAINTENANCE": 3,
                                "READY": 4,
                                "READY_OPTIMIZING": 5
                              }
                            }
                          }
                        },
                        "TimestampGranularity": {
                          "values": {
                            "TIMESTAMP_GRANULARITY_UNSPECIFIED": 0,
                            "MILLIS": 1
                          }
                        },
                        "View": {
                          "values": {
                            "VIEW_UNSPECIFIED": 0,
                            "NAME_ONLY": 1,
                            "SCHEMA_VIEW": 2,
                            "REPLICATION_VIEW": 3,
                            "ENCRYPTION_VIEW": 5,
                            "FULL": 4
                          }
                        },
                        "AutomatedBackupPolicy": {
                          "fields": {
                            "retentionPeriod": {
                              "type": "google.protobuf.Duration",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "REQUIRED"
                              }
                            },
                            "frequency": {
                              "type": "google.protobuf.Duration",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "REQUIRED"
                              }
                            }
                          }
                        }
                      }
                    },
                    "AuthorizedView": {
                      "options": {
                        "(google.api.resource).type": "bigtableadmin.googleapis.com/AuthorizedView",
                        "(google.api.resource).pattern": "projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}",
                        "(google.api.resource).plural": "authorizedViews",
                        "(google.api.resource).singular": "authorizedView"
                      },
                      "oneofs": {
                        "authorizedView": {
                          "oneof": [
                            "subsetView"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "subsetView": {
                          "type": "SubsetView",
                          "id": 2
                        },
                        "etag": {
                          "type": "string",
                          "id": 3
                        },
                        "deletionProtection": {
                          "type": "bool",
                          "id": 4
                        }
                      },
                      "nested": {
                        "FamilySubsets": {
                          "fields": {
                            "qualifiers": {
                              "rule": "repeated",
                              "type": "bytes",
                              "id": 1
                            },
                            "qualifierPrefixes": {
                              "rule": "repeated",
                              "type": "bytes",
                              "id": 2
                            }
                          }
                        },
                        "SubsetView": {
                          "fields": {
                            "rowPrefixes": {
                              "rule": "repeated",
                              "type": "bytes",
                              "id": 1
                            },
                            "familySubsets": {
                              "keyType": "string",
                              "type": "FamilySubsets",
                              "id": 2
                            }
                          }
                        },
                        "ResponseView": {
                          "values": {
                            "RESPONSE_VIEW_UNSPECIFIED": 0,
                            "NAME_ONLY": 1,
                            "BASIC": 2,
                            "FULL": 3
                          }
                        }
                      }
                    },
                    "ColumnFamily": {
                      "fields": {
                        "gcRule": {
                          "type": "GcRule",
                          "id": 1
                        },
                        "valueType": {
                          "type": "Type",
                          "id": 3
                        }
                      }
                    },
                    "GcRule": {
                      "oneofs": {
                        "rule": {
                          "oneof": [
                            "maxNumVersions",
                            "maxAge",
                            "intersection",
                            "union"
                          ]
                        }
                      },
                      "fields": {
                        "maxNumVersions": {
                          "type": "int32",
                          "id": 1
                        },
                        "maxAge": {
                          "type": "google.protobuf.Duration",
                          "id": 2
                        },
                        "intersection": {
                          "type": "Intersection",
                          "id": 3
                        },
                        "union": {
                          "type": "Union",
                          "id": 4
                        }
                      },
                      "nested": {
                        "Intersection": {
                          "fields": {
                            "rules": {
                              "rule": "repeated",
                              "type": "GcRule",
                              "id": 1
                            }
                          }
                        },
                        "Union": {
                          "fields": {
                            "rules": {
                              "rule": "repeated",
                              "type": "GcRule",
                              "id": 1
                            }
                          }
                        }
                      }
                    },
                    "EncryptionInfo": {
                      "fields": {
                        "encryptionType": {
                          "type": "EncryptionType",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "encryptionStatus": {
                          "type": "google.rpc.Status",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "kmsKeyVersion": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY",
                            "(google.api.resource_reference).type": "cloudkms.googleapis.com/CryptoKeyVersion"
                          }
                        }
                      },
                      "nested": {
                        "EncryptionType": {
                          "values": {
                            "ENCRYPTION_TYPE_UNSPECIFIED": 0,
                            "GOOGLE_DEFAULT_ENCRYPTION": 1,
                            "CUSTOMER_MANAGED_ENCRYPTION": 2
                          }
                        }
                      }
                    },
                    "Snapshot": {
                      "options": {
                        "(google.api.resource).type": "bigtableadmin.googleapis.com/Snapshot",
                        "(google.api.resource).pattern": "projects/{project}/instances/{instance}/clusters/{cluster}/snapshots/{snapshot}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1
                        },
                        "sourceTable": {
                          "type": "Table",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "dataSizeBytes": {
                          "type": "int64",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "deleteTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 5
                        },
                        "state": {
                          "type": "State",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 7
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_NOT_KNOWN": 0,
                            "READY": 1,
                            "CREATING": 2
                          }
                        }
                      }
                    },
                    "Backup": {
                      "options": {
                        "(google.api.resource).type": "bigtableadmin.googleapis.com/Backup",
                        "(google.api.resource).pattern": "projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1
                        },
                        "sourceTable": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "sourceBackup": {
                          "type": "string",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "expireTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "startTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "sizeBytes": {
                          "type": "int64",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "encryptionInfo": {
                          "type": "EncryptionInfo",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "backupType": {
                          "type": "BackupType",
                          "id": 11
                        },
                        "hotToStandardTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 12
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "CREATING": 1,
                            "READY": 2
                          }
                        },
                        "BackupType": {
                          "values": {
                            "BACKUP_TYPE_UNSPECIFIED": 0,
                            "STANDARD": 1,
                            "HOT": 2
                          }
                        }
                      }
                    },
                    "BackupInfo": {
                      "fields": {
                        "backup": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "startTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "sourceTable": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "sourceBackup": {
                          "type": "string",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      }
                    },
                    "RestoreSourceType": {
                      "values": {
                        "RESTORE_SOURCE_TYPE_UNSPECIFIED": 0,
                        "BACKUP": 1
                      }
                    },
                    "ProtoSchema": {
                      "fields": {
                        "protoDescriptors": {
                          "type": "bytes",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "SchemaBundle": {
                      "options": {
                        "(google.api.resource).type": "bigtableadmin.googleapis.com/SchemaBundle",
                        "(google.api.resource).pattern": "projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}",
                        "(google.api.resource).plural": "schemaBundles",
                        "(google.api.resource).singular": "schemaBundle"
                      },
                      "oneofs": {
                        "type": {
                          "oneof": [
                            "protoSchema"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "protoSchema": {
                          "type": "ProtoSchema",
                          "id": 2
                        },
                        "etag": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "Type": {
                      "oneofs": {
                        "kind": {
                          "oneof": [
                            "bytesType",
                            "stringType",
                            "int64Type",
                            "float32Type",
                            "float64Type",
                            "boolType",
                            "timestampType",
                            "dateType",
                            "aggregateType",
                            "structType",
                            "arrayType",
                            "mapType",
                            "protoType",
                            "enumType"
                          ]
                        }
                      },
                      "fields": {
                        "bytesType": {
                          "type": "Bytes",
                          "id": 1
                        },
                        "stringType": {
                          "type": "String",
                          "id": 2
                        },
                        "int64Type": {
                          "type": "Int64",
                          "id": 5
                        },
                        "float32Type": {
                          "type": "Float32",
                          "id": 12
                        },
                        "float64Type": {
                          "type": "Float64",
                          "id": 9
                        },
                        "boolType": {
                          "type": "Bool",
                          "id": 8
                        },
                        "timestampType": {
                          "type": "Timestamp",
                          "id": 10
                        },
                        "dateType": {
                          "type": "Date",
                          "id": 11
                        },
                        "aggregateType": {
                          "type": "Aggregate",
                          "id": 6
                        },
                        "structType": {
                          "type": "Struct",
                          "id": 7
                        },
                        "arrayType": {
                          "type": "Array",
                          "id": 3
                        },
                        "mapType": {
                          "type": "Map",
                          "id": 4
                        },
                        "protoType": {
                          "type": "Proto",
                          "id": 13
                        },
                        "enumType": {
                          "type": "Enum",
                          "id": 14
                        }
                      },
                      "nested": {
                        "Bytes": {
                          "fields": {
                            "encoding": {
                              "type": "Encoding",
                              "id": 1
                            }
                          },
                          "nested": {
                            "Encoding": {
                              "oneofs": {
                                "encoding": {
                                  "oneof": [
                                    "raw"
                                  ]
                                }
                              },
                              "fields": {
                                "raw": {
                                  "type": "Raw",
                                  "id": 1
                                }
                              },
                              "nested": {
                                "Raw": {
                                  "fields": {}
                                }
                              }
                            }
                          }
                        },
                        "String": {
                          "fields": {
                            "encoding": {
                              "type": "Encoding",
                              "id": 1
                            }
                          },
                          "nested": {
                            "Encoding": {
                              "oneofs": {
                                "encoding": {
                                  "oneof": [
                                    "utf8Raw",
                                    "utf8Bytes"
                                  ]
                                }
                              },
                              "fields": {
                                "utf8Raw": {
                                  "type": "Utf8Raw",
                                  "id": 1,
                                  "options": {
                                    "deprecated": true
                                  }
                                },
                                "utf8Bytes": {
                                  "type": "Utf8Bytes",
                                  "id": 2
                                }
                              },
                              "nested": {
                                "Utf8Raw": {
                                  "options": {
                                    "deprecated": true
                                  },
                                  "fields": {}
                                },
                                "Utf8Bytes": {
                                  "fields": {}
                                }
                              }
                            }
                          }
                        },
                        "Int64": {
                          "fields": {
                            "encoding": {
                              "type": "Encoding",
                              "id": 1
                            }
                          },
                          "nested": {
                            "Encoding": {
                              "oneofs": {
                                "encoding": {
                                  "oneof": [
                                    "bigEndianBytes",
                                    "orderedCodeBytes"
                                  ]
                                }
                              },
                              "fields": {
                                "bigEndianBytes": {
                                  "type": "BigEndianBytes",
                                  "id": 1
                                },
                                "orderedCodeBytes": {
                                  "type": "OrderedCodeBytes",
                                  "id": 2
                                }
                              },
                              "nested": {
                                "BigEndianBytes": {
                                  "fields": {
                                    "bytesType": {
                                      "type": "Bytes",
                                      "id": 1,
                                      "options": {
                                        "deprecated": true
                                      }
                                    }
                                  }
                                },
                                "OrderedCodeBytes": {
                                  "fields": {}
                                }
                              }
                            }
                          }
                        },
                        "Bool": {
                          "fields": {}
                        },
                        "Float32": {
                          "fields": {}
                        },
                        "Float64": {
                          "fields": {}
                        },
                        "Timestamp": {
                          "fields": {
                            "encoding": {
                              "type": "Encoding",
                              "id": 1
                            }
                          },
                          "nested": {
                            "Encoding": {
                              "oneofs": {
                                "encoding": {
                                  "oneof": [
                                    "unixMicrosInt64"
                                  ]
                                }
                              },
                              "fields": {
                                "unixMicrosInt64": {
                                  "type": "Int64.Encoding",
                                  "id": 1
                                }
                              }
                            }
                          }
                        },
                        "Date": {
                          "fields": {}
                        },
                        "Struct": {
                          "fields": {
                            "fields": {
                              "rule": "repeated",
                              "type": "Field",
                              "id": 1
                            },
                            "encoding": {
                              "type": "Encoding",
                              "id": 2
                            }
                          },
                          "nested": {
                            "Field": {
                              "fields": {
                                "fieldName": {
                                  "type": "string",
                                  "id": 1
                                },
                                "type": {
                                  "type": "Type",
                                  "id": 2
                                }
                              }
                            },
                            "Encoding": {
                              "oneofs": {
                                "encoding": {
                                  "oneof": [
                                    "singleton",
                                    "delimitedBytes",
                                    "orderedCodeBytes"
                                  ]
                                }
                              },
                              "fields": {
                                "singleton": {
                                  "type": "Singleton",
                                  "id": 1
                                },
                                "delimitedBytes": {
                                  "type": "DelimitedBytes",
                                  "id": 2
                                },
                                "orderedCodeBytes": {
                                  "type": "OrderedCodeBytes",
                                  "id": 3
                                }
                              },
                              "nested": {
                                "Singleton": {
                                  "fields": {}
                                },
                                "DelimitedBytes": {
                                  "fields": {
                                    "delimiter": {
                                      "type": "bytes",
                                      "id": 1
                                    }
                                  }
                                },
                                "OrderedCodeBytes": {
                                  "fields": {}
                                }
                              }
                            }
                          }
                        },
                        "Proto": {
                          "fields": {
                            "schemaBundleId": {
                              "type": "string",
                              "id": 1
                            },
                            "messageName": {
                              "type": "string",
                              "id": 2
                            }
                          }
                        },
                        "Enum": {
                          "fields": {
                            "schemaBundleId": {
                              "type": "string",
                              "id": 1
                            },
                            "enumName": {
                              "type": "string",
                              "id": 2
                            }
                          }
                        },
                        "Array": {
                          "fields": {
                            "elementType": {
                              "type": "Type",
                              "id": 1
                            }
                          }
                        },
                        "Map": {
                          "fields": {
                            "keyType": {
                              "type": "Type",
                              "id": 1
                            },
                            "valueType": {
                              "type": "Type",
                              "id": 2
                            }
                          }
                        },
                        "Aggregate": {
                          "oneofs": {
                            "aggregator": {
                              "oneof": [
                                "sum",
                                "hllppUniqueCount",
                                "max",
                                "min"
                              ]
                            }
                          },
                          "fields": {
                            "inputType": {
                              "type": "Type",
                              "id": 1
                            },
                            "stateType": {
                              "type": "Type",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            },
                            "sum": {
                              "type": "Sum",
                              "id": 4
                            },
                            "hllppUniqueCount": {
                              "type": "HyperLogLogPlusPlusUniqueCount",
                              "id": 5
                            },
                            "max": {
                              "type": "Max",
                              "id": 6
                            },
                            "min": {
                              "type": "Min",
                              "id": 7
                            }
                          },
                          "nested": {
                            "Sum": {
                              "fields": {}
                            },
                            "Max": {
                              "fields": {}
                            },
                            "Min": {
                              "fields": {}
                            },
                            "HyperLogLogPlusPlusUniqueCount": {
                              "fields": {}
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "v2": {
              "options": {
                "csharp_namespace": "Google.Cloud.Bigtable.V2",
                "go_package": "cloud.google.com/go/bigtable/apiv2/bigtablepb;bigtablepb",
                "java_multiple_files": true,
                "java_outer_classname": "ResponseParamsProto",
                "java_package": "com.google.bigtable.v2",
                "php_namespace": "Google\\Cloud\\Bigtable\\V2",
                "ruby_package": "Google::Cloud::Bigtable::V2",
                "(google.api.resource_definition).type": "bigtableadmin.googleapis.com/MaterializedView",
                "(google.api.resource_definition).pattern": "projects/{project}/instances/{instance}/materializedViews/{materialized_view}"
              },
              "nested": {
                "Bigtable": {
                  "options": {
                    "(google.api.default_host)": "bigtable.googleapis.com",
                    "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/bigtable.data,https://www.googleapis.com/auth/bigtable.data.readonly,https://www.googleapis.com/auth/cloud-bigtable.data,https://www.googleapis.com/auth/cloud-bigtable.data.readonly,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-platform.read-only"
                  },
                  "methods": {
                    "ReadRows": {
                      "requestType": "ReadRowsRequest",
                      "responseType": "ReadRowsResponse",
                      "responseStream": true,
                      "options": {
                        "(google.api.http).post": "/v2/{table_name=projects/*/instances/*/tables/*}:readRows",
                        "(google.api.http).body": "*",
                        "(google.api.http).additional_bindings.post": "/v2/{materialized_view_name=projects/*/instances/*/materializedViews/*}:readRows",
                        "(google.api.http).additional_bindings.body": "*",
                        "(google.api.routing).routing_parameters.field": "materialized_view_name",
                        "(google.api.routing).routing_parameters.path_template": "{name=projects/*/instances/*}/**",
                        "(google.api.method_signature)": "table_name,app_profile_id"
                      },
                      "parsedOptions": [
                        {
                          "(google.api.http)": {
                            "post": "/v2/{table_name=projects/*/instances/*/tables/*}:readRows",
                            "body": "*",
                            "additional_bindings": [
                              {
                                "post": "/v2/{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}:readRows",
                                "body": "*"
                              },
                              {
                                "post": "/v2/{materialized_view_name=projects/*/instances/*/materializedViews/*}:readRows",
                                "body": "*"
                              }
                            ]
                          }
                        },
                        {
                          "(google.api.routing)": {
                            "routing_parameters": [
                              {
                                "field": "table_name",
                                "path_template": "{table_name=projects/*/instances/*/tables/*}"
                              },
                              {
                                "field": "app_profile_id"
                              },
                              {
                                "field": "authorized_view_name",
                                "path_template": "{table_name=projects/*/instances/*/tables/*}/**"
                              },
                              {
                                "field": "materialized_view_name",
                                "path_template": "{name=projects/*/instances/*}/**"
                              }
                            ]
                          }
                        },
                        {
                          "(google.api.method_signature)": "table_name"
                        },
                        {
                          "(google.api.method_signature)": "table_name,app_profile_id"
                        }
                      ]
                    },
                    "SampleRowKeys": {
                      "requestType": "SampleRowKeysRequest",
                      "responseType": "SampleRowKeysResponse",
                      "responseStream": true,
                      "options": {
                        "(google.api.http).get": "/v2/{table_name=projects/*/instances/*/tables/*}:sampleRowKeys",
                        "(google.api.http).additional_bindings.get": "/v2/{materialized_view_name=projects/*/instances/*/materializedViews/*}:sampleRowKeys",
                        "(google.api.routing).routing_parameters.field": "materialized_view_name",
                        "(google.api.routing).routing_parameters.path_template": "{name=projects/*/instances/*}/**",
                        "(google.api.method_signature)": "table_name,app_profile_id"
                      },
                      "parsedOptions": [
                        {
                          "(google.api.http)": {
                            "get": "/v2/{table_name=projects/*/instances/*/tables/*}:sampleRowKeys",
                            "additional_bindings": [
                              {
                                "get": "/v2/{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}:sampleRowKeys"
                              },
                              {
                                "get": "/v2/{materialized_view_name=projects/*/instances/*/materializedViews/*}:sampleRowKeys"
                              }
                            ]
                          }
                        },
                        {
                          "(google.api.routing)": {
                            "routing_parameters": [
                              {
                                "field": "table_name",
                                "path_template": "{table_name=projects/*/instances/*/tables/*}"
                              },
                              {
                                "field": "app_profile_id"
                              },
                              {
                                "field": "authorized_view_name",
                                "path_template": "{table_name=projects/*/instances/*/tables/*}/**"
                              },
                              {
                                "field": "materialized_view_name",
                                "path_template": "{name=projects/*/instances/*}/**"
                              }
                            ]
                          }
                        },
                        {
                          "(google.api.method_signature)": "table_name"
                        },
                        {
                          "(google.api.method_signature)": "table_name,app_profile_id"
                        }
                      ]
                    },
                    "MutateRow": {
                      "requestType": "MutateRowRequest",
                      "responseType": "MutateRowResponse",
                      "options": {
                        "(google.api.http).post": "/v2/{table_name=projects/*/instances/*/tables/*}:mutateRow",
                        "(google.api.http).body": "*",
                        "(google.api.http).additional_bindings.post": "/v2/{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}:mutateRow",
                        "(google.api.http).additional_bindings.body": "*",
                        "(google.api.routing).routing_parameters.field": "authorized_view_name",
                        "(google.api.routing).routing_parameters.path_template": "{table_name=projects/*/instances/*/tables/*}/**",
                        "(google.api.method_signature)": "table_name,row_key,mutations,app_profile_id"
                      },
                      "parsedOptions": [
                        {
                          "(google.api.http)": {
                            "post": "/v2/{table_name=projects/*/instances/*/tables/*}:mutateRow",
                            "body": "*",
                            "additional_bindings": {
                              "post": "/v2/{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}:mutateRow",
                              "body": "*"
                            }
                          }
                        },
                        {
                          "(google.api.routing)": {
                            "routing_parameters": [
                              {
                                "field": "table_name",
                                "path_template": "{table_name=projects/*/instances/*/tables/*}"
                              },
                              {
                                "field": "app_profile_id"
                              },
                              {
                                "field": "authorized_view_name",
                                "path_template": "{table_name=projects/*/instances/*/tables/*}/**"
                              }
                            ]
                          }
                        },
                        {
                          "(google.api.method_signature)": "table_name,row_key,mutations"
                        },
                        {
                          "(google.api.method_signature)": "table_name,row_key,mutations,app_profile_id"
                        }
                      ]
                    },
                    "MutateRows": {
                      "requestType": "MutateRowsRequest",
                      "responseType": "MutateRowsResponse",
                      "responseStream": true,
                      "options": {
                        "(google.api.http).post": "/v2/{table_name=projects/*/instances/*/tables/*}:mutateRows",
                        "(google.api.http).body": "*",
                        "(google.api.http).additional_bindings.post": "/v2/{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}:mutateRows",
                        "(google.api.http).additional_bindings.body": "*",
                        "(google.api.routing).routing_parameters.field": "authorized_view_name",
                        "(google.api.routing).routing_parameters.path_template": "{table_name=projects/*/instances/*/tables/*}/**",
                        "(google.api.method_signature)": "table_name,entries,app_profile_id"
                      },
                      "parsedOptions": [
                        {
                          "(google.api.http)": {
                            "post": "/v2/{table_name=projects/*/instances/*/tables/*}:mutateRows",
                            "body": "*",
                            "additional_bindings": {
                              "post": "/v2/{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}:mutateRows",
                              "body": "*"
                            }
                          }
                        },
                        {
                          "(google.api.routing)": {
                            "routing_parameters": [
                              {
                                "field": "table_name",
                                "path_template": "{table_name=projects/*/instances/*/tables/*}"
                              },
                              {
                                "field": "app_profile_id"
                              },
                              {
                                "field": "authorized_view_name",
                                "path_template": "{table_name=projects/*/instances/*/tables/*}/**"
                              }
                            ]
                          }
                        },
                        {
                          "(google.api.method_signature)": "table_name,entries"
                        },
                        {
                          "(google.api.method_signature)": "table_name,entries,app_profile_id"
                        }
                      ]
                    },
                    "CheckAndMutateRow": {
                      "requestType": "CheckAndMutateRowRequest",
                      "responseType": "CheckAndMutateRowResponse",
                      "options": {
                        "(google.api.http).post": "/v2/{table_name=projects/*/instances/*/tables/*}:checkAndMutateRow",
                        "(google.api.http).body": "*",
                        "(google.api.http).additional_bindings.post": "/v2/{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}:checkAndMutateRow",
                        "(google.api.http).additional_bindings.body": "*",
                        "(google.api.routing).routing_parameters.field": "authorized_view_name",
                        "(google.api.routing).routing_parameters.path_template": "{table_name=projects/*/instances/*/tables/*}/**",
                        "(google.api.method_signature)": "table_name,row_key,predicate_filter,true_mutations,false_mutations,app_profile_id"
                      },
                      "parsedOptions": [
                        {
                          "(google.api.http)": {
                            "post": "/v2/{table_name=projects/*/instances/*/tables/*}:checkAndMutateRow",
                            "body": "*",
                            "additional_bindings": {
                              "post": "/v2/{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}:checkAndMutateRow",
                              "body": "*"
                            }
                          }
                        },
                        {
                          "(google.api.routing)": {
                            "routing_parameters": [
                              {
                                "field": "table_name",
                                "path_template": "{table_name=projects/*/instances/*/tables/*}"
                              },
                              {
                                "field": "app_profile_id"
                              },
                              {
                                "field": "authorized_view_name",
                                "path_template": "{table_name=projects/*/instances/*/tables/*}/**"
                              }
                            ]
                          }
                        },
                        {
                          "(google.api.method_signature)": "table_name,row_key,predicate_filter,true_mutations,false_mutations"
                        },
                        {
                          "(google.api.method_signature)": "table_name,row_key,predicate_filter,true_mutations,false_mutations,app_profile_id"
                        }
                      ]
                    },
                    "PingAndWarm": {
                      "requestType": "PingAndWarmRequest",
                      "responseType": "PingAndWarmResponse",
                      "options": {
                        "(google.api.http).post": "/v2/{name=projects/*/instances/*}:ping",
                        "(google.api.http).body": "*",
                        "(google.api.routing).routing_parameters.field": "app_profile_id",
                        "(google.api.routing).routing_parameters.path_template": "{name=projects/*/instances/*}",
                        "(google.api.method_signature)": "name,app_profile_id"
                      },
                      "parsedOptions": [
                        {
                          "(google.api.http)": {
                            "post": "/v2/{name=projects/*/instances/*}:ping",
                            "body": "*"
                          }
                        },
                        {
                          "(google.api.routing)": {
                            "routing_parameters": [
                              {
                                "field": "name",
                                "path_template": "{name=projects/*/instances/*}"
                              },
                              {
                                "field": "app_profile_id"
                              }
                            ]
                          }
                        },
                        {
                          "(google.api.method_signature)": "name"
                        },
                        {
                          "(google.api.method_signature)": "name,app_profile_id"
                        }
                      ]
                    },
                    "ReadModifyWriteRow": {
                      "requestType": "ReadModifyWriteRowRequest",
                      "responseType": "ReadModifyWriteRowResponse",
                      "options": {
                        "(google.api.http).post": "/v2/{table_name=projects/*/instances/*/tables/*}:readModifyWriteRow",
                        "(google.api.http).body": "*",
                        "(google.api.http).additional_bindings.post": "/v2/{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}:readModifyWriteRow",
                        "(google.api.http).additional_bindings.body": "*",
                        "(google.api.routing).routing_parameters.field": "authorized_view_name",
                        "(google.api.routing).routing_parameters.path_template": "{table_name=projects/*/instances/*/tables/*}/**",
                        "(google.api.method_signature)": "table_name,row_key,rules,app_profile_id"
                      },
                      "parsedOptions": [
                        {
                          "(google.api.http)": {
                            "post": "/v2/{table_name=projects/*/instances/*/tables/*}:readModifyWriteRow",
                            "body": "*",
                            "additional_bindings": {
                              "post": "/v2/{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}:readModifyWriteRow",
                              "body": "*"
                            }
                          }
                        },
                        {
                          "(google.api.routing)": {
                            "routing_parameters": [
                              {
                                "field": "table_name",
                                "path_template": "{table_name=projects/*/instances/*/tables/*}"
                              },
                              {
                                "field": "app_profile_id"
                              },
                              {
                                "field": "authorized_view_name",
                                "path_template": "{table_name=projects/*/instances/*/tables/*}/**"
                              }
                            ]
                          }
                        },
                        {
                          "(google.api.method_signature)": "table_name,row_key,rules"
                        },
                        {
                          "(google.api.method_signature)": "table_name,row_key,rules,app_profile_id"
                        }
                      ]
                    },
                    "GenerateInitialChangeStreamPartitions": {
                      "requestType": "GenerateInitialChangeStreamPartitionsRequest",
                      "responseType": "GenerateInitialChangeStreamPartitionsResponse",
                      "responseStream": true,
                      "options": {
                        "(google.api.http).post": "/v2/{table_name=projects/*/instances/*/tables/*}:generateInitialChangeStreamPartitions",
                        "(google.api.http).body": "*",
                        "(google.api.method_signature)": "table_name,app_profile_id"
                      },
                      "parsedOptions": [
                        {
                          "(google.api.http)": {
                            "post": "/v2/{table_name=projects/*/instances/*/tables/*}:generateInitialChangeStreamPartitions",
                            "body": "*"
                          }
                        },
                        {
                          "(google.api.method_signature)": "table_name"
                        },
                        {
                          "(google.api.method_signature)": "table_name,app_profile_id"
                        }
                      ]
                    },
                    "ReadChangeStream": {
                      "requestType": "ReadChangeStreamRequest",
                      "responseType": "ReadChangeStreamResponse",
                      "responseStream": true,
                      "options": {
                        "(google.api.http).post": "/v2/{table_name=projects/*/instances/*/tables/*}:readChangeStream",
                        "(google.api.http).body": "*",
                        "(google.api.method_signature)": "table_name,app_profile_id"
                      },
                      "parsedOptions": [
                        {
                          "(google.api.http)": {
                            "post": "/v2/{table_name=projects/*/instances/*/tables/*}:readChangeStream",
                            "body": "*"
                          }
                        },
                        {
                          "(google.api.method_signature)": "table_name"
                        },
                        {
                          "(google.api.method_signature)": "table_name,app_profile_id"
                        }
                      ]
                    },
                    "PrepareQuery": {
                      "requestType": "PrepareQueryRequest",
                      "responseType": "PrepareQueryResponse",
                      "options": {
                        "(google.api.http).post": "/v2/{instance_name=projects/*/instances/*}:prepareQuery",
                        "(google.api.http).body": "*",
                        "(google.api.routing).routing_parameters.field": "app_profile_id",
                        "(google.api.routing).routing_parameters.path_template": "{name=projects/*/instances/*}",
                        "(google.api.method_signature)": "instance_name,query,app_profile_id"
                      },
                      "parsedOptions": [
                        {
                          "(google.api.http)": {
                            "post": "/v2/{instance_name=projects/*/instances/*}:prepareQuery",
                            "body": "*"
                          }
                        },
                        {
                          "(google.api.routing)": {
                            "routing_parameters": [
                              {
                                "field": "instance_name",
                                "path_template": "{name=projects/*/instances/*}"
                              },
                              {
                                "field": "app_profile_id"
                              }
                            ]
                          }
                        },
                        {
                          "(google.api.method_signature)": "instance_name,query"
                        },
                        {
                          "(google.api.method_signature)": "instance_name,query,app_profile_id"
                        }
                      ]
                    },
                    "ExecuteQuery": {
                      "requestType": "ExecuteQueryRequest",
                      "responseType": "ExecuteQueryResponse",
                      "responseStream": true,
                      "options": {
                        "(google.api.http).post": "/v2/{instance_name=projects/*/instances/*}:executeQuery",
                        "(google.api.http).body": "*",
                        "(google.api.routing).routing_parameters.field": "app_profile_id",
                        "(google.api.routing).routing_parameters.path_template": "{name=projects/*/instances/*}",
                        "(google.api.method_signature)": "instance_name,query,app_profile_id"
                      },
                      "parsedOptions": [
                        {
                          "(google.api.http)": {
                            "post": "/v2/{instance_name=projects/*/instances/*}:executeQuery",
                            "body": "*"
                          }
                        },
                        {
                          "(google.api.routing)": {
                            "routing_parameters": [
                              {
                                "field": "instance_name",
                                "path_template": "{name=projects/*/instances/*}"
                              },
                              {
                                "field": "app_profile_id"
                              }
                            ]
                          }
                        },
                        {
                          "(google.api.method_signature)": "instance_name,query"
                        },
                        {
                          "(google.api.method_signature)": "instance_name,query,app_profile_id"
                        }
                      ]
                    }
                  }
                },
                "ReadRowsRequest": {
                  "fields": {
                    "tableName": {
                      "type": "string",
                      "id": 1,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                      }
                    },
                    "authorizedViewName": {
                      "type": "string",
                      "id": 9,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/AuthorizedView"
                      }
                    },
                    "materializedViewName": {
                      "type": "string",
                      "id": 11,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/MaterializedView"
                      }
                    },
                    "appProfileId": {
                      "type": "string",
                      "id": 5
                    },
                    "rows": {
                      "type": "RowSet",
                      "id": 2
                    },
                    "filter": {
                      "type": "RowFilter",
                      "id": 3
                    },
                    "rowsLimit": {
                      "type": "int64",
                      "id": 4
                    },
                    "requestStatsView": {
                      "type": "RequestStatsView",
                      "id": 6
                    },
                    "reversed": {
                      "type": "bool",
                      "id": 7
                    }
                  },
                  "nested": {
                    "RequestStatsView": {
                      "values": {
                        "REQUEST_STATS_VIEW_UNSPECIFIED": 0,
                        "REQUEST_STATS_NONE": 1,
                        "REQUEST_STATS_FULL": 2
                      }
                    }
                  }
                },
                "ReadRowsResponse": {
                  "fields": {
                    "chunks": {
                      "rule": "repeated",
                      "type": "CellChunk",
                      "id": 1
                    },
                    "lastScannedRowKey": {
                      "type": "bytes",
                      "id": 2
                    },
                    "requestStats": {
                      "type": "RequestStats",
                      "id": 3
                    }
                  },
                  "nested": {
                    "CellChunk": {
                      "oneofs": {
                        "rowStatus": {
                          "oneof": [
                            "resetRow",
                            "commitRow"
                          ]
                        }
                      },
                      "fields": {
                        "rowKey": {
                          "type": "bytes",
                          "id": 1
                        },
                        "familyName": {
                          "type": "google.protobuf.StringValue",
                          "id": 2
                        },
                        "qualifier": {
                          "type": "google.protobuf.BytesValue",
                          "id": 3
                        },
                        "timestampMicros": {
                          "type": "int64",
                          "id": 4
                        },
                        "labels": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 5
                        },
                        "value": {
                          "type": "bytes",
                          "id": 6
                        },
                        "valueSize": {
                          "type": "int32",
                          "id": 7
                        },
                        "resetRow": {
                          "type": "bool",
                          "id": 8
                        },
                        "commitRow": {
                          "type": "bool",
                          "id": 9
                        }
                      }
                    }
                  }
                },
                "SampleRowKeysRequest": {
                  "fields": {
                    "tableName": {
                      "type": "string",
                      "id": 1,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                      }
                    },
                    "authorizedViewName": {
                      "type": "string",
                      "id": 4,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/AuthorizedView"
                      }
                    },
                    "materializedViewName": {
                      "type": "string",
                      "id": 5,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/MaterializedView"
                      }
                    },
                    "appProfileId": {
                      "type": "string",
                      "id": 2
                    }
                  }
                },
                "SampleRowKeysResponse": {
                  "fields": {
                    "rowKey": {
                      "type": "bytes",
                      "id": 1
                    },
                    "offsetBytes": {
                      "type": "int64",
                      "id": 2
                    }
                  }
                },
                "MutateRowRequest": {
                  "fields": {
                    "tableName": {
                      "type": "string",
                      "id": 1,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                      }
                    },
                    "authorizedViewName": {
                      "type": "string",
                      "id": 6,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/AuthorizedView"
                      }
                    },
                    "appProfileId": {
                      "type": "string",
                      "id": 4
                    },
                    "rowKey": {
                      "type": "bytes",
                      "id": 2,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED"
                      }
                    },
                    "mutations": {
                      "rule": "repeated",
                      "type": "Mutation",
                      "id": 3,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED"
                      }
                    },
                    "idempotency": {
                      "type": "Idempotency",
                      "id": 8
                    }
                  }
                },
                "MutateRowResponse": {
                  "fields": {}
                },
                "MutateRowsRequest": {
                  "fields": {
                    "tableName": {
                      "type": "string",
                      "id": 1,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                      }
                    },
                    "authorizedViewName": {
                      "type": "string",
                      "id": 5,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/AuthorizedView"
                      }
                    },
                    "appProfileId": {
                      "type": "string",
                      "id": 3
                    },
                    "entries": {
                      "rule": "repeated",
                      "type": "Entry",
                      "id": 2,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED"
                      }
                    }
                  },
                  "nested": {
                    "Entry": {
                      "fields": {
                        "rowKey": {
                          "type": "bytes",
                          "id": 1
                        },
                        "mutations": {
                          "rule": "repeated",
                          "type": "Mutation",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "idempotency": {
                          "type": "Idempotency",
                          "id": 3
                        }
                      }
                    }
                  }
                },
                "MutateRowsResponse": {
                  "oneofs": {
                    "_rateLimitInfo": {
                      "oneof": [
                        "rateLimitInfo"
                      ]
                    }
                  },
                  "fields": {
                    "entries": {
                      "rule": "repeated",
                      "type": "Entry",
                      "id": 1
                    },
                    "rateLimitInfo": {
                      "type": "RateLimitInfo",
                      "id": 3,
                      "options": {
                        "proto3_optional": true
                      }
                    }
                  },
                  "nested": {
                    "Entry": {
                      "fields": {
                        "index": {
                          "type": "int64",
                          "id": 1
                        },
                        "status": {
                          "type": "google.rpc.Status",
                          "id": 2
                        }
                      }
                    }
                  }
                },
                "RateLimitInfo": {
                  "fields": {
                    "period": {
                      "type": "google.protobuf.Duration",
                      "id": 1
                    },
                    "factor": {
                      "type": "double",
                      "id": 2
                    }
                  }
                },
                "CheckAndMutateRowRequest": {
                  "fields": {
                    "tableName": {
                      "type": "string",
                      "id": 1,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                      }
                    },
                    "authorizedViewName": {
                      "type": "string",
                      "id": 9,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/AuthorizedView"
                      }
                    },
                    "appProfileId": {
                      "type": "string",
                      "id": 7
                    },
                    "rowKey": {
                      "type": "bytes",
                      "id": 2,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED"
                      }
                    },
                    "predicateFilter": {
                      "type": "RowFilter",
                      "id": 6
                    },
                    "trueMutations": {
                      "rule": "repeated",
                      "type": "Mutation",
                      "id": 4
                    },
                    "falseMutations": {
                      "rule": "repeated",
                      "type": "Mutation",
                      "id": 5
                    }
                  }
                },
                "CheckAndMutateRowResponse": {
                  "fields": {
                    "predicateMatched": {
                      "type": "bool",
                      "id": 1
                    }
                  }
                },
                "PingAndWarmRequest": {
                  "fields": {
                    "name": {
                      "type": "string",
                      "id": 1,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Instance"
                      }
                    },
                    "appProfileId": {
                      "type": "string",
                      "id": 2
                    }
                  }
                },
                "PingAndWarmResponse": {
                  "fields": {}
                },
                "ReadModifyWriteRowRequest": {
                  "fields": {
                    "tableName": {
                      "type": "string",
                      "id": 1,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                      }
                    },
                    "authorizedViewName": {
                      "type": "string",
                      "id": 6,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/AuthorizedView"
                      }
                    },
                    "appProfileId": {
                      "type": "string",
                      "id": 4
                    },
                    "rowKey": {
                      "type": "bytes",
                      "id": 2,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED"
                      }
                    },
                    "rules": {
                      "rule": "repeated",
                      "type": "ReadModifyWriteRule",
                      "id": 3,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED"
                      }
                    }
                  }
                },
                "ReadModifyWriteRowResponse": {
                  "fields": {
                    "row": {
                      "type": "Row",
                      "id": 1
                    }
                  }
                },
                "GenerateInitialChangeStreamPartitionsRequest": {
                  "fields": {
                    "tableName": {
                      "type": "string",
                      "id": 1,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                      }
                    },
                    "appProfileId": {
                      "type": "string",
                      "id": 2
                    }
                  }
                },
                "GenerateInitialChangeStreamPartitionsResponse": {
                  "fields": {
                    "partition": {
                      "type": "StreamPartition",
                      "id": 1
                    }
                  }
                },
                "ReadChangeStreamRequest": {
                  "oneofs": {
                    "startFrom": {
                      "oneof": [
                        "startTime",
                        "continuationTokens"
                      ]
                    }
                  },
                  "fields": {
                    "tableName": {
                      "type": "string",
                      "id": 1,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Table"
                      }
                    },
                    "appProfileId": {
                      "type": "string",
                      "id": 2
                    },
                    "partition": {
                      "type": "StreamPartition",
                      "id": 3
                    },
                    "startTime": {
                      "type": "google.protobuf.Timestamp",
                      "id": 4
                    },
                    "continuationTokens": {
                      "type": "StreamContinuationTokens",
                      "id": 6
                    },
                    "endTime": {
                      "type": "google.protobuf.Timestamp",
                      "id": 5
                    },
                    "heartbeatDuration": {
                      "type": "google.protobuf.Duration",
                      "id": 7
                    }
                  }
                },
                "ReadChangeStreamResponse": {
                  "oneofs": {
                    "streamRecord": {
                      "oneof": [
                        "dataChange",
                        "heartbeat",
                        "closeStream"
                      ]
                    }
                  },
                  "fields": {
                    "dataChange": {
                      "type": "DataChange",
                      "id": 1
                    },
                    "heartbeat": {
                      "type": "Heartbeat",
                      "id": 2
                    },
                    "closeStream": {
                      "type": "CloseStream",
                      "id": 3
                    }
                  },
                  "nested": {
                    "MutationChunk": {
                      "fields": {
                        "chunkInfo": {
                          "type": "ChunkInfo",
                          "id": 1
                        },
                        "mutation": {
                          "type": "Mutation",
                          "id": 2
                        }
                      },
                      "nested": {
                        "ChunkInfo": {
                          "fields": {
                            "chunkedValueSize": {
                              "type": "int32",
                              "id": 1
                            },
                            "chunkedValueOffset": {
                              "type": "int32",
                              "id": 2
                            },
                            "lastChunk": {
                              "type": "bool",
                              "id": 3
                            }
                          }
                        }
                      }
                    },
                    "DataChange": {
                      "fields": {
                        "type": {
                          "type": "Type",
                          "id": 1
                        },
                        "sourceClusterId": {
                          "type": "string",
                          "id": 2
                        },
                        "rowKey": {
                          "type": "bytes",
                          "id": 3
                        },
                        "commitTimestamp": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4
                        },
                        "tiebreaker": {
                          "type": "int32",
                          "id": 5
                        },
                        "chunks": {
                          "rule": "repeated",
                          "type": "MutationChunk",
                          "id": 6
                        },
                        "done": {
                          "type": "bool",
                          "id": 8
                        },
                        "token": {
                          "type": "string",
                          "id": 9
                        },
                        "estimatedLowWatermark": {
                          "type": "google.protobuf.Timestamp",
                          "id": 10
                        }
                      },
                      "nested": {
                        "Type": {
                          "values": {
                            "TYPE_UNSPECIFIED": 0,
                            "USER": 1,
                            "GARBAGE_COLLECTION": 2,
                            "CONTINUATION": 3
                          }
                        }
                      }
                    },
                    "Heartbeat": {
                      "fields": {
                        "continuationToken": {
                          "type": "StreamContinuationToken",
                          "id": 1
                        },
                        "estimatedLowWatermark": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        }
                      }
                    },
                    "CloseStream": {
                      "fields": {
                        "status": {
                          "type": "google.rpc.Status",
                          "id": 1
                        },
                        "continuationTokens": {
                          "rule": "repeated",
                          "type": "StreamContinuationToken",
                          "id": 2
                        },
                        "newPartitions": {
                          "rule": "repeated",
                          "type": "StreamPartition",
                          "id": 3
                        }
                      }
                    }
                  }
                },
                "ExecuteQueryRequest": {
                  "oneofs": {
                    "dataFormat": {
                      "oneof": [
                        "protoFormat"
                      ]
                    }
                  },
                  "fields": {
                    "instanceName": {
                      "type": "string",
                      "id": 1,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Instance"
                      }
                    },
                    "appProfileId": {
                      "type": "string",
                      "id": 2,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL"
                      }
                    },
                    "query": {
                      "type": "string",
                      "id": 3,
                      "options": {
                        "deprecated": true,
                        "(google.api.field_behavior)": "REQUIRED"
                      }
                    },
                    "preparedQuery": {
                      "type": "bytes",
                      "id": 9
                    },
                    "protoFormat": {
                      "type": "ProtoFormat",
                      "id": 4,
                      "options": {
                        "deprecated": true
                      }
                    },
                    "resumeToken": {
                      "type": "bytes",
                      "id": 8,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL"
                      }
                    },
                    "params": {
                      "keyType": "string",
                      "type": "Value",
                      "id": 7,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED"
                      }
                    }
                  }
                },
                "ExecuteQueryResponse": {
                  "oneofs": {
                    "response": {
                      "oneof": [
                        "metadata",
                        "results"
                      ]
                    }
                  },
                  "fields": {
                    "metadata": {
                      "type": "ResultSetMetadata",
                      "id": 1
                    },
                    "results": {
                      "type": "PartialResultSet",
                      "id": 2
                    }
                  }
                },
                "PrepareQueryRequest": {
                  "oneofs": {
                    "dataFormat": {
                      "oneof": [
                        "protoFormat"
                      ]
                    }
                  },
                  "fields": {
                    "instanceName": {
                      "type": "string",
                      "id": 1,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED",
                        "(google.api.resource_reference).type": "bigtableadmin.googleapis.com/Instance"
                      }
                    },
                    "appProfileId": {
                      "type": "string",
                      "id": 2,
                      "options": {
                        "(google.api.field_behavior)": "OPTIONAL"
                      }
                    },
                    "query": {
                      "type": "string",
                      "id": 3,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED"
                      }
                    },
                    "protoFormat": {
                      "type": "ProtoFormat",
                      "id": 4
                    },
                    "paramTypes": {
                      "keyType": "string",
                      "type": "Type",
                      "id": 6,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED"
                      }
                    }
                  }
                },
                "PrepareQueryResponse": {
                  "fields": {
                    "metadata": {
                      "type": "ResultSetMetadata",
                      "id": 1
                    },
                    "preparedQuery": {
                      "type": "bytes",
                      "id": 2
                    },
                    "validUntil": {
                      "type": "google.protobuf.Timestamp",
                      "id": 3
                    }
                  }
                },
                "Row": {
                  "fields": {
                    "key": {
                      "type": "bytes",
                      "id": 1
                    },
                    "families": {
                      "rule": "repeated",
                      "type": "Family",
                      "id": 2
                    }
                  }
                },
                "Family": {
                  "fields": {
                    "name": {
                      "type": "string",
                      "id": 1
                    },
                    "columns": {
                      "rule": "repeated",
                      "type": "Column",
                      "id": 2
                    }
                  }
                },
                "Column": {
                  "fields": {
                    "qualifier": {
                      "type": "bytes",
                      "id": 1
                    },
                    "cells": {
                      "rule": "repeated",
                      "type": "Cell",
                      "id": 2
                    }
                  }
                },
                "Cell": {
                  "fields": {
                    "timestampMicros": {
                      "type": "int64",
                      "id": 1
                    },
                    "value": {
                      "type": "bytes",
                      "id": 2
                    },
                    "labels": {
                      "rule": "repeated",
                      "type": "string",
                      "id": 3
                    }
                  }
                },
                "Value": {
                  "oneofs": {
                    "kind": {
                      "oneof": [
                        "rawValue",
                        "rawTimestampMicros",
                        "bytesValue",
                        "stringValue",
                        "intValue",
                        "boolValue",
                        "floatValue",
                        "timestampValue",
                        "dateValue",
                        "arrayValue"
                      ]
                    }
                  },
                  "fields": {
                    "type": {
                      "type": "Type",
                      "id": 7
                    },
                    "rawValue": {
                      "type": "bytes",
                      "id": 8
                    },
                    "rawTimestampMicros": {
                      "type": "int64",
                      "id": 9
                    },
                    "bytesValue": {
                      "type": "bytes",
                      "id": 2
                    },
                    "stringValue": {
                      "type": "string",
                      "id": 3
                    },
                    "intValue": {
                      "type": "int64",
                      "id": 6
                    },
                    "boolValue": {
                      "type": "bool",
                      "id": 10
                    },
                    "floatValue": {
                      "type": "double",
                      "id": 11
                    },
                    "timestampValue": {
                      "type": "google.protobuf.Timestamp",
                      "id": 12
                    },
                    "dateValue": {
                      "type": "google.type.Date",
                      "id": 13
                    },
                    "arrayValue": {
                      "type": "ArrayValue",
                      "id": 4
                    }
                  }
                },
                "ArrayValue": {
                  "fields": {
                    "values": {
                      "rule": "repeated",
                      "type": "Value",
                      "id": 1
                    }
                  }
                },
                "RowRange": {
                  "oneofs": {
                    "startKey": {
                      "oneof": [
                        "startKeyClosed",
                        "startKeyOpen"
                      ]
                    },
                    "endKey": {
                      "oneof": [
                        "endKeyOpen",
                        "endKeyClosed"
                      ]
                    }
                  },
                  "fields": {
                    "startKeyClosed": {
                      "type": "bytes",
                      "id": 1
                    },
                    "startKeyOpen": {
                      "type": "bytes",
                      "id": 2
                    },
                    "endKeyOpen": {
                      "type": "bytes",
                      "id": 3
                    },
                    "endKeyClosed": {
                      "type": "bytes",
                      "id": 4
                    }
                  }
                },
                "RowSet": {
                  "fields": {
                    "rowKeys": {
                      "rule": "repeated",
                      "type": "bytes",
                      "id": 1
                    },
                    "rowRanges": {
                      "rule": "repeated",
                      "type": "RowRange",
                      "id": 2
                    }
                  }
                },
                "ColumnRange": {
                  "oneofs": {
                    "startQualifier": {
                      "oneof": [
                        "startQualifierClosed",
                        "startQualifierOpen"
                      ]
                    },
                    "endQualifier": {
                      "oneof": [
                        "endQualifierClosed",
                        "endQualifierOpen"
                      ]
                    }
                  },
                  "fields": {
                    "familyName": {
                      "type": "string",
                      "id": 1
                    },
                    "startQualifierClosed": {
                      "type": "bytes",
                      "id": 2
                    },
                    "startQualifierOpen": {
                      "type": "bytes",
                      "id": 3
                    },
                    "endQualifierClosed": {
                      "type": "bytes",
                      "id": 4
                    },
                    "endQualifierOpen": {
                      "type": "bytes",
                      "id": 5
                    }
                  }
                },
                "TimestampRange": {
                  "fields": {
                    "startTimestampMicros": {
                      "type": "int64",
                      "id": 1
                    },
                    "endTimestampMicros": {
                      "type": "int64",
                      "id": 2
                    }
                  }
                },
                "ValueRange": {
                  "oneofs": {
                    "startValue": {
                      "oneof": [
                        "startValueClosed",
                        "startValueOpen"
                      ]
                    },
                    "endValue": {
                      "oneof": [
                        "endValueClosed",
                        "endValueOpen"
                      ]
                    }
                  },
                  "fields": {
                    "startValueClosed": {
                      "type": "bytes",
                      "id": 1
                    },
                    "startValueOpen": {
                      "type": "bytes",
                      "id": 2
                    },
                    "endValueClosed": {
                      "type": "bytes",
                      "id": 3
                    },
                    "endValueOpen": {
                      "type": "bytes",
                      "id": 4
                    }
                  }
                },
                "RowFilter": {
                  "oneofs": {
                    "filter": {
                      "oneof": [
                        "chain",
                        "interleave",
                        "condition",
                        "sink",
                        "passAllFilter",
                        "blockAllFilter",
                        "rowKeyRegexFilter",
                        "rowSampleFilter",
                        "familyNameRegexFilter",
                        "columnQualifierRegexFilter",
                        "columnRangeFilter",
                        "timestampRangeFilter",
                        "valueRegexFilter",
                        "valueRangeFilter",
                        "cellsPerRowOffsetFilter",
                        "cellsPerRowLimitFilter",
                        "cellsPerColumnLimitFilter",
                        "stripValueTransformer",
                        "applyLabelTransformer"
                      ]
                    }
                  },
                  "fields": {
                    "chain": {
                      "type": "Chain",
                      "id": 1
                    },
                    "interleave": {
                      "type": "Interleave",
                      "id": 2
                    },
                    "condition": {
                      "type": "Condition",
                      "id": 3
                    },
                    "sink": {
                      "type": "bool",
                      "id": 16
                    },
                    "passAllFilter": {
                      "type": "bool",
                      "id": 17
                    },
                    "blockAllFilter": {
                      "type": "bool",
                      "id": 18
                    },
                    "rowKeyRegexFilter": {
                      "type": "bytes",
                      "id": 4
                    },
                    "rowSampleFilter": {
                      "type": "double",
                      "id": 14
                    },
                    "familyNameRegexFilter": {
                      "type": "string",
                      "id": 5
                    },
                    "columnQualifierRegexFilter": {
                      "type": "bytes",
                      "id": 6
                    },
                    "columnRangeFilter": {
                      "type": "ColumnRange",
                      "id": 7
                    },
                    "timestampRangeFilter": {
                      "type": "TimestampRange",
                      "id": 8
                    },
                    "valueRegexFilter": {
                      "type": "bytes",
                      "id": 9
                    },
                    "valueRangeFilter": {
                      "type": "ValueRange",
                      "id": 15
                    },
                    "cellsPerRowOffsetFilter": {
                      "type": "int32",
                      "id": 10
                    },
                    "cellsPerRowLimitFilter": {
                      "type": "int32",
                      "id": 11
                    },
                    "cellsPerColumnLimitFilter": {
                      "type": "int32",
                      "id": 12
                    },
                    "stripValueTransformer": {
                      "type": "bool",
                      "id": 13
                    },
                    "applyLabelTransformer": {
                      "type": "string",
                      "id": 19
                    }
                  },
                  "nested": {
                    "Chain": {
                      "fields": {
                        "filters": {
                          "rule": "repeated",
                          "type": "RowFilter",
                          "id": 1
                        }
                      }
                    },
                    "Interleave": {
                      "fields": {
                        "filters": {
                          "rule": "repeated",
                          "type": "RowFilter",
                          "id": 1
                        }
                      }
                    },
                    "Condition": {
                      "fields": {
                        "predicateFilter": {
                          "type": "RowFilter",
                          "id": 1
                        },
                        "trueFilter": {
                          "type": "RowFilter",
                          "id": 2
                        },
                        "falseFilter": {
                          "type": "RowFilter",
                          "id": 3
                        }
                      }
                    }
                  }
                },
                "Mutation": {
                  "oneofs": {
                    "mutation": {
                      "oneof": [
                        "setCell",
                        "addToCell",
                        "mergeToCell",
                        "deleteFromColumn",
                        "deleteFromFamily",
                        "deleteFromRow"
                      ]
                    }
                  },
                  "fields": {
                    "setCell": {
                      "type": "SetCell",
                      "id": 1
                    },
                    "addToCell": {
                      "type": "AddToCell",
                      "id": 5
                    },
                    "mergeToCell": {
                      "type": "MergeToCell",
                      "id": 6
                    },
                    "deleteFromColumn": {
                      "type": "DeleteFromColumn",
                      "id": 2
                    },
                    "deleteFromFamily": {
                      "type": "DeleteFromFamily",
                      "id": 3
                    },
                    "deleteFromRow": {
                      "type": "DeleteFromRow",
                      "id": 4
                    }
                  },
                  "nested": {
                    "SetCell": {
                      "fields": {
                        "familyName": {
                          "type": "string",
                          "id": 1
                        },
                        "columnQualifier": {
                          "type": "bytes",
                          "id": 2
                        },
                        "timestampMicros": {
                          "type": "int64",
                          "id": 3
                        },
                        "value": {
                          "type": "bytes",
                          "id": 4
                        }
                      }
                    },
                    "AddToCell": {
                      "fields": {
                        "familyName": {
                          "type": "string",
                          "id": 1
                        },
                        "columnQualifier": {
                          "type": "Value",
                          "id": 2
                        },
                        "timestamp": {
                          "type": "Value",
                          "id": 3
                        },
                        "input": {
                          "type": "Value",
                          "id": 4
                        }
                      }
                    },
                    "MergeToCell": {
                      "fields": {
                        "familyName": {
                          "type": "string",
                          "id": 1
                        },
                        "columnQualifier": {
                          "type": "Value",
                          "id": 2
                        },
                        "timestamp": {
                          "type": "Value",
                          "id": 3
                        },
                        "input": {
                          "type": "Value",
                          "id": 4
                        }
                      }
                    },
                    "DeleteFromColumn": {
                      "fields": {
                        "familyName": {
                          "type": "string",
                          "id": 1
                        },
                        "columnQualifier": {
                          "type": "bytes",
                          "id": 2
                        },
                        "timeRange": {
                          "type": "TimestampRange",
                          "id": 3
                        }
                      }
                    },
                    "DeleteFromFamily": {
                      "fields": {
                        "familyName": {
                          "type": "string",
                          "id": 1
                        }
                      }
                    },
                    "DeleteFromRow": {
                      "fields": {}
                    }
                  }
                },
                "ReadModifyWriteRule": {
                  "oneofs": {
                    "rule": {
                      "oneof": [
                        "appendValue",
                        "incrementAmount"
                      ]
                    }
                  },
                  "fields": {
                    "familyName": {
                      "type": "string",
                      "id": 1
                    },
                    "columnQualifier": {
                      "type": "bytes",
                      "id": 2
                    },
                    "appendValue": {
                      "type": "bytes",
                      "id": 3
                    },
                    "incrementAmount": {
                      "type": "int64",
                      "id": 4
                    }
                  }
                },
                "StreamPartition": {
                  "fields": {
                    "rowRange": {
                      "type": "RowRange",
                      "id": 1
                    }
                  }
                },
                "StreamContinuationTokens": {
                  "fields": {
                    "tokens": {
                      "rule": "repeated",
                      "type": "StreamContinuationToken",
                      "id": 1
                    }
                  }
                },
                "StreamContinuationToken": {
                  "fields": {
                    "partition": {
                      "type": "StreamPartition",
                      "id": 1
                    },
                    "token": {
                      "type": "string",
                      "id": 2
                    }
                  }
                },
                "ProtoFormat": {
                  "fields": {}
                },
                "ColumnMetadata": {
                  "fields": {
                    "name": {
                      "type": "string",
                      "id": 1
                    },
                    "type": {
                      "type": "Type",
                      "id": 2
                    }
                  }
                },
                "ProtoSchema": {
                  "fields": {
                    "columns": {
                      "rule": "repeated",
                      "type": "ColumnMetadata",
                      "id": 1
                    }
                  }
                },
                "ResultSetMetadata": {
                  "oneofs": {
                    "schema": {
                      "oneof": [
                        "protoSchema"
                      ]
                    }
                  },
                  "fields": {
                    "protoSchema": {
                      "type": "ProtoSchema",
                      "id": 1
                    }
                  }
                },
                "ProtoRows": {
                  "fields": {
                    "values": {
                      "rule": "repeated",
                      "type": "Value",
                      "id": 2
                    }
                  }
                },
                "ProtoRowsBatch": {
                  "fields": {
                    "batchData": {
                      "type": "bytes",
                      "id": 1
                    }
                  }
                },
                "PartialResultSet": {
                  "oneofs": {
                    "partialRows": {
                      "oneof": [
                        "protoRowsBatch"
                      ]
                    },
                    "_batchChecksum": {
                      "oneof": [
                        "batchChecksum"
                      ]
                    }
                  },
                  "fields": {
                    "protoRowsBatch": {
                      "type": "ProtoRowsBatch",
                      "id": 3
                    },
                    "batchChecksum": {
                      "type": "uint32",
                      "id": 6,
                      "options": {
                        "proto3_optional": true
                      }
                    },
                    "resumeToken": {
                      "type": "bytes",
                      "id": 5
                    },
                    "reset": {
                      "type": "bool",
                      "id": 7
                    },
                    "estimatedBatchSize": {
                      "type": "int32",
                      "id": 4
                    }
                  }
                },
                "Idempotency": {
                  "fields": {
                    "token": {
                      "type": "bytes",
                      "id": 1
                    },
                    "startTime": {
                      "type": "google.protobuf.Timestamp",
                      "id": 2
                    }
                  }
                },
                "Type": {
                  "oneofs": {
                    "kind": {
                      "oneof": [
                        "bytesType",
                        "stringType",
                        "int64Type",
                        "float32Type",
                        "float64Type",
                        "boolType",
                        "timestampType",
                        "dateType",
                        "aggregateType",
                        "structType",
                        "arrayType",
                        "mapType",
                        "protoType",
                        "enumType"
                      ]
                    }
                  },
                  "fields": {
                    "bytesType": {
                      "type": "Bytes",
                      "id": 1
                    },
                    "stringType": {
                      "type": "String",
                      "id": 2
                    },
                    "int64Type": {
                      "type": "Int64",
                      "id": 5
                    },
                    "float32Type": {
                      "type": "Float32",
                      "id": 12
                    },
                    "float64Type": {
                      "type": "Float64",
                      "id": 9
                    },
                    "boolType": {
                      "type": "Bool",
                      "id": 8
                    },
                    "timestampType": {
                      "type": "Timestamp",
                      "id": 10
                    },
                    "dateType": {
                      "type": "Date",
                      "id": 11
                    },
                    "aggregateType": {
                      "type": "Aggregate",
                      "id": 6
                    },
                    "structType": {
                      "type": "Struct",
                      "id": 7
                    },
                    "arrayType": {
                      "type": "Array",
                      "id": 3
                    },
                    "mapType": {
                      "type": "Map",
                      "id": 4
                    },
                    "protoType": {
                      "type": "Proto",
                      "id": 13
                    },
                    "enumType": {
                      "type": "Enum",
                      "id": 14
                    }
                  },
                  "nested": {
                    "Bytes": {
                      "fields": {
                        "encoding": {
                          "type": "Encoding",
                          "id": 1
                        }
                      },
                      "nested": {
                        "Encoding": {
                          "oneofs": {
                            "encoding": {
                              "oneof": [
                                "raw"
                              ]
                            }
                          },
                          "fields": {
                            "raw": {
                              "type": "Raw",
                              "id": 1
                            }
                          },
                          "nested": {
                            "Raw": {
                              "fields": {
                                "escapeNulls": {
                                  "type": "bool",
                                  "id": 1
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "String": {
                      "fields": {
                        "encoding": {
                          "type": "Encoding",
                          "id": 1
                        }
                      },
                      "nested": {
                        "Encoding": {
                          "oneofs": {
                            "encoding": {
                              "oneof": [
                                "utf8Raw",
                                "utf8Bytes"
                              ]
                            }
                          },
                          "fields": {
                            "utf8Raw": {
                              "type": "Utf8Raw",
                              "id": 1,
                              "options": {
                                "deprecated": true
                              }
                            },
                            "utf8Bytes": {
                              "type": "Utf8Bytes",
                              "id": 2
                            }
                          },
                          "nested": {
                            "Utf8Raw": {
                              "options": {
                                "deprecated": true
                              },
                              "fields": {}
                            },
                            "Utf8Bytes": {
                              "fields": {
                                "nullEscapeChar": {
                                  "type": "string",
                                  "id": 1
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "Int64": {
                      "fields": {
                        "encoding": {
                          "type": "Encoding",
                          "id": 1
                        }
                      },
                      "nested": {
                        "Encoding": {
                          "oneofs": {
                            "encoding": {
                              "oneof": [
                                "bigEndianBytes",
                                "orderedCodeBytes"
                              ]
                            }
                          },
                          "fields": {
                            "bigEndianBytes": {
                              "type": "BigEndianBytes",
                              "id": 1
                            },
                            "orderedCodeBytes": {
                              "type": "OrderedCodeBytes",
                              "id": 2
                            }
                          },
                          "nested": {
                            "BigEndianBytes": {
                              "fields": {
                                "bytesType": {
                                  "type": "Bytes",
                                  "id": 1,
                                  "options": {
                                    "deprecated": true
                                  }
                                }
                              }
                            },
                            "OrderedCodeBytes": {
                              "fields": {}
                            }
                          }
                        }
                      }
                    },
                    "Bool": {
                      "fields": {}
                    },
                    "Float32": {
                      "fields": {}
                    },
                    "Float64": {
                      "fields": {}
                    },
                    "Timestamp": {
                      "fields": {
                        "encoding": {
                          "type": "Encoding",
                          "id": 1
                        }
                      },
                      "nested": {
                        "Encoding": {
                          "oneofs": {
                            "encoding": {
                              "oneof": [
                                "unixMicrosInt64"
                              ]
                            }
                          },
                          "fields": {
                            "unixMicrosInt64": {
                              "type": "Int64.Encoding",
                              "id": 1
                            }
                          }
                        }
                      }
                    },
                    "Date": {
                      "fields": {}
                    },
                    "Struct": {
                      "fields": {
                        "fields": {
                          "rule": "repeated",
                          "type": "Field",
                          "id": 1
                        },
                        "encoding": {
                          "type": "Encoding",
                          "id": 2
                        }
                      },
                      "nested": {
                        "Field": {
                          "fields": {
                            "fieldName": {
                              "type": "string",
                              "id": 1
                            },
                            "type": {
                              "type": "Type",
                              "id": 2
                            }
                          }
                        },
                        "Encoding": {
                          "oneofs": {
                            "encoding": {
                              "oneof": [
                                "singleton",
                                "delimitedBytes",
                                "orderedCodeBytes"
                              ]
                            }
                          },
                          "fields": {
                            "singleton": {
                              "type": "Singleton",
                              "id": 1
                            },
                            "delimitedBytes": {
                              "type": "DelimitedBytes",
                              "id": 2
                            },
                            "orderedCodeBytes": {
                              "type": "OrderedCodeBytes",
                              "id": 3
                            }
                          },
                          "nested": {
                            "Singleton": {
                              "fields": {}
                            },
                            "DelimitedBytes": {
                              "fields": {
                                "delimiter": {
                                  "type": "bytes",
                                  "id": 1
                                }
                              }
                            },
                            "OrderedCodeBytes": {
                              "fields": {}
                            }
                          }
                        }
                      }
                    },
                    "Proto": {
                      "fields": {
                        "schemaBundleId": {
                          "type": "string",
                          "id": 1
                        },
                        "messageName": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "Enum": {
                      "fields": {
                        "schemaBundleId": {
                          "type": "string",
                          "id": 1
                        },
                        "enumName": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "Array": {
                      "fields": {
                        "elementType": {
                          "type": "Type",
                          "id": 1
                        }
                      }
                    },
                    "Map": {
                      "fields": {
                        "keyType": {
                          "type": "Type",
                          "id": 1
                        },
                        "valueType": {
                          "type": "Type",
                          "id": 2
                        }
                      }
                    },
                    "Aggregate": {
                      "oneofs": {
                        "aggregator": {
                          "oneof": [
                            "sum",
                            "hllppUniqueCount",
                            "max",
                            "min"
                          ]
                        }
                      },
                      "fields": {
                        "inputType": {
                          "type": "Type",
                          "id": 1
                        },
                        "stateType": {
                          "type": "Type",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "sum": {
                          "type": "Sum",
                          "id": 4
                        },
                        "hllppUniqueCount": {
                          "type": "HyperLogLogPlusPlusUniqueCount",
                          "id": 5
                        },
                        "max": {
                          "type": "Max",
                          "id": 6
                        },
                        "min": {
                          "type": "Min",
                          "id": 7
                        }
                      },
                      "nested": {
                        "Sum": {
                          "fields": {}
                        },
                        "Max": {
                          "fields": {}
                        },
                        "Min": {
                          "fields": {}
                        },
                        "HyperLogLogPlusPlusUniqueCount": {
                          "fields": {}
                        }
                      }
                    }
                  }
                },
                "ReadIterationStats": {
                  "fields": {
                    "rowsSeenCount": {
                      "type": "int64",
                      "id": 1
                    },
                    "rowsReturnedCount": {
                      "type": "int64",
                      "id": 2
                    },
                    "cellsSeenCount": {
                      "type": "int64",
                      "id": 3
                    },
                    "cellsReturnedCount": {
                      "type": "int64",
                      "id": 4
                    }
                  }
                },
                "RequestLatencyStats": {
                  "fields": {
                    "frontendServerLatency": {
                      "type": "google.protobuf.Duration",
                      "id": 1
                    }
                  }
                },
                "FullReadStatsView": {
                  "fields": {
                    "readIterationStats": {
                      "type": "ReadIterationStats",
                      "id": 1
                    },
                    "requestLatencyStats": {
                      "type": "RequestLatencyStats",
                      "id": 2
                    }
                  }
                },
                "RequestStats": {
                  "oneofs": {
                    "statsView": {
                      "oneof": [
                        "fullReadStatsView"
                      ]
                    }
                  },
                  "fields": {
                    "fullReadStatsView": {
                      "type": "FullReadStatsView",
                      "id": 1
                    }
                  }
                },
                "FeatureFlags": {
                  "fields": {
                    "reverseScans": {
                      "type": "bool",
                      "id": 1
                    },
                    "mutateRowsRateLimit": {
                      "type": "bool",
                      "id": 3
                    },
                    "mutateRowsRateLimit2": {
                      "type": "bool",
                      "id": 5
                    },
                    "lastScannedRowResponses": {
                      "type": "bool",
                      "id": 4
                    },
                    "routingCookie": {
                      "type": "bool",
                      "id": 6
                    },
                    "retryInfo": {
                      "type": "bool",
                      "id": 7
                    },
                    "clientSideMetricsEnabled": {
                      "type": "bool",
                      "id": 8
                    },
                    "trafficDirectorEnabled": {
                      "type": "bool",
                      "id": 9
                    },
                    "directAccessRequested": {
                      "type": "bool",
                      "id": 10
                    },
                    "peerInfo": {
                      "type": "bool",
                      "id": 11
                    }
                  }
                },
                "PeerInfo": {
                  "fields": {
                    "googleFrontendId": {
                      "type": "int64",
                      "id": 1
                    },
                    "applicationFrontendId": {
                      "type": "int64",
                      "id": 2
                    },
                    "applicationFrontendZone": {
                      "type": "string",
                      "id": 3
                    },
                    "applicationFrontendSubzone": {
                      "type": "string",
                      "id": 4
                    },
                    "transportType": {
                      "type": "TransportType",
                      "id": 5
                    }
                  },
                  "nested": {
                    "TransportType": {
                      "values": {
                        "TRANSPORT_TYPE_UNKNOWN": 0,
                        "TRANSPORT_TYPE_EXTERNAL": 1,
                        "TRANSPORT_TYPE_CLOUD_PATH": 2,
                        "TRANSPORT_TYPE_DIRECT_ACCESS": 3,
                        "TRANSPORT_TYPE_SESSION_UNKNOWN": 4,
                        "TRANSPORT_TYPE_SESSION_EXTERNAL": 5,
                        "TRANSPORT_TYPE_SESSION_CLOUD_PATH": 6,
                        "TRANSPORT_TYPE_SESSION_DIRECT_ACCESS": 7
                      }
                    }
                  }
                },
                "ResponseParams": {
                  "oneofs": {
                    "_zoneId": {
                      "oneof": [
                        "zoneId"
                      ]
                    },
                    "_clusterId": {
                      "oneof": [
                        "clusterId"
                      ]
                    },
                    "_afeId": {
                      "oneof": [
                        "afeId"
                      ]
                    }
                  },
                  "fields": {
                    "zoneId": {
                      "type": "string",
                      "id": 1,
                      "options": {
                        "proto3_optional": true
                      }
                    },
                    "clusterId": {
                      "type": "string",
                      "id": 2,
                      "options": {
                        "proto3_optional": true
                      }
                    },
                    "afeId": {
                      "type": "int64",
                      "id": 3,
                      "options": {
                        "proto3_optional": true
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "api": {
          "options": {
            "go_package": "google.golang.org/genproto/googleapis/api/annotations;annotations",
            "java_multiple_files": true,
            "java_outer_classname": "RoutingProto",
            "java_package": "com.google.api",
            "objc_class_prefix": "GAPI"
          },
          "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
                }
              }
            },
            "methodSignature": {
              "rule": "repeated",
              "type": "string",
              "id": 1051,
              "extend": "google.protobuf.MethodOptions"
            },
            "defaultHost": {
              "type": "string",
              "id": 1049,
              "extend": "google.protobuf.ServiceOptions"
            },
            "oauthScopes": {
              "type": "string",
              "id": 1050,
              "extend": "google.protobuf.ServiceOptions"
            },
            "apiVersion": {
              "type": "string",
              "id": 525000001,
              "extend": "google.protobuf.ServiceOptions"
            },
            "CommonLanguageSettings": {
              "fields": {
                "referenceDocsUri": {
                  "type": "string",
                  "id": 1,
                  "options": {
                    "deprecated": true
                  }
                },
                "destinations": {
                  "rule": "repeated",
                  "type": "ClientLibraryDestination",
                  "id": 2
                },
                "selectiveGapicGeneration": {
                  "type": "SelectiveGapicGeneration",
                  "id": 3
                }
              }
            },
            "ClientLibrarySettings": {
              "fields": {
                "version": {
                  "type": "string",
                  "id": 1
                },
                "launchStage": {
                  "type": "LaunchStage",
                  "id": 2
                },
                "restNumericEnums": {
                  "type": "bool",
                  "id": 3
                },
                "javaSettings": {
                  "type": "JavaSettings",
                  "id": 21
                },
                "cppSettings": {
                  "type": "CppSettings",
                  "id": 22
                },
                "phpSettings": {
                  "type": "PhpSettings",
                  "id": 23
                },
                "pythonSettings": {
                  "type": "PythonSettings",
                  "id": 24
                },
                "nodeSettings": {
                  "type": "NodeSettings",
                  "id": 25
                },
                "dotnetSettings": {
                  "type": "DotnetSettings",
                  "id": 26
                },
                "rubySettings": {
                  "type": "RubySettings",
                  "id": 27
                },
                "goSettings": {
                  "type": "GoSettings",
                  "id": 28
                }
              }
            },
            "Publishing": {
              "fields": {
                "methodSettings": {
                  "rule": "repeated",
                  "type": "MethodSettings",
                  "id": 2
                },
                "newIssueUri": {
                  "type": "string",
                  "id": 101
                },
                "documentationUri": {
                  "type": "string",
                  "id": 102
                },
                "apiShortName": {
                  "type": "string",
                  "id": 103
                },
                "githubLabel": {
                  "type": "string",
                  "id": 104
                },
                "codeownerGithubTeams": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 105
                },
                "docTagPrefix": {
                  "type": "string",
                  "id": 106
                },
                "organization": {
                  "type": "ClientLibraryOrganization",
                  "id": 107
                },
                "librarySettings": {
                  "rule": "repeated",
                  "type": "ClientLibrarySettings",
                  "id": 109
                },
                "protoReferenceDocumentationUri": {
                  "type": "string",
                  "id": 110
                },
                "restReferenceDocumentationUri": {
                  "type": "string",
                  "id": 111
                }
              }
            },
            "JavaSettings": {
              "fields": {
                "libraryPackage": {
                  "type": "string",
                  "id": 1
                },
                "serviceClassNames": {
                  "keyType": "string",
                  "type": "string",
                  "id": 2
                },
                "common": {
                  "type": "CommonLanguageSettings",
                  "id": 3
                }
              }
            },
            "CppSettings": {
              "fields": {
                "common": {
                  "type": "CommonLanguageSettings",
                  "id": 1
                }
              }
            },
            "PhpSettings": {
              "fields": {
                "common": {
                  "type": "CommonLanguageSettings",
                  "id": 1
                }
              }
            },
            "PythonSettings": {
              "fields": {
                "common": {
                  "type": "CommonLanguageSettings",
                  "id": 1
                },
                "experimentalFeatures": {
                  "type": "ExperimentalFeatures",
                  "id": 2
                }
              },
              "nested": {
                "ExperimentalFeatures": {
                  "fields": {
                    "restAsyncIoEnabled": {
                      "type": "bool",
                      "id": 1
                    },
                    "protobufPythonicTypesEnabled": {
                      "type": "bool",
                      "id": 2
                    },
                    "unversionedPackageDisabled": {
                      "type": "bool",
                      "id": 3
                    }
                  }
                }
              }
            },
            "NodeSettings": {
              "fields": {
                "common": {
                  "type": "CommonLanguageSettings",
                  "id": 1
                }
              }
            },
            "DotnetSettings": {
              "fields": {
                "common": {
                  "type": "CommonLanguageSettings",
                  "id": 1
                },
                "renamedServices": {
                  "keyType": "string",
                  "type": "string",
                  "id": 2
                },
                "renamedResources": {
                  "keyType": "string",
                  "type": "string",
                  "id": 3
                },
                "ignoredResources": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 4
                },
                "forcedNamespaceAliases": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 5
                },
                "handwrittenSignatures": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 6
                }
              }
            },
            "RubySettings": {
              "fields": {
                "common": {
                  "type": "CommonLanguageSettings",
                  "id": 1
                }
              }
            },
            "GoSettings": {
              "fields": {
                "common": {
                  "type": "CommonLanguageSettings",
                  "id": 1
                },
                "renamedServices": {
                  "keyType": "string",
                  "type": "string",
                  "id": 2
                }
              }
            },
            "MethodSettings": {
              "fields": {
                "selector": {
                  "type": "string",
                  "id": 1
                },
                "longRunning": {
                  "type": "LongRunning",
                  "id": 2
                },
                "autoPopulatedFields": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 3
                }
              },
              "nested": {
                "LongRunning": {
                  "fields": {
                    "initialPollDelay": {
                      "type": "google.protobuf.Duration",
                      "id": 1
                    },
                    "pollDelayMultiplier": {
                      "type": "float",
                      "id": 2
                    },
                    "maxPollDelay": {
                      "type": "google.protobuf.Duration",
                      "id": 3
                    },
                    "totalPollTimeout": {
                      "type": "google.protobuf.Duration",
                      "id": 4
                    }
                  }
                }
              }
            },
            "ClientLibraryOrganization": {
              "values": {
                "CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED": 0,
                "CLOUD": 1,
                "ADS": 2,
                "PHOTOS": 3,
                "STREET_VIEW": 4,
                "SHOPPING": 5,
                "GEO": 6,
                "GENERATIVE_AI": 7
              }
            },
            "ClientLibraryDestination": {
              "values": {
                "CLIENT_LIBRARY_DESTINATION_UNSPECIFIED": 0,
                "GITHUB": 10,
                "PACKAGE_MANAGER": 20
              }
            },
            "SelectiveGapicGeneration": {
              "fields": {
                "methods": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 1
                },
                "generateOmittedAsInternal": {
                  "type": "bool",
                  "id": 2
                }
              }
            },
            "LaunchStage": {
              "values": {
                "LAUNCH_STAGE_UNSPECIFIED": 0,
                "UNIMPLEMENTED": 6,
                "PRELAUNCH": 7,
                "EARLY_ACCESS": 1,
                "ALPHA": 2,
                "BETA": 3,
                "GA": 4,
                "DEPRECATED": 5
              }
            },
            "fieldBehavior": {
              "rule": "repeated",
              "type": "google.api.FieldBehavior",
              "id": 1052,
              "extend": "google.protobuf.FieldOptions",
              "options": {
                "packed": false
              }
            },
            "FieldBehavior": {
              "values": {
                "FIELD_BEHAVIOR_UNSPECIFIED": 0,
                "OPTIONAL": 1,
                "REQUIRED": 2,
                "OUTPUT_ONLY": 3,
                "INPUT_ONLY": 4,
                "IMMUTABLE": 5,
                "UNORDERED_LIST": 6,
                "NON_EMPTY_DEFAULT": 7,
                "IDENTIFIER": 8
              }
            },
            "resourceReference": {
              "type": "google.api.ResourceReference",
              "id": 1055,
              "extend": "google.protobuf.FieldOptions"
            },
            "resourceDefinition": {
              "rule": "repeated",
              "type": "google.api.ResourceDescriptor",
              "id": 1053,
              "extend": "google.protobuf.FileOptions"
            },
            "resource": {
              "type": "google.api.ResourceDescriptor",
              "id": 1053,
              "extend": "google.protobuf.MessageOptions"
            },
            "ResourceDescriptor": {
              "fields": {
                "type": {
                  "type": "string",
                  "id": 1
                },
                "pattern": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 2
                },
                "nameField": {
                  "type": "string",
                  "id": 3
                },
                "history": {
                  "type": "History",
                  "id": 4
                },
                "plural": {
                  "type": "string",
                  "id": 5
                },
                "singular": {
                  "type": "string",
                  "id": 6
                },
                "style": {
                  "rule": "repeated",
                  "type": "Style",
                  "id": 10
                }
              },
              "nested": {
                "History": {
                  "values": {
                    "HISTORY_UNSPECIFIED": 0,
                    "ORIGINALLY_SINGLE_PATTERN": 1,
                    "FUTURE_MULTI_PATTERN": 2
                  }
                },
                "Style": {
                  "values": {
                    "STYLE_UNSPECIFIED": 0,
                    "DECLARATIVE_FRIENDLY": 1
                  }
                }
              }
            },
            "ResourceReference": {
              "fields": {
                "type": {
                  "type": "string",
                  "id": 1
                },
                "childType": {
                  "type": "string",
                  "id": 2
                }
              }
            },
            "routing": {
              "type": "google.api.RoutingRule",
              "id": 72295729,
              "extend": "google.protobuf.MethodOptions"
            },
            "RoutingRule": {
              "fields": {
                "routingParameters": {
                  "rule": "repeated",
                  "type": "RoutingParameter",
                  "id": 2
                }
              }
            },
            "RoutingParameter": {
              "fields": {
                "field": {
                  "type": "string",
                  "id": 1
                },
                "pathTemplate": {
                  "type": "string",
                  "id": 2
                }
              }
            }
          }
        },
        "protobuf": {
          "options": {
            "go_package": "google.golang.org/protobuf/types/descriptorpb",
            "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": {
              "edition": "proto2",
              "fields": {
                "file": {
                  "rule": "repeated",
                  "type": "FileDescriptorProto",
                  "id": 1
                }
              },
              "extensions": [
                [
                  536000000,
                  536000000
                ]
              ]
            },
            "Edition": {
              "edition": "proto2",
              "values": {
                "EDITION_UNKNOWN": 0,
                "EDITION_LEGACY": 900,
                "EDITION_PROTO2": 998,
                "EDITION_PROTO3": 999,
                "EDITION_2023": 1000,
                "EDITION_2024": 1001,
                "EDITION_1_TEST_ONLY": 1,
                "EDITION_2_TEST_ONLY": 2,
                "EDITION_99997_TEST_ONLY": 99997,
                "EDITION_99998_TEST_ONLY": 99998,
                "EDITION_99999_TEST_ONLY": 99999,
                "EDITION_MAX": 2147483647
              }
            },
            "FileDescriptorProto": {
              "edition": "proto2",
              "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
                },
                "weakDependency": {
                  "rule": "repeated",
                  "type": "int32",
                  "id": 11
                },
                "optionDependency": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 15
                },
                "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
                },
                "edition": {
                  "type": "Edition",
                  "id": 14
                }
              }
            },
            "DescriptorProto": {
              "edition": "proto2",
              "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
                },
                "visibility": {
                  "type": "SymbolVisibility",
                  "id": 11
                }
              },
              "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": {
              "edition": "proto2",
              "fields": {
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                },
                "declaration": {
                  "rule": "repeated",
                  "type": "Declaration",
                  "id": 2,
                  "options": {
                    "retention": "RETENTION_SOURCE"
                  }
                },
                "features": {
                  "type": "FeatureSet",
                  "id": 50
                },
                "verification": {
                  "type": "VerificationState",
                  "id": 3,
                  "options": {
                    "default": "UNVERIFIED",
                    "retention": "RETENTION_SOURCE"
                  }
                }
              },
              "extensions": [
                [
                  1000,
                  536870911
                ]
              ],
              "nested": {
                "Declaration": {
                  "fields": {
                    "number": {
                      "type": "int32",
                      "id": 1
                    },
                    "fullName": {
                      "type": "string",
                      "id": 2
                    },
                    "type": {
                      "type": "string",
                      "id": 3
                    },
                    "reserved": {
                      "type": "bool",
                      "id": 5
                    },
                    "repeated": {
                      "type": "bool",
                      "id": 6
                    }
                  },
                  "reserved": [
                    [
                      4,
                      4
                    ]
                  ]
                },
                "VerificationState": {
                  "values": {
                    "DECLARATION": 0,
                    "UNVERIFIED": 1
                  }
                }
              }
            },
            "FieldDescriptorProto": {
              "edition": "proto2",
              "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
                },
                "proto3Optional": {
                  "type": "bool",
                  "id": 17
                }
              },
              "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_REPEATED": 3,
                    "LABEL_REQUIRED": 2
                  }
                }
              }
            },
            "OneofDescriptorProto": {
              "edition": "proto2",
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "options": {
                  "type": "OneofOptions",
                  "id": 2
                }
              }
            },
            "EnumDescriptorProto": {
              "edition": "proto2",
              "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
                },
                "visibility": {
                  "type": "SymbolVisibility",
                  "id": 6
                }
              },
              "nested": {
                "EnumReservedRange": {
                  "fields": {
                    "start": {
                      "type": "int32",
                      "id": 1
                    },
                    "end": {
                      "type": "int32",
                      "id": 2
                    }
                  }
                }
              }
            },
            "EnumValueDescriptorProto": {
              "edition": "proto2",
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "number": {
                  "type": "int32",
                  "id": 2
                },
                "options": {
                  "type": "EnumValueOptions",
                  "id": 3
                }
              }
            },
            "ServiceDescriptorProto": {
              "edition": "proto2",
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "method": {
                  "rule": "repeated",
                  "type": "MethodDescriptorProto",
                  "id": 2
                },
                "options": {
                  "type": "ServiceOptions",
                  "id": 3
                }
              },
              "reserved": [
                [
                  4,
                  4
                ],
                "stream"
              ]
            },
            "MethodDescriptorProto": {
              "edition": "proto2",
              "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": {
              "edition": "proto2",
              "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
                  }
                },
                "deprecated": {
                  "type": "bool",
                  "id": 23,
                  "options": {
                    "default": false
                  }
                },
                "ccEnableArenas": {
                  "type": "bool",
                  "id": 31,
                  "options": {
                    "default": true
                  }
                },
                "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
                },
                "features": {
                  "type": "FeatureSet",
                  "id": 50
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  1000,
                  536870911
                ]
              ],
              "reserved": [
                [
                  42,
                  42
                ],
                "php_generic_services",
                [
                  38,
                  38
                ]
              ],
              "nested": {
                "OptimizeMode": {
                  "values": {
                    "SPEED": 1,
                    "CODE_SIZE": 2,
                    "LITE_RUNTIME": 3
                  }
                }
              }
            },
            "MessageOptions": {
              "edition": "proto2",
              "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
                },
                "deprecatedLegacyJsonFieldConflicts": {
                  "type": "bool",
                  "id": 11,
                  "options": {
                    "deprecated": true
                  }
                },
                "features": {
                  "type": "FeatureSet",
                  "id": 12
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  1000,
                  536870911
                ]
              ],
              "reserved": [
                [
                  4,
                  4
                ],
                [
                  5,
                  5
                ],
                [
                  6,
                  6
                ],
                [
                  8,
                  8
                ],
                [
                  9,
                  9
                ]
              ]
            },
            "FieldOptions": {
              "edition": "proto2",
              "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
                  }
                },
                "unverifiedLazy": {
                  "type": "bool",
                  "id": 15,
                  "options": {
                    "default": false
                  }
                },
                "deprecated": {
                  "type": "bool",
                  "id": 3,
                  "options": {
                    "default": false
                  }
                },
                "weak": {
                  "type": "bool",
                  "id": 10,
                  "options": {
                    "default": false,
                    "deprecated": true
                  }
                },
                "debugRedact": {
                  "type": "bool",
                  "id": 16,
                  "options": {
                    "default": false
                  }
                },
                "retention": {
                  "type": "OptionRetention",
                  "id": 17
                },
                "targets": {
                  "rule": "repeated",
                  "type": "OptionTargetType",
                  "id": 19
                },
                "editionDefaults": {
                  "rule": "repeated",
                  "type": "EditionDefault",
                  "id": 20
                },
                "features": {
                  "type": "FeatureSet",
                  "id": 21
                },
                "featureSupport": {
                  "type": "FeatureSupport",
                  "id": 22
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  1000,
                  536870911
                ]
              ],
              "reserved": [
                [
                  4,
                  4
                ],
                [
                  18,
                  18
                ]
              ],
              "nested": {
                "CType": {
                  "values": {
                    "STRING": 0,
                    "CORD": 1,
                    "STRING_PIECE": 2
                  }
                },
                "JSType": {
                  "values": {
                    "JS_NORMAL": 0,
                    "JS_STRING": 1,
                    "JS_NUMBER": 2
                  }
                },
                "OptionRetention": {
                  "values": {
                    "RETENTION_UNKNOWN": 0,
                    "RETENTION_RUNTIME": 1,
                    "RETENTION_SOURCE": 2
                  }
                },
                "OptionTargetType": {
                  "values": {
                    "TARGET_TYPE_UNKNOWN": 0,
                    "TARGET_TYPE_FILE": 1,
                    "TARGET_TYPE_EXTENSION_RANGE": 2,
                    "TARGET_TYPE_MESSAGE": 3,
                    "TARGET_TYPE_FIELD": 4,
                    "TARGET_TYPE_ONEOF": 5,
                    "TARGET_TYPE_ENUM": 6,
                    "TARGET_TYPE_ENUM_ENTRY": 7,
                    "TARGET_TYPE_SERVICE": 8,
                    "TARGET_TYPE_METHOD": 9
                  }
                },
                "EditionDefault": {
                  "fields": {
                    "edition": {
                      "type": "Edition",
                      "id": 3
                    },
                    "value": {
                      "type": "string",
                      "id": 2
                    }
                  }
                },
                "FeatureSupport": {
                  "fields": {
                    "editionIntroduced": {
                      "type": "Edition",
                      "id": 1
                    },
                    "editionDeprecated": {
                      "type": "Edition",
                      "id": 2
                    },
                    "deprecationWarning": {
                      "type": "string",
                      "id": 3
                    },
                    "editionRemoved": {
                      "type": "Edition",
                      "id": 4
                    }
                  }
                }
              }
            },
            "OneofOptions": {
              "edition": "proto2",
              "fields": {
                "features": {
                  "type": "FeatureSet",
                  "id": 1
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  1000,
                  536870911
                ]
              ]
            },
            "EnumOptions": {
              "edition": "proto2",
              "fields": {
                "allowAlias": {
                  "type": "bool",
                  "id": 2
                },
                "deprecated": {
                  "type": "bool",
                  "id": 3,
                  "options": {
                    "default": false
                  }
                },
                "deprecatedLegacyJsonFieldConflicts": {
                  "type": "bool",
                  "id": 6,
                  "options": {
                    "deprecated": true
                  }
                },
                "features": {
                  "type": "FeatureSet",
                  "id": 7
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  1000,
                  536870911
                ]
              ],
              "reserved": [
                [
                  5,
                  5
                ]
              ]
            },
            "EnumValueOptions": {
              "edition": "proto2",
              "fields": {
                "deprecated": {
                  "type": "bool",
                  "id": 1,
                  "options": {
                    "default": false
                  }
                },
                "features": {
                  "type": "FeatureSet",
                  "id": 2
                },
                "debugRedact": {
                  "type": "bool",
                  "id": 3,
                  "options": {
                    "default": false
                  }
                },
                "featureSupport": {
                  "type": "FieldOptions.FeatureSupport",
                  "id": 4
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  1000,
                  536870911
                ]
              ]
            },
            "ServiceOptions": {
              "edition": "proto2",
              "fields": {
                "features": {
                  "type": "FeatureSet",
                  "id": 34
                },
                "deprecated": {
                  "type": "bool",
                  "id": 33,
                  "options": {
                    "default": false
                  }
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  1000,
                  536870911
                ]
              ]
            },
            "MethodOptions": {
              "edition": "proto2",
              "fields": {
                "deprecated": {
                  "type": "bool",
                  "id": 33,
                  "options": {
                    "default": false
                  }
                },
                "idempotencyLevel": {
                  "type": "IdempotencyLevel",
                  "id": 34,
                  "options": {
                    "default": "IDEMPOTENCY_UNKNOWN"
                  }
                },
                "features": {
                  "type": "FeatureSet",
                  "id": 35
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  1000,
                  536870911
                ]
              ],
              "nested": {
                "IdempotencyLevel": {
                  "values": {
                    "IDEMPOTENCY_UNKNOWN": 0,
                    "NO_SIDE_EFFECTS": 1,
                    "IDEMPOTENT": 2
                  }
                }
              }
            },
            "UninterpretedOption": {
              "edition": "proto2",
              "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
                    }
                  }
                }
              }
            },
            "FeatureSet": {
              "edition": "proto2",
              "fields": {
                "fieldPresence": {
                  "type": "FieldPresence",
                  "id": 1,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "feature_support.edition_introduced": "EDITION_2023",
                    "edition_defaults.edition": "EDITION_2023",
                    "edition_defaults.value": "EXPLICIT"
                  }
                },
                "enumType": {
                  "type": "EnumType",
                  "id": 2,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "feature_support.edition_introduced": "EDITION_2023",
                    "edition_defaults.edition": "EDITION_PROTO3",
                    "edition_defaults.value": "OPEN"
                  }
                },
                "repeatedFieldEncoding": {
                  "type": "RepeatedFieldEncoding",
                  "id": 3,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "feature_support.edition_introduced": "EDITION_2023",
                    "edition_defaults.edition": "EDITION_PROTO3",
                    "edition_defaults.value": "PACKED"
                  }
                },
                "utf8Validation": {
                  "type": "Utf8Validation",
                  "id": 4,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "feature_support.edition_introduced": "EDITION_2023",
                    "edition_defaults.edition": "EDITION_PROTO3",
                    "edition_defaults.value": "VERIFY"
                  }
                },
                "messageEncoding": {
                  "type": "MessageEncoding",
                  "id": 5,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "feature_support.edition_introduced": "EDITION_2023",
                    "edition_defaults.edition": "EDITION_LEGACY",
                    "edition_defaults.value": "LENGTH_PREFIXED"
                  }
                },
                "jsonFormat": {
                  "type": "JsonFormat",
                  "id": 6,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "feature_support.edition_introduced": "EDITION_2023",
                    "edition_defaults.edition": "EDITION_PROTO3",
                    "edition_defaults.value": "ALLOW"
                  }
                },
                "enforceNamingStyle": {
                  "type": "EnforceNamingStyle",
                  "id": 7,
                  "options": {
                    "retention": "RETENTION_SOURCE",
                    "targets": "TARGET_TYPE_METHOD",
                    "feature_support.edition_introduced": "EDITION_2024",
                    "edition_defaults.edition": "EDITION_2024",
                    "edition_defaults.value": "STYLE2024"
                  }
                },
                "defaultSymbolVisibility": {
                  "type": "VisibilityFeature.DefaultSymbolVisibility",
                  "id": 8,
                  "options": {
                    "retention": "RETENTION_SOURCE",
                    "targets": "TARGET_TYPE_FILE",
                    "feature_support.edition_introduced": "EDITION_2024",
                    "edition_defaults.edition": "EDITION_2024",
                    "edition_defaults.value": "EXPORT_TOP_LEVEL"
                  }
                }
              },
              "extensions": [
                [
                  1000,
                  9994
                ],
                [
                  9995,
                  9999
                ],
                [
                  10000,
                  10000
                ]
              ],
              "reserved": [
                [
                  999,
                  999
                ]
              ],
              "nested": {
                "FieldPresence": {
                  "values": {
                    "FIELD_PRESENCE_UNKNOWN": 0,
                    "EXPLICIT": 1,
                    "IMPLICIT": 2,
                    "LEGACY_REQUIRED": 3
                  }
                },
                "EnumType": {
                  "values": {
                    "ENUM_TYPE_UNKNOWN": 0,
                    "OPEN": 1,
                    "CLOSED": 2
                  }
                },
                "RepeatedFieldEncoding": {
                  "values": {
                    "REPEATED_FIELD_ENCODING_UNKNOWN": 0,
                    "PACKED": 1,
                    "EXPANDED": 2
                  }
                },
                "Utf8Validation": {
                  "values": {
                    "UTF8_VALIDATION_UNKNOWN": 0,
                    "VERIFY": 2,
                    "NONE": 3
                  },
                  "reserved": [
                    [
                      1,
                      1
                    ]
                  ]
                },
                "MessageEncoding": {
                  "values": {
                    "MESSAGE_ENCODING_UNKNOWN": 0,
                    "LENGTH_PREFIXED": 1,
                    "DELIMITED": 2
                  }
                },
                "JsonFormat": {
                  "values": {
                    "JSON_FORMAT_UNKNOWN": 0,
                    "ALLOW": 1,
                    "LEGACY_BEST_EFFORT": 2
                  }
                },
                "EnforceNamingStyle": {
                  "values": {
                    "ENFORCE_NAMING_STYLE_UNKNOWN": 0,
                    "STYLE2024": 1,
                    "STYLE_LEGACY": 2
                  }
                },
                "VisibilityFeature": {
                  "fields": {},
                  "reserved": [
                    [
                      1,
                      536870911
                    ]
                  ],
                  "nested": {
                    "DefaultSymbolVisibility": {
                      "values": {
                        "DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
                        "EXPORT_ALL": 1,
                        "EXPORT_TOP_LEVEL": 2,
                        "LOCAL_ALL": 3,
                        "STRICT": 4
                      }
                    }
                  }
                }
              }
            },
            "FeatureSetDefaults": {
              "edition": "proto2",
              "fields": {
                "defaults": {
                  "rule": "repeated",
                  "type": "FeatureSetEditionDefault",
                  "id": 1
                },
                "minimumEdition": {
                  "type": "Edition",
                  "id": 4
                },
                "maximumEdition": {
                  "type": "Edition",
                  "id": 5
                }
              },
              "nested": {
                "FeatureSetEditionDefault": {
                  "fields": {
                    "edition": {
                      "type": "Edition",
                      "id": 3
                    },
                    "overridableFeatures": {
                      "type": "FeatureSet",
                      "id": 4
                    },
                    "fixedFeatures": {
                      "type": "FeatureSet",
                      "id": 5
                    }
                  },
                  "reserved": [
                    [
                      1,
                      1
                    ],
                    [
                      2,
                      2
                    ],
                    "features"
                  ]
                }
              }
            },
            "SourceCodeInfo": {
              "edition": "proto2",
              "fields": {
                "location": {
                  "rule": "repeated",
                  "type": "Location",
                  "id": 1
                }
              },
              "extensions": [
                [
                  536000000,
                  536000000
                ]
              ],
              "nested": {
                "Location": {
                  "fields": {
                    "path": {
                      "rule": "repeated",
                      "type": "int32",
                      "id": 1,
                      "options": {
                        "packed": true
                      }
                    },
                    "span": {
                      "rule": "repeated",
                      "type": "int32",
                      "id": 2,
                      "options": {
                        "packed": true
                      }
                    },
                    "leadingComments": {
                      "type": "string",
                      "id": 3
                    },
                    "trailingComments": {
                      "type": "string",
                      "id": 4
                    },
                    "leadingDetachedComments": {
                      "rule": "repeated",
                      "type": "string",
                      "id": 6
                    }
                  }
                }
              }
            },
            "GeneratedCodeInfo": {
              "edition": "proto2",
              "fields": {
                "annotation": {
                  "rule": "repeated",
                  "type": "Annotation",
                  "id": 1
                }
              },
              "nested": {
                "Annotation": {
                  "fields": {
                    "path": {
                      "rule": "repeated",
                      "type": "int32",
                      "id": 1,
                      "options": {
                        "packed": true
                      }
                    },
                    "sourceFile": {
                      "type": "string",
                      "id": 2
                    },
                    "begin": {
                      "type": "int32",
                      "id": 3
                    },
                    "end": {
                      "type": "int32",
                      "id": 4
                    },
                    "semantic": {
                      "type": "Semantic",
                      "id": 5
                    }
                  },
                  "nested": {
                    "Semantic": {
                      "values": {
                        "NONE": 0,
                        "SET": 1,
                        "ALIAS": 2
                      }
                    }
                  }
                }
              }
            },
            "SymbolVisibility": {
              "edition": "proto2",
              "values": {
                "VISIBILITY_UNSET": 0,
                "VISIBILITY_LOCAL": 1,
                "VISIBILITY_EXPORT": 2
              }
            },
            "Duration": {
              "fields": {
                "seconds": {
                  "type": "int64",
                  "id": 1
                },
                "nanos": {
                  "type": "int32",
                  "id": 2
                }
              }
            },
            "Timestamp": {
              "fields": {
                "seconds": {
                  "type": "int64",
                  "id": 1
                },
                "nanos": {
                  "type": "int32",
                  "id": 2
                }
              }
            },
            "FieldMask": {
              "fields": {
                "paths": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 1
                }
              }
            },
            "Any": {
              "fields": {
                "type_url": {
                  "type": "string",
                  "id": 1
                },
                "value": {
                  "type": "bytes",
                  "id": 2
                }
              }
            },
            "Empty": {
              "fields": {}
            },
            "DoubleValue": {
              "fields": {
                "value": {
                  "type": "double",
                  "id": 1
                }
              }
            },
            "FloatValue": {
              "fields": {
                "value": {
                  "type": "float",
                  "id": 1
                }
              }
            },
            "Int64Value": {
              "fields": {
                "value": {
                  "type": "int64",
                  "id": 1
                }
              }
            },
            "UInt64Value": {
              "fields": {
                "value": {
                  "type": "uint64",
                  "id": 1
                }
              }
            },
            "Int32Value": {
              "fields": {
                "value": {
                  "type": "int32",
                  "id": 1
                }
              }
            },
            "UInt32Value": {
              "fields": {
                "value": {
                  "type": "uint32",
                  "id": 1
                }
              }
            },
            "BoolValue": {
              "fields": {
                "value": {
                  "type": "bool",
                  "id": 1
                }
              }
            },
            "StringValue": {
              "fields": {
                "value": {
                  "type": "string",
                  "id": 1
                }
              }
            },
            "BytesValue": {
              "fields": {
                "value": {
                  "type": "bytes",
                  "id": 1
                }
              }
            }
          }
        },
        "iam": {
          "nested": {
            "v1": {
              "options": {
                "csharp_namespace": "Google.Cloud.Iam.V1",
                "go_package": "cloud.google.com/go/iam/apiv1/iampb;iampb",
                "java_multiple_files": true,
                "java_outer_classname": "PolicyProto",
                "java_package": "com.google.iam.v1",
                "php_namespace": "Google\\Cloud\\Iam\\V1",
                "cc_enable_arenas": true
              },
              "nested": {
                "IAMPolicy": {
                  "options": {
                    "(google.api.default_host)": "iam-meta-api.googleapis.com"
                  },
                  "methods": {
                    "SetIamPolicy": {
                      "requestType": "SetIamPolicyRequest",
                      "responseType": "Policy",
                      "options": {
                        "(google.api.http).post": "/v1/{resource=**}:setIamPolicy",
                        "(google.api.http).body": "*"
                      },
                      "parsedOptions": [
                        {
                          "(google.api.http)": {
                            "post": "/v1/{resource=**}:setIamPolicy",
                            "body": "*"
                          }
                        }
                      ]
                    },
                    "GetIamPolicy": {
                      "requestType": "GetIamPolicyRequest",
                      "responseType": "Policy",
                      "options": {
                        "(google.api.http).post": "/v1/{resource=**}:getIamPolicy",
                        "(google.api.http).body": "*"
                      },
                      "parsedOptions": [
                        {
                          "(google.api.http)": {
                            "post": "/v1/{resource=**}:getIamPolicy",
                            "body": "*"
                          }
                        }
                      ]
                    },
                    "TestIamPermissions": {
                      "requestType": "TestIamPermissionsRequest",
                      "responseType": "TestIamPermissionsResponse",
                      "options": {
                        "(google.api.http).post": "/v1/{resource=**}:testIamPermissions",
                        "(google.api.http).body": "*"
                      },
                      "parsedOptions": [
                        {
                          "(google.api.http)": {
                            "post": "/v1/{resource=**}:testIamPermissions",
                            "body": "*"
                          }
                        }
                      ]
                    }
                  }
                },
                "SetIamPolicyRequest": {
                  "fields": {
                    "resource": {
                      "type": "string",
                      "id": 1,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED",
                        "(google.api.resource_reference).type": "*"
                      }
                    },
                    "policy": {
                      "type": "Policy",
                      "id": 2,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED"
                      }
                    },
                    "updateMask": {
                      "type": "google.protobuf.FieldMask",
                      "id": 3
                    }
                  }
                },
                "GetIamPolicyRequest": {
                  "fields": {
                    "resource": {
                      "type": "string",
                      "id": 1,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED",
                        "(google.api.resource_reference).type": "*"
                      }
                    },
                    "options": {
                      "type": "GetPolicyOptions",
                      "id": 2
                    }
                  }
                },
                "TestIamPermissionsRequest": {
                  "fields": {
                    "resource": {
                      "type": "string",
                      "id": 1,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED",
                        "(google.api.resource_reference).type": "*"
                      }
                    },
                    "permissions": {
                      "rule": "repeated",
                      "type": "string",
                      "id": 2,
                      "options": {
                        "(google.api.field_behavior)": "REQUIRED"
                      }
                    }
                  }
                },
                "TestIamPermissionsResponse": {
                  "fields": {
                    "permissions": {
                      "rule": "repeated",
                      "type": "string",
                      "id": 1
                    }
                  }
                },
                "GetPolicyOptions": {
                  "fields": {
                    "requestedPolicyVersion": {
                      "type": "int32",
                      "id": 1
                    }
                  }
                },
                "Policy": {
                  "fields": {
                    "version": {
                      "type": "int32",
                      "id": 1
                    },
                    "bindings": {
                      "rule": "repeated",
                      "type": "Binding",
                      "id": 4
                    },
                    "auditConfigs": {
                      "rule": "repeated",
                      "type": "AuditConfig",
                      "id": 6
                    },
                    "etag": {
                      "type": "bytes",
                      "id": 3
                    }
                  }
                },
                "Binding": {
                  "fields": {
                    "role": {
                      "type": "string",
                      "id": 1
                    },
                    "members": {
                      "rule": "repeated",
                      "type": "string",
                      "id": 2
                    },
                    "condition": {
                      "type": "google.type.Expr",
                      "id": 3
                    }
                  }
                },
                "AuditConfig": {
                  "fields": {
                    "service": {
                      "type": "string",
                      "id": 1
                    },
                    "auditLogConfigs": {
                      "rule": "repeated",
                      "type": "AuditLogConfig",
                      "id": 3
                    }
                  }
                },
                "AuditLogConfig": {
                  "fields": {
                    "logType": {
                      "type": "LogType",
                      "id": 1
                    },
                    "exemptedMembers": {
                      "rule": "repeated",
                      "type": "string",
                      "id": 2
                    }
                  },
                  "nested": {
                    "LogType": {
                      "values": {
                        "LOG_TYPE_UNSPECIFIED": 0,
                        "ADMIN_READ": 1,
                        "DATA_WRITE": 2,
                        "DATA_READ": 3
                      }
                    }
                  }
                },
                "PolicyDelta": {
                  "fields": {
                    "bindingDeltas": {
                      "rule": "repeated",
                      "type": "BindingDelta",
                      "id": 1
                    },
                    "auditConfigDeltas": {
                      "rule": "repeated",
                      "type": "AuditConfigDelta",
                      "id": 2
                    }
                  }
                },
                "BindingDelta": {
                  "fields": {
                    "action": {
                      "type": "Action",
                      "id": 1
                    },
                    "role": {
                      "type": "string",
                      "id": 2
                    },
                    "member": {
                      "type": "string",
                      "id": 3
                    },
                    "condition": {
                      "type": "google.type.Expr",
                      "id": 4
                    }
                  },
                  "nested": {
                    "Action": {
                      "values": {
                        "ACTION_UNSPECIFIED": 0,
                        "ADD": 1,
                        "REMOVE": 2
                      }
                    }
                  }
                },
                "AuditConfigDelta": {
                  "fields": {
                    "action": {
                      "type": "Action",
                      "id": 1
                    },
                    "service": {
                      "type": "string",
                      "id": 2
                    },
                    "exemptedMember": {
                      "type": "string",
                      "id": 3
                    },
                    "logType": {
                      "type": "string",
                      "id": 4
                    }
                  },
                  "nested": {
                    "Action": {
                      "values": {
                        "ACTION_UNSPECIFIED": 0,
                        "ADD": 1,
                        "REMOVE": 2
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "options": {
            "go_package": "google.golang.org/genproto/googleapis/type/date;date",
            "java_multiple_files": true,
            "java_outer_classname": "DateProto",
            "java_package": "com.google.type",
            "objc_class_prefix": "GTP",
            "cc_enable_arenas": true
          },
          "nested": {
            "Expr": {
              "fields": {
                "expression": {
                  "type": "string",
                  "id": 1
                },
                "title": {
                  "type": "string",
                  "id": 2
                },
                "description": {
                  "type": "string",
                  "id": 3
                },
                "location": {
                  "type": "string",
                  "id": 4
                }
              }
            },
            "Date": {
              "fields": {
                "year": {
                  "type": "int32",
                  "id": 1
                },
                "month": {
                  "type": "int32",
                  "id": 2
                },
                "day": {
                  "type": "int32",
                  "id": 3
                }
              }
            }
          }
        },
        "longrunning": {
          "options": {
            "cc_enable_arenas": true,
            "csharp_namespace": "Google.LongRunning",
            "go_package": "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb",
            "java_multiple_files": true,
            "java_outer_classname": "OperationsProto",
            "java_package": "com.google.longrunning",
            "objc_class_prefix": "GLRUN",
            "php_namespace": "Google\\LongRunning"
          },
          "nested": {
            "operationInfo": {
              "type": "google.longrunning.OperationInfo",
              "id": 1049,
              "extend": "google.protobuf.MethodOptions"
            },
            "Operations": {
              "options": {
                "(google.api.default_host)": "longrunning.googleapis.com"
              },
              "methods": {
                "ListOperations": {
                  "requestType": "ListOperationsRequest",
                  "responseType": "ListOperationsResponse",
                  "options": {
                    "(google.api.http).get": "/v1/{name=operations}",
                    "(google.api.method_signature)": "name,filter"
                  },
                  "parsedOptions": [
                    {
                      "(google.api.http)": {
                        "get": "/v1/{name=operations}"
                      }
                    },
                    {
                      "(google.api.method_signature)": "name,filter"
                    }
                  ]
                },
                "GetOperation": {
                  "requestType": "GetOperationRequest",
                  "responseType": "Operation",
                  "options": {
                    "(google.api.http).get": "/v1/{name=operations/**}",
                    "(google.api.method_signature)": "name"
                  },
                  "parsedOptions": [
                    {
                      "(google.api.http)": {
                        "get": "/v1/{name=operations/**}"
                      }
                    },
                    {
                      "(google.api.method_signature)": "name"
                    }
                  ]
                },
                "DeleteOperation": {
                  "requestType": "DeleteOperationRequest",
                  "responseType": "google.protobuf.Empty",
                  "options": {
                    "(google.api.http).delete": "/v1/{name=operations/**}",
                    "(google.api.method_signature)": "name"
                  },
                  "parsedOptions": [
                    {
                      "(google.api.http)": {
                        "delete": "/v1/{name=operations/**}"
                      }
                    },
                    {
                      "(google.api.method_signature)": "name"
                    }
                  ]
                },
                "CancelOperation": {
                  "requestType": "CancelOperationRequest",
                  "responseType": "google.protobuf.Empty",
                  "options": {
                    "(google.api.http).post": "/v1/{name=operations/**}:cancel",
                    "(google.api.http).body": "*",
                    "(google.api.method_signature)": "name"
                  },
                  "parsedOptions": [
                    {
                      "(google.api.http)": {
                        "post": "/v1/{name=operations/**}:cancel",
                        "body": "*"
                      }
                    },
                    {
                      "(google.api.method_signature)": "name"
                    }
                  ]
                },
                "WaitOperation": {
                  "requestType": "WaitOperationRequest",
                  "responseType": "Operation"
                }
              }
            },
            "Operation": {
              "oneofs": {
                "result": {
                  "oneof": [
                    "error",
                    "response"
                  ]
                }
              },
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "metadata": {
                  "type": "google.protobuf.Any",
                  "id": 2
                },
                "done": {
                  "type": "bool",
                  "id": 3
                },
                "error": {
                  "type": "google.rpc.Status",
                  "id": 4
                },
                "response": {
                  "type": "google.protobuf.Any",
                  "id": 5
                }
              }
            },
            "GetOperationRequest": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                }
              }
            },
            "ListOperationsRequest": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 4
                },
                "filter": {
                  "type": "string",
                  "id": 1
                },
                "pageSize": {
                  "type": "int32",
                  "id": 2
                },
                "pageToken": {
                  "type": "string",
                  "id": 3
                }
              }
            },
            "ListOperationsResponse": {
              "fields": {
                "operations": {
                  "rule": "repeated",
                  "type": "Operation",
                  "id": 1
                },
                "nextPageToken": {
                  "type": "string",
                  "id": 2
                }
              }
            },
            "CancelOperationRequest": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                }
              }
            },
            "DeleteOperationRequest": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                }
              }
            },
            "WaitOperationRequest": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "timeout": {
                  "type": "google.protobuf.Duration",
                  "id": 2
                }
              }
            },
            "OperationInfo": {
              "fields": {
                "responseType": {
                  "type": "string",
                  "id": 1
                },
                "metadataType": {
                  "type": "string",
                  "id": 2
                }
              }
            }
          }
        },
        "rpc": {
          "options": {
            "cc_enable_arenas": true,
            "go_package": "google.golang.org/genproto/googleapis/rpc/status;status",
            "java_multiple_files": true,
            "java_outer_classname": "StatusProto",
            "java_package": "com.google.rpc",
            "objc_class_prefix": "RPC"
          },
          "nested": {
            "Status": {
              "fields": {
                "code": {
                  "type": "int32",
                  "id": 1
                },
                "message": {
                  "type": "string",
                  "id": 2
                },
                "details": {
                  "rule": "repeated",
                  "type": "google.protobuf.Any",
                  "id": 3
                }
              }
            }
          }
        }
      }
    }
  }
}