{
  "options": {
    "syntax": "proto3"
  },
  "nested": {
    "google": {
      "nested": {
        "cloud": {
          "nested": {
            "notebooks": {
              "nested": {
                "v1": {
                  "options": {
                    "go_package": "cloud.google.com/go/notebooks/apiv1/notebookspb;notebookspb",
                    "java_multiple_files": true,
                    "java_outer_classname": "NotebooksProto",
                    "java_package": "com.google.cloud.notebooks.v1",
                    "csharp_namespace": "Google.Cloud.Notebooks.V1",
                    "php_namespace": "Google\\Cloud\\Notebooks\\V1",
                    "ruby_package": "Google::Cloud::Notebooks::V1",
                    "(google.api.resource_definition).type": "aiplatform.googleapis.com/Tensorboard",
                    "(google.api.resource_definition).pattern": "projects/{project}/locations/{location}/tensorboards/{tensorboard}"
                  },
                  "nested": {
                    "DiagnosticConfig": {
                      "fields": {
                        "gcsBucket": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "relativePath": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "repairFlagEnabled": {
                          "type": "bool",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "packetCaptureFlagEnabled": {
                          "type": "bool",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "copyHomeFilesFlagEnabled": {
                          "type": "bool",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "Environment": {
                      "options": {
                        "(google.api.resource).type": "notebooks.googleapis.com/Environment",
                        "(google.api.resource).pattern": "projects/{project}/environments/{environment}"
                      },
                      "oneofs": {
                        "imageType": {
                          "oneof": [
                            "vmImage",
                            "containerImage"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "displayName": {
                          "type": "string",
                          "id": 2
                        },
                        "description": {
                          "type": "string",
                          "id": 3
                        },
                        "vmImage": {
                          "type": "VmImage",
                          "id": 6
                        },
                        "containerImage": {
                          "type": "ContainerImage",
                          "id": 7
                        },
                        "postStartupScript": {
                          "type": "string",
                          "id": 8
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      }
                    },
                    "VmImage": {
                      "oneofs": {
                        "image": {
                          "oneof": [
                            "imageName",
                            "imageFamily"
                          ]
                        }
                      },
                      "fields": {
                        "project": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "imageName": {
                          "type": "string",
                          "id": 2
                        },
                        "imageFamily": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ContainerImage": {
                      "fields": {
                        "repository": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "tag": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "Event": {
                      "fields": {
                        "reportTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 1
                        },
                        "type": {
                          "type": "EventType",
                          "id": 2
                        },
                        "details": {
                          "keyType": "string",
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "EventType": {
                          "values": {
                            "EVENT_TYPE_UNSPECIFIED": 0,
                            "IDLE": 1,
                            "HEARTBEAT": 2,
                            "HEALTH": 3,
                            "MAINTENANCE": 4
                          }
                        }
                      }
                    },
                    "ExecutionTemplate": {
                      "oneofs": {
                        "jobParameters": {
                          "oneof": [
                            "dataprocParameters",
                            "vertexAiParameters"
                          ]
                        }
                      },
                      "fields": {
                        "scaleTier": {
                          "type": "ScaleTier",
                          "id": 1,
                          "options": {
                            "deprecated": true,
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "masterType": {
                          "type": "string",
                          "id": 2
                        },
                        "acceleratorConfig": {
                          "type": "SchedulerAcceleratorConfig",
                          "id": 3
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4
                        },
                        "inputNotebookFile": {
                          "type": "string",
                          "id": 5
                        },
                        "containerImageUri": {
                          "type": "string",
                          "id": 6
                        },
                        "outputNotebookFolder": {
                          "type": "string",
                          "id": 7
                        },
                        "paramsYamlFile": {
                          "type": "string",
                          "id": 8
                        },
                        "parameters": {
                          "type": "string",
                          "id": 9
                        },
                        "serviceAccount": {
                          "type": "string",
                          "id": 10
                        },
                        "jobType": {
                          "type": "JobType",
                          "id": 11
                        },
                        "dataprocParameters": {
                          "type": "DataprocParameters",
                          "id": 12
                        },
                        "vertexAiParameters": {
                          "type": "VertexAIParameters",
                          "id": 13
                        },
                        "kernelSpec": {
                          "type": "string",
                          "id": 14
                        },
                        "tensorboard": {
                          "type": "string",
                          "id": 15,
                          "options": {
                            "(google.api.resource_reference).type": "aiplatform.googleapis.com/Tensorboard"
                          }
                        }
                      },
                      "nested": {
                        "ScaleTier": {
                          "values": {
                            "SCALE_TIER_UNSPECIFIED": 0,
                            "BASIC": 1,
                            "STANDARD_1": 2,
                            "PREMIUM_1": 3,
                            "BASIC_GPU": 4,
                            "BASIC_TPU": 5,
                            "CUSTOM": 6
                          }
                        },
                        "SchedulerAcceleratorType": {
                          "values": {
                            "SCHEDULER_ACCELERATOR_TYPE_UNSPECIFIED": 0,
                            "NVIDIA_TESLA_K80": 1,
                            "NVIDIA_TESLA_P100": 2,
                            "NVIDIA_TESLA_V100": 3,
                            "NVIDIA_TESLA_P4": 4,
                            "NVIDIA_TESLA_T4": 5,
                            "NVIDIA_TESLA_A100": 10,
                            "TPU_V2": 6,
                            "TPU_V3": 7
                          }
                        },
                        "SchedulerAcceleratorConfig": {
                          "fields": {
                            "type": {
                              "type": "SchedulerAcceleratorType",
                              "id": 1
                            },
                            "coreCount": {
                              "type": "int64",
                              "id": 2
                            }
                          }
                        },
                        "JobType": {
                          "values": {
                            "JOB_TYPE_UNSPECIFIED": 0,
                            "VERTEX_AI": 1,
                            "DATAPROC": 2
                          }
                        },
                        "DataprocParameters": {
                          "fields": {
                            "cluster": {
                              "type": "string",
                              "id": 1
                            }
                          }
                        },
                        "VertexAIParameters": {
                          "fields": {
                            "network": {
                              "type": "string",
                              "id": 1
                            },
                            "env": {
                              "keyType": "string",
                              "type": "string",
                              "id": 2
                            }
                          }
                        }
                      }
                    },
                    "Execution": {
                      "options": {
                        "(google.api.resource).type": "notebooks.googleapis.com/Execution",
                        "(google.api.resource).pattern": "projects/{project}/location/{location}/executions/{execution}"
                      },
                      "fields": {
                        "executionTemplate": {
                          "type": "ExecutionTemplate",
                          "id": 1
                        },
                        "name": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "displayName": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 4
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "outputNotebookFile": {
                          "type": "string",
                          "id": 8
                        },
                        "jobUri": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "QUEUED": 1,
                            "PREPARING": 2,
                            "RUNNING": 3,
                            "SUCCEEDED": 4,
                            "FAILED": 5,
                            "CANCELLING": 6,
                            "CANCELLED": 7,
                            "EXPIRED": 9,
                            "INITIALIZING": 10
                          }
                        }
                      }
                    },
                    "ReservationAffinity": {
                      "fields": {
                        "consumeReservationType": {
                          "type": "Type",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "key": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "values": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "Type": {
                          "values": {
                            "TYPE_UNSPECIFIED": 0,
                            "NO_RESERVATION": 1,
                            "ANY_RESERVATION": 2,
                            "SPECIFIC_RESERVATION": 3
                          }
                        }
                      }
                    },
                    "Instance": {
                      "options": {
                        "(google.api.resource).type": "notebooks.googleapis.com/Instance",
                        "(google.api.resource).pattern": "projects/{project}/instances/{instance}"
                      },
                      "oneofs": {
                        "environment": {
                          "oneof": [
                            "vmImage",
                            "containerImage"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "vmImage": {
                          "type": "VmImage",
                          "id": 2
                        },
                        "containerImage": {
                          "type": "ContainerImage",
                          "id": 3
                        },
                        "postStartupScript": {
                          "type": "string",
                          "id": 4
                        },
                        "proxyUri": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "instanceOwners": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "serviceAccount": {
                          "type": "string",
                          "id": 7
                        },
                        "serviceAccountScopes": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 31,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "machineType": {
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "acceleratorConfig": {
                          "type": "AcceleratorConfig",
                          "id": 9
                        },
                        "state": {
                          "type": "State",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "installGpuDriver": {
                          "type": "bool",
                          "id": 11
                        },
                        "customGpuDriverPath": {
                          "type": "string",
                          "id": 12
                        },
                        "bootDiskType": {
                          "type": "DiskType",
                          "id": 13,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "bootDiskSizeGb": {
                          "type": "int64",
                          "id": 14,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "dataDiskType": {
                          "type": "DiskType",
                          "id": 25,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "dataDiskSizeGb": {
                          "type": "int64",
                          "id": 26,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "noRemoveDataDisk": {
                          "type": "bool",
                          "id": 27,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "diskEncryption": {
                          "type": "DiskEncryption",
                          "id": 15,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "kmsKey": {
                          "type": "string",
                          "id": 16,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "disks": {
                          "rule": "repeated",
                          "type": "Disk",
                          "id": 28,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "shieldedInstanceConfig": {
                          "type": "ShieldedInstanceConfig",
                          "id": 30,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "noPublicIp": {
                          "type": "bool",
                          "id": 17
                        },
                        "noProxyAccess": {
                          "type": "bool",
                          "id": 18
                        },
                        "network": {
                          "type": "string",
                          "id": 19
                        },
                        "subnet": {
                          "type": "string",
                          "id": 20
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 21
                        },
                        "metadata": {
                          "keyType": "string",
                          "type": "string",
                          "id": 22
                        },
                        "tags": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 32,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "upgradeHistory": {
                          "rule": "repeated",
                          "type": "UpgradeHistoryEntry",
                          "id": 29
                        },
                        "nicType": {
                          "type": "NicType",
                          "id": 33,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "reservationAffinity": {
                          "type": "ReservationAffinity",
                          "id": 34,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "creator": {
                          "type": "string",
                          "id": 36,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "canIpForward": {
                          "type": "bool",
                          "id": 39,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 23,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 24,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "AcceleratorType": {
                          "values": {
                            "ACCELERATOR_TYPE_UNSPECIFIED": 0,
                            "NVIDIA_TESLA_K80": 1,
                            "NVIDIA_TESLA_P100": 2,
                            "NVIDIA_TESLA_V100": 3,
                            "NVIDIA_TESLA_P4": 4,
                            "NVIDIA_TESLA_T4": 5,
                            "NVIDIA_TESLA_A100": 11,
                            "NVIDIA_TESLA_T4_VWS": 8,
                            "NVIDIA_TESLA_P100_VWS": 9,
                            "NVIDIA_TESLA_P4_VWS": 10,
                            "TPU_V2": 6,
                            "TPU_V3": 7
                          }
                        },
                        "AcceleratorConfig": {
                          "fields": {
                            "type": {
                              "type": "AcceleratorType",
                              "id": 1
                            },
                            "coreCount": {
                              "type": "int64",
                              "id": 2
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "STARTING": 1,
                            "PROVISIONING": 2,
                            "ACTIVE": 3,
                            "STOPPING": 4,
                            "STOPPED": 5,
                            "DELETED": 6,
                            "UPGRADING": 7,
                            "INITIALIZING": 8,
                            "REGISTERING": 9,
                            "SUSPENDING": 10,
                            "SUSPENDED": 11
                          }
                        },
                        "DiskType": {
                          "values": {
                            "DISK_TYPE_UNSPECIFIED": 0,
                            "PD_STANDARD": 1,
                            "PD_SSD": 2,
                            "PD_BALANCED": 3,
                            "PD_EXTREME": 4
                          }
                        },
                        "DiskEncryption": {
                          "values": {
                            "DISK_ENCRYPTION_UNSPECIFIED": 0,
                            "GMEK": 1,
                            "CMEK": 2
                          }
                        },
                        "Disk": {
                          "fields": {
                            "autoDelete": {
                              "type": "bool",
                              "id": 1
                            },
                            "boot": {
                              "type": "bool",
                              "id": 2
                            },
                            "deviceName": {
                              "type": "string",
                              "id": 3
                            },
                            "diskSizeGb": {
                              "type": "int64",
                              "id": 4
                            },
                            "guestOsFeatures": {
                              "rule": "repeated",
                              "type": "GuestOsFeature",
                              "id": 5
                            },
                            "index": {
                              "type": "int64",
                              "id": 6
                            },
                            "interface": {
                              "type": "string",
                              "id": 7
                            },
                            "kind": {
                              "type": "string",
                              "id": 8
                            },
                            "licenses": {
                              "rule": "repeated",
                              "type": "string",
                              "id": 9
                            },
                            "mode": {
                              "type": "string",
                              "id": 10
                            },
                            "source": {
                              "type": "string",
                              "id": 11
                            },
                            "type": {
                              "type": "string",
                              "id": 12
                            }
                          },
                          "nested": {
                            "GuestOsFeature": {
                              "fields": {
                                "type": {
                                  "type": "string",
                                  "id": 1
                                }
                              }
                            }
                          }
                        },
                        "ShieldedInstanceConfig": {
                          "fields": {
                            "enableSecureBoot": {
                              "type": "bool",
                              "id": 1
                            },
                            "enableVtpm": {
                              "type": "bool",
                              "id": 2
                            },
                            "enableIntegrityMonitoring": {
                              "type": "bool",
                              "id": 3
                            }
                          }
                        },
                        "UpgradeHistoryEntry": {
                          "fields": {
                            "snapshot": {
                              "type": "string",
                              "id": 1
                            },
                            "vmImage": {
                              "type": "string",
                              "id": 2
                            },
                            "containerImage": {
                              "type": "string",
                              "id": 3
                            },
                            "framework": {
                              "type": "string",
                              "id": 4
                            },
                            "version": {
                              "type": "string",
                              "id": 5
                            },
                            "state": {
                              "type": "State",
                              "id": 6
                            },
                            "createTime": {
                              "type": "google.protobuf.Timestamp",
                              "id": 7
                            },
                            "targetImage": {
                              "type": "string",
                              "id": 8,
                              "options": {
                                "deprecated": true
                              }
                            },
                            "action": {
                              "type": "Action",
                              "id": 9
                            },
                            "targetVersion": {
                              "type": "string",
                              "id": 10
                            }
                          },
                          "nested": {
                            "State": {
                              "values": {
                                "STATE_UNSPECIFIED": 0,
                                "STARTED": 1,
                                "SUCCEEDED": 2,
                                "FAILED": 3
                              }
                            },
                            "Action": {
                              "values": {
                                "ACTION_UNSPECIFIED": 0,
                                "UPGRADE": 1,
                                "ROLLBACK": 2
                              }
                            }
                          }
                        },
                        "NicType": {
                          "values": {
                            "UNSPECIFIED_NIC_TYPE": 0,
                            "VIRTIO_NET": 1,
                            "GVNIC": 2
                          }
                        }
                      }
                    },
                    "InstanceConfig": {
                      "fields": {
                        "notebookUpgradeSchedule": {
                          "type": "string",
                          "id": 1
                        },
                        "enableHealthMonitoring": {
                          "type": "bool",
                          "id": 2
                        }
                      }
                    },
                    "ManagedNotebookService": {
                      "options": {
                        "(google.api.default_host)": "notebooks.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListRuntimes": {
                          "requestType": "ListRuntimesRequest",
                          "responseType": "ListRuntimesResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/runtimes",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/runtimes"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetRuntime": {
                          "requestType": "GetRuntimeRequest",
                          "responseType": "Runtime",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/runtimes/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/runtimes/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateRuntime": {
                          "requestType": "CreateRuntimeRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/runtimes",
                            "(google.api.http).body": "runtime",
                            "(google.api.method_signature)": "parent,runtime_id,runtime",
                            "(google.longrunning.operation_info).response_type": "Runtime",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/runtimes",
                                "body": "runtime"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,runtime_id,runtime"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Runtime",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateRuntime": {
                          "requestType": "UpdateRuntimeRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{runtime.name=projects/*/locations/*/runtimes/*}",
                            "(google.api.http).body": "runtime",
                            "(google.api.method_signature)": "runtime,update_mask",
                            "(google.longrunning.operation_info).response_type": "Runtime",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{runtime.name=projects/*/locations/*/runtimes/*}",
                                "body": "runtime"
                              }
                            },
                            {
                              "(google.api.method_signature)": "runtime,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Runtime",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteRuntime": {
                          "requestType": "DeleteRuntimeRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/runtimes/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/runtimes/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "StartRuntime": {
                          "requestType": "StartRuntimeRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/runtimes/*}:start",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "Runtime",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/runtimes/*}:start",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Runtime",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "StopRuntime": {
                          "requestType": "StopRuntimeRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/runtimes/*}:stop",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "Runtime",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/runtimes/*}:stop",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Runtime",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "SwitchRuntime": {
                          "requestType": "SwitchRuntimeRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/runtimes/*}:switch",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "Runtime",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/runtimes/*}:switch",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Runtime",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ResetRuntime": {
                          "requestType": "ResetRuntimeRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/runtimes/*}:reset",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "Runtime",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/runtimes/*}:reset",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Runtime",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpgradeRuntime": {
                          "requestType": "UpgradeRuntimeRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/runtimes/*}:upgrade",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "Runtime",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/runtimes/*}:upgrade",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Runtime",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ReportRuntimeEvent": {
                          "requestType": "ReportRuntimeEventRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/runtimes/*}:reportEvent",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "Runtime",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/runtimes/*}:reportEvent",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Runtime",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "RefreshRuntimeTokenInternal": {
                          "requestType": "RefreshRuntimeTokenInternalRequest",
                          "responseType": "RefreshRuntimeTokenInternalResponse",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/runtimes/*}:refreshRuntimeTokenInternal",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "name,vm_id"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/runtimes/*}:refreshRuntimeTokenInternal",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name,vm_id"
                            }
                          ]
                        },
                        "DiagnoseRuntime": {
                          "requestType": "DiagnoseRuntimeRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/runtimes/*}:diagnose",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "name,diagnostic_config",
                            "(google.longrunning.operation_info).response_type": "Runtime",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/runtimes/*}:diagnose",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name,diagnostic_config"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Runtime",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "ListRuntimesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "notebooks.googleapis.com/Runtime"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListRuntimesResponse": {
                      "fields": {
                        "runtimes": {
                          "rule": "repeated",
                          "type": "Runtime",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetRuntimeRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Runtime"
                          }
                        }
                      }
                    },
                    "CreateRuntimeRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Runtime"
                          }
                        },
                        "runtimeId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "runtime": {
                          "type": "Runtime",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4
                        }
                      }
                    },
                    "DeleteRuntimeRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Runtime"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "StartRuntimeRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "StopRuntimeRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "SwitchRuntimeRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "machineType": {
                          "type": "string",
                          "id": 2
                        },
                        "acceleratorConfig": {
                          "type": "RuntimeAcceleratorConfig",
                          "id": 3
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4
                        }
                      }
                    },
                    "ResetRuntimeRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "UpgradeRuntimeRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "ReportRuntimeEventRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Runtime"
                          }
                        },
                        "vmId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "event": {
                          "type": "Event",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateRuntimeRequest": {
                      "fields": {
                        "runtime": {
                          "type": "Runtime",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "RefreshRuntimeTokenInternalRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Runtime"
                          }
                        },
                        "vmId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "RefreshRuntimeTokenInternalResponse": {
                      "fields": {
                        "accessToken": {
                          "type": "string",
                          "id": 1
                        },
                        "expireTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      }
                    },
                    "DiagnoseRuntimeRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Runtime"
                          }
                        },
                        "diagnosticConfig": {
                          "type": "DiagnosticConfig",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "Runtime": {
                      "options": {
                        "(google.api.resource).type": "notebooks.googleapis.com/Runtime",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/runtimes/{runtime}"
                      },
                      "oneofs": {
                        "runtimeType": {
                          "oneof": [
                            "virtualMachine"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "virtualMachine": {
                          "type": "VirtualMachine",
                          "id": 2
                        },
                        "state": {
                          "type": "State",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "healthState": {
                          "type": "HealthState",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "accessConfig": {
                          "type": "RuntimeAccessConfig",
                          "id": 5
                        },
                        "softwareConfig": {
                          "type": "RuntimeSoftwareConfig",
                          "id": 6
                        },
                        "metrics": {
                          "type": "RuntimeMetrics",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 20,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 21,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "STARTING": 1,
                            "PROVISIONING": 2,
                            "ACTIVE": 3,
                            "STOPPING": 4,
                            "STOPPED": 5,
                            "DELETING": 6,
                            "UPGRADING": 7,
                            "INITIALIZING": 8
                          }
                        },
                        "HealthState": {
                          "values": {
                            "HEALTH_STATE_UNSPECIFIED": 0,
                            "HEALTHY": 1,
                            "UNHEALTHY": 2,
                            "AGENT_NOT_INSTALLED": 3,
                            "AGENT_NOT_RUNNING": 4
                          }
                        }
                      }
                    },
                    "RuntimeAcceleratorConfig": {
                      "fields": {
                        "type": {
                          "type": "AcceleratorType",
                          "id": 1
                        },
                        "coreCount": {
                          "type": "int64",
                          "id": 2
                        }
                      },
                      "nested": {
                        "AcceleratorType": {
                          "valuesOptions": {
                            "NVIDIA_TESLA_K80": {
                              "deprecated": true
                            }
                          },
                          "values": {
                            "ACCELERATOR_TYPE_UNSPECIFIED": 0,
                            "NVIDIA_TESLA_K80": 1,
                            "NVIDIA_TESLA_P100": 2,
                            "NVIDIA_TESLA_V100": 3,
                            "NVIDIA_TESLA_P4": 4,
                            "NVIDIA_TESLA_T4": 5,
                            "NVIDIA_TESLA_A100": 6,
                            "TPU_V2": 7,
                            "TPU_V3": 8,
                            "NVIDIA_TESLA_T4_VWS": 9,
                            "NVIDIA_TESLA_P100_VWS": 10,
                            "NVIDIA_TESLA_P4_VWS": 11
                          }
                        }
                      }
                    },
                    "EncryptionConfig": {
                      "fields": {
                        "kmsKey": {
                          "type": "string",
                          "id": 1
                        }
                      }
                    },
                    "LocalDisk": {
                      "fields": {
                        "autoDelete": {
                          "type": "bool",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "boot": {
                          "type": "bool",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "deviceName": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "guestOsFeatures": {
                          "rule": "repeated",
                          "type": "RuntimeGuestOsFeature",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "index": {
                          "type": "int32",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "initializeParams": {
                          "type": "LocalDiskInitializeParams",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "interface": {
                          "type": "string",
                          "id": 7
                        },
                        "kind": {
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "licenses": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "mode": {
                          "type": "string",
                          "id": 10
                        },
                        "source": {
                          "type": "string",
                          "id": 11
                        },
                        "type": {
                          "type": "string",
                          "id": 12
                        }
                      },
                      "nested": {
                        "RuntimeGuestOsFeature": {
                          "fields": {
                            "type": {
                              "type": "string",
                              "id": 1
                            }
                          }
                        }
                      }
                    },
                    "LocalDiskInitializeParams": {
                      "fields": {
                        "description": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "diskName": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "diskSizeGb": {
                          "type": "int64",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "diskType": {
                          "type": "DiskType",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "DiskType": {
                          "values": {
                            "DISK_TYPE_UNSPECIFIED": 0,
                            "PD_STANDARD": 1,
                            "PD_SSD": 2,
                            "PD_BALANCED": 3,
                            "PD_EXTREME": 4
                          }
                        }
                      }
                    },
                    "RuntimeAccessConfig": {
                      "fields": {
                        "accessType": {
                          "type": "RuntimeAccessType",
                          "id": 1
                        },
                        "runtimeOwner": {
                          "type": "string",
                          "id": 2
                        },
                        "proxyUri": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "RuntimeAccessType": {
                          "values": {
                            "RUNTIME_ACCESS_TYPE_UNSPECIFIED": 0,
                            "SINGLE_USER": 1,
                            "SERVICE_ACCOUNT": 2
                          }
                        }
                      }
                    },
                    "RuntimeSoftwareConfig": {
                      "oneofs": {
                        "_enableHealthMonitoring": {
                          "oneof": [
                            "enableHealthMonitoring"
                          ]
                        },
                        "_idleShutdown": {
                          "oneof": [
                            "idleShutdown"
                          ]
                        },
                        "_upgradeable": {
                          "oneof": [
                            "upgradeable"
                          ]
                        },
                        "_disableTerminal": {
                          "oneof": [
                            "disableTerminal"
                          ]
                        },
                        "_version": {
                          "oneof": [
                            "version"
                          ]
                        }
                      },
                      "fields": {
                        "notebookUpgradeSchedule": {
                          "type": "string",
                          "id": 1
                        },
                        "enableHealthMonitoring": {
                          "type": "bool",
                          "id": 2,
                          "options": {
                            "proto3_optional": true
                          }
                        },
                        "idleShutdown": {
                          "type": "bool",
                          "id": 3,
                          "options": {
                            "proto3_optional": true
                          }
                        },
                        "idleShutdownTimeout": {
                          "type": "int32",
                          "id": 4
                        },
                        "installGpuDriver": {
                          "type": "bool",
                          "id": 5
                        },
                        "customGpuDriverPath": {
                          "type": "string",
                          "id": 6
                        },
                        "postStartupScript": {
                          "type": "string",
                          "id": 7
                        },
                        "kernels": {
                          "rule": "repeated",
                          "type": "ContainerImage",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "upgradeable": {
                          "type": "bool",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY",
                            "proto3_optional": true
                          }
                        },
                        "postStartupScriptBehavior": {
                          "type": "PostStartupScriptBehavior",
                          "id": 10
                        },
                        "disableTerminal": {
                          "type": "bool",
                          "id": 11,
                          "options": {
                            "proto3_optional": true
                          }
                        },
                        "version": {
                          "type": "string",
                          "id": 12,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY",
                            "proto3_optional": true
                          }
                        }
                      },
                      "nested": {
                        "PostStartupScriptBehavior": {
                          "values": {
                            "POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED": 0,
                            "RUN_EVERY_START": 1,
                            "DOWNLOAD_AND_RUN_EVERY_START": 2
                          }
                        }
                      }
                    },
                    "RuntimeMetrics": {
                      "fields": {
                        "systemMetrics": {
                          "keyType": "string",
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      }
                    },
                    "RuntimeShieldedInstanceConfig": {
                      "fields": {
                        "enableSecureBoot": {
                          "type": "bool",
                          "id": 1
                        },
                        "enableVtpm": {
                          "type": "bool",
                          "id": 2
                        },
                        "enableIntegrityMonitoring": {
                          "type": "bool",
                          "id": 3
                        }
                      }
                    },
                    "VirtualMachine": {
                      "fields": {
                        "instanceName": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "instanceId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "virtualMachineConfig": {
                          "type": "VirtualMachineConfig",
                          "id": 3
                        }
                      }
                    },
                    "VirtualMachineConfig": {
                      "fields": {
                        "zone": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "machineType": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "containerImages": {
                          "rule": "repeated",
                          "type": "ContainerImage",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "dataDisk": {
                          "type": "LocalDisk",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "encryptionConfig": {
                          "type": "EncryptionConfig",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "shieldedInstanceConfig": {
                          "type": "RuntimeShieldedInstanceConfig",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "acceleratorConfig": {
                          "type": "RuntimeAcceleratorConfig",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "network": {
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "subnet": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "internalIpOnly": {
                          "type": "bool",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "tags": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 13,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "guestAttributes": {
                          "keyType": "string",
                          "type": "string",
                          "id": 14,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "metadata": {
                          "keyType": "string",
                          "type": "string",
                          "id": 15,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 16,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "nicType": {
                          "type": "NicType",
                          "id": 17,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "reservedIpRange": {
                          "type": "string",
                          "id": 18,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "bootImage": {
                          "type": "BootImage",
                          "id": 19,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "NicType": {
                          "values": {
                            "UNSPECIFIED_NIC_TYPE": 0,
                            "VIRTIO_NET": 1,
                            "GVNIC": 2
                          }
                        },
                        "BootImage": {
                          "fields": {}
                        }
                      }
                    },
                    "Schedule": {
                      "options": {
                        "(google.api.resource).type": "notebooks.googleapis.com/Schedule",
                        "(google.api.resource).pattern": "projects/{project}/location/{location}/schedules/{schedule}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "displayName": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 3
                        },
                        "state": {
                          "type": "State",
                          "id": 4
                        },
                        "cronSchedule": {
                          "type": "string",
                          "id": 5
                        },
                        "timeZone": {
                          "type": "string",
                          "id": 6
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "executionTemplate": {
                          "type": "ExecutionTemplate",
                          "id": 9
                        },
                        "recentExecutions": {
                          "rule": "repeated",
                          "type": "Execution",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ENABLED": 1,
                            "PAUSED": 2,
                            "DISABLED": 3,
                            "UPDATE_FAILED": 4,
                            "INITIALIZING": 5,
                            "DELETING": 6
                          }
                        }
                      }
                    },
                    "NotebookService": {
                      "options": {
                        "(google.api.default_host)": "notebooks.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListInstances": {
                          "requestType": "ListInstancesRequest",
                          "responseType": "ListInstancesResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/instances",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/instances"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetInstance": {
                          "requestType": "GetInstanceRequest",
                          "responseType": "Instance",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/instances/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/instances/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateInstance": {
                          "requestType": "CreateInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/instances",
                            "(google.api.http).body": "instance",
                            "(google.api.method_signature)": "parent,instance,instance_id",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/instances",
                                "body": "instance"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,instance,instance_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "RegisterInstance": {
                          "requestType": "RegisterInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/instances:register",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/instances:register",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "SetInstanceAccelerator": {
                          "requestType": "SetInstanceAcceleratorRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{name=projects/*/locations/*/instances/*}:setAccelerator",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{name=projects/*/locations/*/instances/*}:setAccelerator",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "SetInstanceMachineType": {
                          "requestType": "SetInstanceMachineTypeRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{name=projects/*/locations/*/instances/*}:setMachineType",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{name=projects/*/locations/*/instances/*}:setMachineType",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateInstanceConfig": {
                          "requestType": "UpdateInstanceConfigRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{name=projects/*/locations/*/instances/*}:updateConfig",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{name=projects/*/locations/*/instances/*}:updateConfig",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateShieldedInstanceConfig": {
                          "requestType": "UpdateShieldedInstanceConfigRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{name=projects/*/locations/*/instances/*}:updateShieldedInstanceConfig",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{name=projects/*/locations/*/instances/*}:updateShieldedInstanceConfig",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "SetInstanceLabels": {
                          "requestType": "SetInstanceLabelsRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{name=projects/*/locations/*/instances/*}:setLabels",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{name=projects/*/locations/*/instances/*}:setLabels",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateInstanceMetadataItems": {
                          "requestType": "UpdateInstanceMetadataItemsRequest",
                          "responseType": "UpdateInstanceMetadataItemsResponse",
                          "options": {
                            "(google.api.http).patch": "/v1/{name=projects/*/locations/*/instances/*}:updateMetadataItems",
                            "(google.api.http).body": "*"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{name=projects/*/locations/*/instances/*}:updateMetadataItems",
                                "body": "*"
                              }
                            }
                          ]
                        },
                        "DeleteInstance": {
                          "requestType": "DeleteInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/instances/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/instances/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "StartInstance": {
                          "requestType": "StartInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/instances/*}:start",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/instances/*}:start",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "StopInstance": {
                          "requestType": "StopInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/instances/*}:stop",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/instances/*}:stop",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ResetInstance": {
                          "requestType": "ResetInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/instances/*}:reset",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/instances/*}:reset",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ReportInstanceInfo": {
                          "requestType": "ReportInstanceInfoRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/instances/*}:report",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/instances/*}:report",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "IsInstanceUpgradeable": {
                          "requestType": "IsInstanceUpgradeableRequest",
                          "responseType": "IsInstanceUpgradeableResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{notebook_instance=projects/*/locations/*/instances/*}:isUpgradeable"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{notebook_instance=projects/*/locations/*/instances/*}:isUpgradeable"
                              }
                            }
                          ]
                        },
                        "GetInstanceHealth": {
                          "requestType": "GetInstanceHealthRequest",
                          "responseType": "GetInstanceHealthResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/instances/*}:getInstanceHealth",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/instances/*}:getInstanceHealth"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "UpgradeInstance": {
                          "requestType": "UpgradeInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/instances/*}:upgrade",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/instances/*}:upgrade",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "RollbackInstance": {
                          "requestType": "RollbackInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/instances/*}:rollback",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/instances/*}:rollback",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DiagnoseInstance": {
                          "requestType": "DiagnoseInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/instances/*}:diagnose",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "name,diagnostic_config",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/instances/*}:diagnose",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name,diagnostic_config"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpgradeInstanceInternal": {
                          "requestType": "UpgradeInstanceInternalRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/instances/*}:upgradeInternal",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/instances/*}:upgradeInternal",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListEnvironments": {
                          "requestType": "ListEnvironmentsRequest",
                          "responseType": "ListEnvironmentsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/environments",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/environments"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetEnvironment": {
                          "requestType": "GetEnvironmentRequest",
                          "responseType": "Environment",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/environments/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/environments/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateEnvironment": {
                          "requestType": "CreateEnvironmentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/environments",
                            "(google.api.http).body": "environment",
                            "(google.api.method_signature)": "parent,environment,environment_id",
                            "(google.longrunning.operation_info).response_type": "Environment",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/environments",
                                "body": "environment"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,environment,environment_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Environment",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteEnvironment": {
                          "requestType": "DeleteEnvironmentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/environments/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/environments/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListSchedules": {
                          "requestType": "ListSchedulesRequest",
                          "responseType": "ListSchedulesResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/schedules",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/schedules"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetSchedule": {
                          "requestType": "GetScheduleRequest",
                          "responseType": "Schedule",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/schedules/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/schedules/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "DeleteSchedule": {
                          "requestType": "DeleteScheduleRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/schedules/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/schedules/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "CreateSchedule": {
                          "requestType": "CreateScheduleRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/schedules",
                            "(google.api.http).body": "schedule",
                            "(google.api.method_signature)": "parent,schedule,schedule_id",
                            "(google.longrunning.operation_info).response_type": "Schedule",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/schedules",
                                "body": "schedule"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,schedule,schedule_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Schedule",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "TriggerSchedule": {
                          "requestType": "TriggerScheduleRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{name=projects/*/locations/*/schedules/*}:trigger",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Schedule",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{name=projects/*/locations/*/schedules/*}:trigger",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Schedule",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListExecutions": {
                          "requestType": "ListExecutionsRequest",
                          "responseType": "ListExecutionsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/executions",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/executions"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetExecution": {
                          "requestType": "GetExecutionRequest",
                          "responseType": "Execution",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/executions/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/executions/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "DeleteExecution": {
                          "requestType": "DeleteExecutionRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/executions/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/executions/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "CreateExecution": {
                          "requestType": "CreateExecutionRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/executions",
                            "(google.api.http).body": "execution",
                            "(google.api.method_signature)": "parent,execution,execution_id",
                            "(google.longrunning.operation_info).response_type": "Execution",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/executions",
                                "body": "execution"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,execution,execution_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Execution",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "OperationMetadata": {
                      "fields": {
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 1
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "target": {
                          "type": "string",
                          "id": 3
                        },
                        "verb": {
                          "type": "string",
                          "id": 4
                        },
                        "statusMessage": {
                          "type": "string",
                          "id": 5
                        },
                        "requestedCancellation": {
                          "type": "bool",
                          "id": 6
                        },
                        "apiVersion": {
                          "type": "string",
                          "id": 7
                        },
                        "endpoint": {
                          "type": "string",
                          "id": 8
                        }
                      }
                    },
                    "ListInstancesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListInstancesResponse": {
                      "fields": {
                        "instances": {
                          "rule": "repeated",
                          "type": "Instance",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "CreateInstanceRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "instanceId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "instance": {
                          "type": "Instance",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "RegisterInstanceRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "instanceId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "SetInstanceAcceleratorRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "type": {
                          "type": "Instance.AcceleratorType",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "coreCount": {
                          "type": "int64",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "SetInstanceMachineTypeRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "machineType": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateInstanceConfigRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "config": {
                          "type": "InstanceConfig",
                          "id": 2
                        }
                      }
                    },
                    "SetInstanceLabelsRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "UpdateInstanceMetadataItemsRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "items": {
                          "keyType": "string",
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "UpdateInstanceMetadataItemsResponse": {
                      "fields": {
                        "items": {
                          "keyType": "string",
                          "type": "string",
                          "id": 1
                        }
                      }
                    },
                    "UpdateShieldedInstanceConfigRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "shieldedInstanceConfig": {
                          "type": "Instance.ShieldedInstanceConfig",
                          "id": 2
                        }
                      }
                    },
                    "DeleteInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "StartInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "StopInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ResetInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ReportInstanceInfoRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "vmId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "metadata": {
                          "keyType": "string",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "IsInstanceUpgradeableRequest": {
                      "fields": {
                        "notebookInstance": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "type": {
                          "type": "UpgradeType",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "IsInstanceUpgradeableResponse": {
                      "fields": {
                        "upgradeable": {
                          "type": "bool",
                          "id": 1
                        },
                        "upgradeVersion": {
                          "type": "string",
                          "id": 2
                        },
                        "upgradeInfo": {
                          "type": "string",
                          "id": 3
                        },
                        "upgradeImage": {
                          "type": "string",
                          "id": 4
                        }
                      }
                    },
                    "GetInstanceHealthRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Instance"
                          }
                        }
                      }
                    },
                    "GetInstanceHealthResponse": {
                      "fields": {
                        "healthState": {
                          "type": "HealthState",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "healthInfo": {
                          "keyType": "string",
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "HealthState": {
                          "values": {
                            "HEALTH_STATE_UNSPECIFIED": 0,
                            "HEALTHY": 1,
                            "UNHEALTHY": 2,
                            "AGENT_NOT_INSTALLED": 3,
                            "AGENT_NOT_RUNNING": 4
                          }
                        }
                      }
                    },
                    "UpgradeInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "type": {
                          "type": "UpgradeType",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "RollbackInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "targetSnapshot": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpgradeInstanceInternalRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "vmId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "type": {
                          "type": "UpgradeType",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListEnvironmentsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "DiagnoseInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Instance"
                          }
                        },
                        "diagnosticConfig": {
                          "type": "DiagnosticConfig",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ListEnvironmentsResponse": {
                      "fields": {
                        "environments": {
                          "rule": "repeated",
                          "type": "Environment",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetEnvironmentRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "CreateEnvironmentRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "environmentId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "environment": {
                          "type": "Environment",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteEnvironmentRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ListSchedulesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Schedule"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        },
                        "filter": {
                          "type": "string",
                          "id": 4
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5
                        }
                      }
                    },
                    "ListSchedulesResponse": {
                      "fields": {
                        "schedules": {
                          "rule": "repeated",
                          "type": "Schedule",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetScheduleRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Schedule"
                          }
                        }
                      }
                    },
                    "DeleteScheduleRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Schedule"
                          }
                        }
                      }
                    },
                    "CreateScheduleRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Schedule"
                          }
                        },
                        "scheduleId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "schedule": {
                          "type": "Schedule",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "TriggerScheduleRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Schedule"
                          }
                        }
                      }
                    },
                    "ListExecutionsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Execution"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        },
                        "filter": {
                          "type": "string",
                          "id": 4
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5
                        }
                      }
                    },
                    "ListExecutionsResponse": {
                      "fields": {
                        "executions": {
                          "rule": "repeated",
                          "type": "Execution",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetExecutionRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Execution"
                          }
                        }
                      }
                    },
                    "DeleteExecutionRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Execution"
                          }
                        }
                      }
                    },
                    "CreateExecutionRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Execution"
                          }
                        },
                        "executionId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "execution": {
                          "type": "Execution",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpgradeType": {
                      "values": {
                        "UPGRADE_TYPE_UNSPECIFIED": 0,
                        "UPGRADE_FRAMEWORK": 1,
                        "UPGRADE_OS": 2,
                        "UPGRADE_CUDA": 3,
                        "UPGRADE_ALL": 4
                      }
                    }
                  }
                },
                "v1beta1": {
                  "options": {
                    "csharp_namespace": "Google.Cloud.Notebooks.V1Beta1",
                    "go_package": "cloud.google.com/go/notebooks/apiv1beta1/notebookspb;notebookspb",
                    "java_multiple_files": true,
                    "java_outer_classname": "NotebooksProto",
                    "java_package": "com.google.cloud.notebooks.v1beta1",
                    "php_namespace": "Google\\Cloud\\Notebooks\\V1beta1",
                    "ruby_package": "Google::Cloud::Notebooks::V1beta1"
                  },
                  "nested": {
                    "Environment": {
                      "options": {
                        "(google.api.resource).type": "notebooks.googleapis.com/Environment",
                        "(google.api.resource).pattern": "projects/{project}/environments/{environment}"
                      },
                      "oneofs": {
                        "imageType": {
                          "oneof": [
                            "vmImage",
                            "containerImage"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "displayName": {
                          "type": "string",
                          "id": 2
                        },
                        "description": {
                          "type": "string",
                          "id": 3
                        },
                        "vmImage": {
                          "type": "VmImage",
                          "id": 6
                        },
                        "containerImage": {
                          "type": "ContainerImage",
                          "id": 7
                        },
                        "postStartupScript": {
                          "type": "string",
                          "id": 8
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      }
                    },
                    "VmImage": {
                      "oneofs": {
                        "image": {
                          "oneof": [
                            "imageName",
                            "imageFamily"
                          ]
                        }
                      },
                      "fields": {
                        "project": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "imageName": {
                          "type": "string",
                          "id": 2
                        },
                        "imageFamily": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ContainerImage": {
                      "fields": {
                        "repository": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "tag": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "ReservationAffinity": {
                      "fields": {
                        "consumeReservationType": {
                          "type": "Type",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "key": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "values": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "Type": {
                          "values": {
                            "TYPE_UNSPECIFIED": 0,
                            "NO_RESERVATION": 1,
                            "ANY_RESERVATION": 2,
                            "SPECIFIC_RESERVATION": 3
                          }
                        }
                      }
                    },
                    "Instance": {
                      "options": {
                        "(google.api.resource).type": "notebooks.googleapis.com/Instance",
                        "(google.api.resource).pattern": "projects/{project}/instances/{instance}"
                      },
                      "oneofs": {
                        "environment": {
                          "oneof": [
                            "vmImage",
                            "containerImage"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "vmImage": {
                          "type": "VmImage",
                          "id": 2
                        },
                        "containerImage": {
                          "type": "ContainerImage",
                          "id": 3
                        },
                        "postStartupScript": {
                          "type": "string",
                          "id": 4
                        },
                        "proxyUri": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "instanceOwners": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "serviceAccount": {
                          "type": "string",
                          "id": 7
                        },
                        "machineType": {
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "acceleratorConfig": {
                          "type": "AcceleratorConfig",
                          "id": 9
                        },
                        "state": {
                          "type": "State",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "installGpuDriver": {
                          "type": "bool",
                          "id": 11
                        },
                        "customGpuDriverPath": {
                          "type": "string",
                          "id": 12
                        },
                        "bootDiskType": {
                          "type": "DiskType",
                          "id": 13,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "bootDiskSizeGb": {
                          "type": "int64",
                          "id": 14,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "dataDiskType": {
                          "type": "DiskType",
                          "id": 25,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "dataDiskSizeGb": {
                          "type": "int64",
                          "id": 26,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "noRemoveDataDisk": {
                          "type": "bool",
                          "id": 27,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "diskEncryption": {
                          "type": "DiskEncryption",
                          "id": 15,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "kmsKey": {
                          "type": "string",
                          "id": 16,
                          "options": {
                            "(google.api.field_behavior)": "INPUT_ONLY"
                          }
                        },
                        "noPublicIp": {
                          "type": "bool",
                          "id": 17
                        },
                        "noProxyAccess": {
                          "type": "bool",
                          "id": 18
                        },
                        "network": {
                          "type": "string",
                          "id": 19
                        },
                        "subnet": {
                          "type": "string",
                          "id": 20
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 21
                        },
                        "metadata": {
                          "keyType": "string",
                          "type": "string",
                          "id": 22
                        },
                        "nicType": {
                          "type": "NicType",
                          "id": 28,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "reservationAffinity": {
                          "type": "ReservationAffinity",
                          "id": 29,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "canIpForward": {
                          "type": "bool",
                          "id": 31,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 23,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 24,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "AcceleratorType": {
                          "values": {
                            "ACCELERATOR_TYPE_UNSPECIFIED": 0,
                            "NVIDIA_TESLA_K80": 1,
                            "NVIDIA_TESLA_P100": 2,
                            "NVIDIA_TESLA_V100": 3,
                            "NVIDIA_TESLA_P4": 4,
                            "NVIDIA_TESLA_T4": 5,
                            "NVIDIA_TESLA_T4_VWS": 8,
                            "NVIDIA_TESLA_P100_VWS": 9,
                            "NVIDIA_TESLA_P4_VWS": 10,
                            "TPU_V2": 6,
                            "TPU_V3": 7
                          }
                        },
                        "AcceleratorConfig": {
                          "fields": {
                            "type": {
                              "type": "AcceleratorType",
                              "id": 1
                            },
                            "coreCount": {
                              "type": "int64",
                              "id": 2
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "STARTING": 1,
                            "PROVISIONING": 2,
                            "ACTIVE": 3,
                            "STOPPING": 4,
                            "STOPPED": 5,
                            "DELETED": 6,
                            "UPGRADING": 7,
                            "INITIALIZING": 8,
                            "REGISTERING": 9,
                            "SUSPENDING": 10,
                            "SUSPENDED": 11
                          }
                        },
                        "DiskType": {
                          "values": {
                            "DISK_TYPE_UNSPECIFIED": 0,
                            "PD_STANDARD": 1,
                            "PD_SSD": 2,
                            "PD_BALANCED": 3
                          }
                        },
                        "DiskEncryption": {
                          "values": {
                            "DISK_ENCRYPTION_UNSPECIFIED": 0,
                            "GMEK": 1,
                            "CMEK": 2
                          }
                        },
                        "NicType": {
                          "values": {
                            "UNSPECIFIED_NIC_TYPE": 0,
                            "VIRTIO_NET": 1,
                            "GVNIC": 2
                          }
                        }
                      }
                    },
                    "NotebookService": {
                      "options": {
                        "(google.api.default_host)": "notebooks.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListInstances": {
                          "requestType": "ListInstancesRequest",
                          "responseType": "ListInstancesResponse",
                          "options": {
                            "(google.api.http).get": "/v1beta1/{parent=projects/*/locations/*}/instances"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1beta1/{parent=projects/*/locations/*}/instances"
                              }
                            }
                          ]
                        },
                        "GetInstance": {
                          "requestType": "GetInstanceRequest",
                          "responseType": "Instance",
                          "options": {
                            "(google.api.http).get": "/v1beta1/{name=projects/*/locations/*/instances/*}"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1beta1/{name=projects/*/locations/*/instances/*}"
                              }
                            }
                          ]
                        },
                        "CreateInstance": {
                          "requestType": "CreateInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1beta1/{parent=projects/*/locations/*}/instances",
                            "(google.api.http).body": "instance",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1beta1/{parent=projects/*/locations/*}/instances",
                                "body": "instance"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "RegisterInstance": {
                          "requestType": "RegisterInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1beta1/{parent=projects/*/locations/*}/instances:register",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1beta1/{parent=projects/*/locations/*}/instances:register",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "SetInstanceAccelerator": {
                          "requestType": "SetInstanceAcceleratorRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1beta1/{name=projects/*/locations/*/instances/*}:setAccelerator",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1beta1/{name=projects/*/locations/*/instances/*}:setAccelerator",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "SetInstanceMachineType": {
                          "requestType": "SetInstanceMachineTypeRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1beta1/{name=projects/*/locations/*/instances/*}:setMachineType",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1beta1/{name=projects/*/locations/*/instances/*}:setMachineType",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "SetInstanceLabels": {
                          "requestType": "SetInstanceLabelsRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1beta1/{name=projects/*/locations/*/instances/*}:setLabels",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1beta1/{name=projects/*/locations/*/instances/*}:setLabels",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteInstance": {
                          "requestType": "DeleteInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1beta1/{name=projects/*/locations/*/instances/*}",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1beta1/{name=projects/*/locations/*/instances/*}"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "StartInstance": {
                          "requestType": "StartInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1beta1/{name=projects/*/locations/*/instances/*}:start",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1beta1/{name=projects/*/locations/*/instances/*}:start",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "StopInstance": {
                          "requestType": "StopInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1beta1/{name=projects/*/locations/*/instances/*}:stop",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1beta1/{name=projects/*/locations/*/instances/*}:stop",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ResetInstance": {
                          "requestType": "ResetInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1beta1/{name=projects/*/locations/*/instances/*}:reset",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1beta1/{name=projects/*/locations/*/instances/*}:reset",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ReportInstanceInfo": {
                          "requestType": "ReportInstanceInfoRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1beta1/{name=projects/*/locations/*/instances/*}:report",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1beta1/{name=projects/*/locations/*/instances/*}:report",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "IsInstanceUpgradeable": {
                          "requestType": "IsInstanceUpgradeableRequest",
                          "responseType": "IsInstanceUpgradeableResponse",
                          "options": {
                            "deprecated": true,
                            "(google.api.http).get": "/v1beta1/{notebook_instance=projects/*/locations/*/instances/*}:isUpgradeable"
                          },
                          "parsedOptions": [
                            {
                              "deprecated": true
                            },
                            {
                              "(google.api.http)": {
                                "get": "/v1beta1/{notebook_instance=projects/*/locations/*/instances/*}:isUpgradeable"
                              }
                            }
                          ]
                        },
                        "UpgradeInstance": {
                          "requestType": "UpgradeInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "deprecated": true,
                            "(google.api.http).post": "/v1beta1/{name=projects/*/locations/*/instances/*}:upgrade",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "deprecated": true
                            },
                            {
                              "(google.api.http)": {
                                "post": "/v1beta1/{name=projects/*/locations/*/instances/*}:upgrade",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpgradeInstanceInternal": {
                          "requestType": "UpgradeInstanceInternalRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "deprecated": true,
                            "(google.api.http).post": "/v1beta1/{name=projects/*/locations/*/instances/*}:upgradeInternal",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "deprecated": true
                            },
                            {
                              "(google.api.http)": {
                                "post": "/v1beta1/{name=projects/*/locations/*/instances/*}:upgradeInternal",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListEnvironments": {
                          "requestType": "ListEnvironmentsRequest",
                          "responseType": "ListEnvironmentsResponse",
                          "options": {
                            "(google.api.http).get": "/v1beta1/{parent=projects/*/locations/*}/environments"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1beta1/{parent=projects/*/locations/*}/environments"
                              }
                            }
                          ]
                        },
                        "GetEnvironment": {
                          "requestType": "GetEnvironmentRequest",
                          "responseType": "Environment",
                          "options": {
                            "(google.api.http).get": "/v1beta1/{name=projects/*/locations/*/environments/*}"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1beta1/{name=projects/*/locations/*/environments/*}"
                              }
                            }
                          ]
                        },
                        "CreateEnvironment": {
                          "requestType": "CreateEnvironmentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1beta1/{parent=projects/*/locations/*}/environments",
                            "(google.api.http).body": "environment",
                            "(google.longrunning.operation_info).response_type": "Environment",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1beta1/{parent=projects/*/locations/*}/environments",
                                "body": "environment"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Environment",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteEnvironment": {
                          "requestType": "DeleteEnvironmentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1beta1/{name=projects/*/locations/*/environments/*}",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1beta1/{name=projects/*/locations/*/environments/*}"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "OperationMetadata": {
                      "fields": {
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 1
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "target": {
                          "type": "string",
                          "id": 3
                        },
                        "verb": {
                          "type": "string",
                          "id": 4
                        },
                        "statusMessage": {
                          "type": "string",
                          "id": 5
                        },
                        "requestedCancellation": {
                          "type": "bool",
                          "id": 6
                        },
                        "apiVersion": {
                          "type": "string",
                          "id": 7
                        },
                        "endpoint": {
                          "type": "string",
                          "id": 8
                        }
                      }
                    },
                    "ListInstancesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListInstancesResponse": {
                      "fields": {
                        "instances": {
                          "rule": "repeated",
                          "type": "Instance",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "CreateInstanceRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "instanceId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "instance": {
                          "type": "Instance",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "RegisterInstanceRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "instanceId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "SetInstanceAcceleratorRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "type": {
                          "type": "Instance.AcceleratorType",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "coreCount": {
                          "type": "int64",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "SetInstanceMachineTypeRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "machineType": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "SetInstanceLabelsRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "DeleteInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "StartInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "StopInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ResetInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ReportInstanceInfoRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "vmId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "metadata": {
                          "keyType": "string",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "IsInstanceUpgradeableRequest": {
                      "fields": {
                        "notebookInstance": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "IsInstanceUpgradeableResponse": {
                      "fields": {
                        "upgradeable": {
                          "type": "bool",
                          "id": 1
                        },
                        "upgradeVersion": {
                          "type": "string",
                          "id": 2
                        },
                        "upgradeInfo": {
                          "type": "string",
                          "id": 3
                        },
                        "upgradeImage": {
                          "type": "string",
                          "id": 4
                        }
                      }
                    },
                    "UpgradeInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpgradeInstanceInternalRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "vmId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ListEnvironmentsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListEnvironmentsResponse": {
                      "fields": {
                        "environments": {
                          "rule": "repeated",
                          "type": "Environment",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetEnvironmentRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "CreateEnvironmentRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "environmentId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "environment": {
                          "type": "Environment",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteEnvironmentRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    }
                  }
                },
                "v2": {
                  "options": {
                    "csharp_namespace": "Google.Cloud.Notebooks.V2",
                    "go_package": "cloud.google.com/go/notebooks/apiv2/notebookspb;notebookspb",
                    "java_multiple_files": true,
                    "java_outer_classname": "ServiceProto",
                    "java_package": "com.google.cloud.notebooks.v2",
                    "php_namespace": "Google\\Cloud\\Notebooks\\V2",
                    "ruby_package": "Google::Cloud::Notebooks::V2"
                  },
                  "nested": {
                    "DiagnosticConfig": {
                      "fields": {
                        "gcsBucket": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "relativePath": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "enableRepairFlag": {
                          "type": "bool",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "enablePacketCaptureFlag": {
                          "type": "bool",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "enableCopyHomeFilesFlag": {
                          "type": "bool",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "Event": {
                      "fields": {
                        "reportTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "type": {
                          "type": "EventType",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "details": {
                          "keyType": "string",
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "EventType": {
                          "values": {
                            "EVENT_TYPE_UNSPECIFIED": 0,
                            "IDLE": 1,
                            "HEARTBEAT": 2,
                            "HEALTH": 3,
                            "MAINTENANCE": 4,
                            "METADATA_CHANGE": 5
                          }
                        }
                      }
                    },
                    "NetworkInterface": {
                      "fields": {
                        "network": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "subnet": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "nicType": {
                          "type": "NicType",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "NicType": {
                          "values": {
                            "NIC_TYPE_UNSPECIFIED": 0,
                            "VIRTIO_NET": 1,
                            "GVNIC": 2
                          }
                        }
                      }
                    },
                    "VmImage": {
                      "oneofs": {
                        "image": {
                          "oneof": [
                            "name",
                            "family"
                          ]
                        }
                      },
                      "fields": {
                        "project": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "name": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "family": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ContainerImage": {
                      "fields": {
                        "repository": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "tag": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "AcceleratorConfig": {
                      "fields": {
                        "type": {
                          "type": "AcceleratorType",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "coreCount": {
                          "type": "int64",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "AcceleratorType": {
                          "values": {
                            "ACCELERATOR_TYPE_UNSPECIFIED": 0,
                            "NVIDIA_TESLA_P100": 2,
                            "NVIDIA_TESLA_V100": 3,
                            "NVIDIA_TESLA_P4": 4,
                            "NVIDIA_TESLA_T4": 5,
                            "NVIDIA_TESLA_A100": 11,
                            "NVIDIA_A100_80GB": 12,
                            "NVIDIA_L4": 13,
                            "NVIDIA_TESLA_T4_VWS": 8,
                            "NVIDIA_TESLA_P100_VWS": 9,
                            "NVIDIA_TESLA_P4_VWS": 10
                          }
                        }
                      }
                    },
                    "ShieldedInstanceConfig": {
                      "fields": {
                        "enableSecureBoot": {
                          "type": "bool",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "enableVtpm": {
                          "type": "bool",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "enableIntegrityMonitoring": {
                          "type": "bool",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "GPUDriverConfig": {
                      "fields": {
                        "enableGpuDriver": {
                          "type": "bool",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "customGpuDriverPath": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DataDisk": {
                      "fields": {
                        "diskSizeGb": {
                          "type": "int64",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "diskType": {
                          "type": "DiskType",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "diskEncryption": {
                          "type": "DiskEncryption",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "kmsKey": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "BootDisk": {
                      "fields": {
                        "diskSizeGb": {
                          "type": "int64",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "diskType": {
                          "type": "DiskType",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "diskEncryption": {
                          "type": "DiskEncryption",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "kmsKey": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ServiceAccount": {
                      "fields": {
                        "email": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "scopes": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      }
                    },
                    "GceSetup": {
                      "oneofs": {
                        "image": {
                          "oneof": [
                            "vmImage",
                            "containerImage"
                          ]
                        }
                      },
                      "fields": {
                        "machineType": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "acceleratorConfigs": {
                          "rule": "repeated",
                          "type": "AcceleratorConfig",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "serviceAccounts": {
                          "rule": "repeated",
                          "type": "ServiceAccount",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "vmImage": {
                          "type": "VmImage",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "containerImage": {
                          "type": "ContainerImage",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "bootDisk": {
                          "type": "BootDisk",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "dataDisks": {
                          "rule": "repeated",
                          "type": "DataDisk",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "shieldedInstanceConfig": {
                          "type": "ShieldedInstanceConfig",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "networkInterfaces": {
                          "rule": "repeated",
                          "type": "NetworkInterface",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "disablePublicIp": {
                          "type": "bool",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "tags": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 11,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "metadata": {
                          "keyType": "string",
                          "type": "string",
                          "id": 12,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "enableIpForwarding": {
                          "type": "bool",
                          "id": 13,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "gpuDriverConfig": {
                          "type": "GPUDriverConfig",
                          "id": 14,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DiskEncryption": {
                      "values": {
                        "DISK_ENCRYPTION_UNSPECIFIED": 0,
                        "GMEK": 1,
                        "CMEK": 2
                      }
                    },
                    "DiskType": {
                      "values": {
                        "DISK_TYPE_UNSPECIFIED": 0,
                        "PD_STANDARD": 1,
                        "PD_SSD": 2,
                        "PD_BALANCED": 3,
                        "PD_EXTREME": 4
                      }
                    },
                    "UpgradeHistoryEntry": {
                      "fields": {
                        "snapshot": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "vmImage": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "containerImage": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "framework": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "version": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "action": {
                          "type": "Action",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "targetVersion": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "STARTED": 1,
                            "SUCCEEDED": 2,
                            "FAILED": 3
                          }
                        },
                        "Action": {
                          "values": {
                            "ACTION_UNSPECIFIED": 0,
                            "UPGRADE": 1,
                            "ROLLBACK": 2
                          }
                        }
                      }
                    },
                    "Instance": {
                      "options": {
                        "(google.api.resource).type": "notebooks.googleapis.com/Instance",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/instances/{instance}",
                        "(google.api.resource).plural": "instances",
                        "(google.api.resource).singular": "instance"
                      },
                      "oneofs": {
                        "infrastructure": {
                          "oneof": [
                            "gceSetup"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "gceSetup": {
                          "type": "GceSetup",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "proxyUri": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "instanceOwners": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "creator": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "upgradeHistory": {
                          "rule": "repeated",
                          "type": "UpgradeHistoryEntry",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "id": {
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "healthState": {
                          "type": "HealthState",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "healthInfo": {
                          "keyType": "string",
                          "type": "string",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 11,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 12,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "disableProxyAccess": {
                          "type": "bool",
                          "id": 13,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 14,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "State": {
                      "values": {
                        "STATE_UNSPECIFIED": 0,
                        "STARTING": 1,
                        "PROVISIONING": 2,
                        "ACTIVE": 3,
                        "STOPPING": 4,
                        "STOPPED": 5,
                        "DELETED": 6,
                        "UPGRADING": 7,
                        "INITIALIZING": 8,
                        "SUSPENDING": 9,
                        "SUSPENDED": 10
                      }
                    },
                    "HealthState": {
                      "values": {
                        "HEALTH_STATE_UNSPECIFIED": 0,
                        "HEALTHY": 1,
                        "UNHEALTHY": 2,
                        "AGENT_NOT_INSTALLED": 3,
                        "AGENT_NOT_RUNNING": 4
                      }
                    },
                    "NotebookService": {
                      "options": {
                        "(google.api.default_host)": "notebooks.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListInstances": {
                          "requestType": "ListInstancesRequest",
                          "responseType": "ListInstancesResponse",
                          "options": {
                            "(google.api.http).get": "/v2/{parent=projects/*/locations/*}/instances",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{parent=projects/*/locations/*}/instances"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetInstance": {
                          "requestType": "GetInstanceRequest",
                          "responseType": "Instance",
                          "options": {
                            "(google.api.http).get": "/v2/{name=projects/*/locations/*/instances/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{name=projects/*/locations/*/instances/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateInstance": {
                          "requestType": "CreateInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{parent=projects/*/locations/*}/instances",
                            "(google.api.http).body": "instance",
                            "(google.api.method_signature)": "parent,instance,instance_id",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{parent=projects/*/locations/*}/instances",
                                "body": "instance"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,instance,instance_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateInstance": {
                          "requestType": "UpdateInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v2/{instance.name=projects/*/locations/*/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": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v2/{instance.name=projects/*/locations/*/instances/*}",
                                "body": "instance"
                              }
                            },
                            {
                              "(google.api.method_signature)": "instance,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteInstance": {
                          "requestType": "DeleteInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v2/{name=projects/*/locations/*/instances/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v2/{name=projects/*/locations/*/instances/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "StartInstance": {
                          "requestType": "StartInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{name=projects/*/locations/*/instances/*}:start",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{name=projects/*/locations/*/instances/*}:start",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "StopInstance": {
                          "requestType": "StopInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{name=projects/*/locations/*/instances/*}:stop",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{name=projects/*/locations/*/instances/*}:stop",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ResetInstance": {
                          "requestType": "ResetInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{name=projects/*/locations/*/instances/*}:reset",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{name=projects/*/locations/*/instances/*}:reset",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "CheckInstanceUpgradability": {
                          "requestType": "CheckInstanceUpgradabilityRequest",
                          "responseType": "CheckInstanceUpgradabilityResponse",
                          "options": {
                            "(google.api.http).get": "/v2/{notebook_instance=projects/*/locations/*/instances/*}:checkUpgradability"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v2/{notebook_instance=projects/*/locations/*/instances/*}:checkUpgradability"
                              }
                            }
                          ]
                        },
                        "UpgradeInstance": {
                          "requestType": "UpgradeInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{name=projects/*/locations/*/instances/*}:upgrade",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{name=projects/*/locations/*/instances/*}:upgrade",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "RollbackInstance": {
                          "requestType": "RollbackInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{name=projects/*/locations/*/instances/*}:rollback",
                            "(google.api.http).body": "*",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{name=projects/*/locations/*/instances/*}:rollback",
                                "body": "*"
                              }
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DiagnoseInstance": {
                          "requestType": "DiagnoseInstanceRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v2/{name=projects/*/locations/*/instances/*}:diagnose",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "name,diagnostic_config",
                            "(google.longrunning.operation_info).response_type": "Instance",
                            "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v2/{name=projects/*/locations/*/instances/*}:diagnose",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name,diagnostic_config"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "Instance",
                                "metadata_type": "OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "OperationMetadata": {
                      "fields": {
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 1
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2
                        },
                        "target": {
                          "type": "string",
                          "id": 3
                        },
                        "verb": {
                          "type": "string",
                          "id": 4
                        },
                        "statusMessage": {
                          "type": "string",
                          "id": 5
                        },
                        "requestedCancellation": {
                          "type": "bool",
                          "id": 6
                        },
                        "apiVersion": {
                          "type": "string",
                          "id": 7
                        },
                        "endpoint": {
                          "type": "string",
                          "id": 8
                        }
                      }
                    },
                    "ListInstancesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "notebooks.googleapis.com/Instance"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListInstancesResponse": {
                      "fields": {
                        "instances": {
                          "rule": "repeated",
                          "type": "Instance",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Instance"
                          }
                        }
                      }
                    },
                    "CreateInstanceRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "notebooks.googleapis.com/Instance"
                          }
                        },
                        "instanceId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "instance": {
                          "type": "Instance",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateInstanceRequest": {
                      "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"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Instance"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "StartInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "StopInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ResetInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "CheckInstanceUpgradabilityRequest": {
                      "fields": {
                        "notebookInstance": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "CheckInstanceUpgradabilityResponse": {
                      "fields": {
                        "upgradeable": {
                          "type": "bool",
                          "id": 1
                        },
                        "upgradeVersion": {
                          "type": "string",
                          "id": 2
                        },
                        "upgradeInfo": {
                          "type": "string",
                          "id": 3
                        },
                        "upgradeImage": {
                          "type": "string",
                          "id": 4
                        }
                      }
                    },
                    "UpgradeInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "RollbackInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Instance"
                          }
                        },
                        "targetSnapshot": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "revisionId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DiagnoseInstanceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "notebooks.googleapis.com/Instance"
                          }
                        },
                        "diagnosticConfig": {
                          "type": "DiagnosticConfig",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "timeoutMinutes": {
                          "type": "int32",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "api": {
          "options": {
            "go_package": "google.golang.org/genproto/googleapis/api;api",
            "java_multiple_files": true,
            "java_outer_classname": "LaunchStageProto",
            "java_package": "com.google.api",
            "objc_class_prefix": "GAPI",
            "cc_enable_arenas": true
          },
          "nested": {
            "fieldBehavior": {
              "rule": "repeated",
              "type": "google.api.FieldBehavior",
              "id": 1052,
              "extend": "google.protobuf.FieldOptions"
            },
            "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
                }
              }
            },
            "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"
            },
            "CommonLanguageSettings": {
              "fields": {
                "referenceDocsUri": {
                  "type": "string",
                  "id": 1,
                  "options": {
                    "deprecated": true
                  }
                },
                "destinations": {
                  "rule": "repeated",
                  "type": "ClientLibraryDestination",
                  "id": 2
                }
              }
            },
            "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
                }
              }
            },
            "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
                }
              }
            },
            "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
                }
              }
            },
            "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
              }
            },
            "LaunchStage": {
              "values": {
                "LAUNCH_STAGE_UNSPECIFIED": 0,
                "UNIMPLEMENTED": 6,
                "PRELAUNCH": 7,
                "EARLY_ACCESS": 1,
                "ALPHA": 2,
                "BETA": 3,
                "GA": 4,
                "DEPRECATED": 5
              }
            }
          }
        },
        "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": {
              "fields": {
                "file": {
                  "rule": "repeated",
                  "type": "FileDescriptorProto",
                  "id": 1
                }
              }
            },
            "Edition": {
              "values": {
                "EDITION_UNKNOWN": 0,
                "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": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "package": {
                  "type": "string",
                  "id": 2
                },
                "dependency": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 3
                },
                "publicDependency": {
                  "rule": "repeated",
                  "type": "int32",
                  "id": 10,
                  "options": {
                    "packed": false
                  }
                },
                "weakDependency": {
                  "rule": "repeated",
                  "type": "int32",
                  "id": 11,
                  "options": {
                    "packed": false
                  }
                },
                "messageType": {
                  "rule": "repeated",
                  "type": "DescriptorProto",
                  "id": 4
                },
                "enumType": {
                  "rule": "repeated",
                  "type": "EnumDescriptorProto",
                  "id": 5
                },
                "service": {
                  "rule": "repeated",
                  "type": "ServiceDescriptorProto",
                  "id": 6
                },
                "extension": {
                  "rule": "repeated",
                  "type": "FieldDescriptorProto",
                  "id": 7
                },
                "options": {
                  "type": "FileOptions",
                  "id": 8
                },
                "sourceCodeInfo": {
                  "type": "SourceCodeInfo",
                  "id": 9
                },
                "syntax": {
                  "type": "string",
                  "id": 12
                },
                "edition": {
                  "type": "Edition",
                  "id": 14
                }
              }
            },
            "DescriptorProto": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "field": {
                  "rule": "repeated",
                  "type": "FieldDescriptorProto",
                  "id": 2
                },
                "extension": {
                  "rule": "repeated",
                  "type": "FieldDescriptorProto",
                  "id": 6
                },
                "nestedType": {
                  "rule": "repeated",
                  "type": "DescriptorProto",
                  "id": 3
                },
                "enumType": {
                  "rule": "repeated",
                  "type": "EnumDescriptorProto",
                  "id": 4
                },
                "extensionRange": {
                  "rule": "repeated",
                  "type": "ExtensionRange",
                  "id": 5
                },
                "oneofDecl": {
                  "rule": "repeated",
                  "type": "OneofDescriptorProto",
                  "id": 8
                },
                "options": {
                  "type": "MessageOptions",
                  "id": 7
                },
                "reservedRange": {
                  "rule": "repeated",
                  "type": "ReservedRange",
                  "id": 9
                },
                "reservedName": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 10
                }
              },
              "nested": {
                "ExtensionRange": {
                  "fields": {
                    "start": {
                      "type": "int32",
                      "id": 1
                    },
                    "end": {
                      "type": "int32",
                      "id": 2
                    },
                    "options": {
                      "type": "ExtensionRangeOptions",
                      "id": 3
                    }
                  }
                },
                "ReservedRange": {
                  "fields": {
                    "start": {
                      "type": "int32",
                      "id": 1
                    },
                    "end": {
                      "type": "int32",
                      "id": 2
                    }
                  }
                }
              }
            },
            "ExtensionRangeOptions": {
              "fields": {
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                },
                "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": {
              "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": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "options": {
                  "type": "OneofOptions",
                  "id": 2
                }
              }
            },
            "EnumDescriptorProto": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "value": {
                  "rule": "repeated",
                  "type": "EnumValueDescriptorProto",
                  "id": 2
                },
                "options": {
                  "type": "EnumOptions",
                  "id": 3
                },
                "reservedRange": {
                  "rule": "repeated",
                  "type": "EnumReservedRange",
                  "id": 4
                },
                "reservedName": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 5
                }
              },
              "nested": {
                "EnumReservedRange": {
                  "fields": {
                    "start": {
                      "type": "int32",
                      "id": 1
                    },
                    "end": {
                      "type": "int32",
                      "id": 2
                    }
                  }
                }
              }
            },
            "EnumValueDescriptorProto": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "number": {
                  "type": "int32",
                  "id": 2
                },
                "options": {
                  "type": "EnumValueOptions",
                  "id": 3
                }
              }
            },
            "ServiceDescriptorProto": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "method": {
                  "rule": "repeated",
                  "type": "MethodDescriptorProto",
                  "id": 2
                },
                "options": {
                  "type": "ServiceOptions",
                  "id": 3
                }
              }
            },
            "MethodDescriptorProto": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "inputType": {
                  "type": "string",
                  "id": 2
                },
                "outputType": {
                  "type": "string",
                  "id": 3
                },
                "options": {
                  "type": "MethodOptions",
                  "id": 4
                },
                "clientStreaming": {
                  "type": "bool",
                  "id": 5,
                  "options": {
                    "default": false
                  }
                },
                "serverStreaming": {
                  "type": "bool",
                  "id": 6,
                  "options": {
                    "default": false
                  }
                }
              }
            },
            "FileOptions": {
              "fields": {
                "javaPackage": {
                  "type": "string",
                  "id": 1
                },
                "javaOuterClassname": {
                  "type": "string",
                  "id": 8
                },
                "javaMultipleFiles": {
                  "type": "bool",
                  "id": 10,
                  "options": {
                    "default": false
                  }
                },
                "javaGenerateEqualsAndHash": {
                  "type": "bool",
                  "id": 20,
                  "options": {
                    "deprecated": true
                  }
                },
                "javaStringCheckUtf8": {
                  "type": "bool",
                  "id": 27,
                  "options": {
                    "default": false
                  }
                },
                "optimizeFor": {
                  "type": "OptimizeMode",
                  "id": 9,
                  "options": {
                    "default": "SPEED"
                  }
                },
                "goPackage": {
                  "type": "string",
                  "id": 11
                },
                "ccGenericServices": {
                  "type": "bool",
                  "id": 16,
                  "options": {
                    "default": false
                  }
                },
                "javaGenericServices": {
                  "type": "bool",
                  "id": 17,
                  "options": {
                    "default": false
                  }
                },
                "pyGenericServices": {
                  "type": "bool",
                  "id": 18,
                  "options": {
                    "default": false
                  }
                },
                "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
                ],
                [
                  38,
                  38
                ]
              ],
              "nested": {
                "OptimizeMode": {
                  "values": {
                    "SPEED": 1,
                    "CODE_SIZE": 2,
                    "LITE_RUNTIME": 3
                  }
                }
              }
            },
            "MessageOptions": {
              "fields": {
                "messageSetWireFormat": {
                  "type": "bool",
                  "id": 1,
                  "options": {
                    "default": false
                  }
                },
                "noStandardDescriptorAccessor": {
                  "type": "bool",
                  "id": 2,
                  "options": {
                    "default": false
                  }
                },
                "deprecated": {
                  "type": "bool",
                  "id": 3,
                  "options": {
                    "default": false
                  }
                },
                "mapEntry": {
                  "type": "bool",
                  "id": 7
                },
                "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": {
              "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
                  }
                },
                "debugRedact": {
                  "type": "bool",
                  "id": 16,
                  "options": {
                    "default": false
                  }
                },
                "retention": {
                  "type": "OptionRetention",
                  "id": 17
                },
                "targets": {
                  "rule": "repeated",
                  "type": "OptionTargetType",
                  "id": 19,
                  "options": {
                    "packed": false
                  }
                },
                "editionDefaults": {
                  "rule": "repeated",
                  "type": "EditionDefault",
                  "id": 20
                },
                "features": {
                  "type": "FeatureSet",
                  "id": 21
                },
                "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
                    }
                  }
                }
              }
            },
            "OneofOptions": {
              "fields": {
                "features": {
                  "type": "FeatureSet",
                  "id": 1
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  1000,
                  536870911
                ]
              ]
            },
            "EnumOptions": {
              "fields": {
                "allowAlias": {
                  "type": "bool",
                  "id": 2
                },
                "deprecated": {
                  "type": "bool",
                  "id": 3,
                  "options": {
                    "default": false
                  }
                },
                "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": {
              "fields": {
                "deprecated": {
                  "type": "bool",
                  "id": 1,
                  "options": {
                    "default": false
                  }
                },
                "features": {
                  "type": "FeatureSet",
                  "id": 2
                },
                "debugRedact": {
                  "type": "bool",
                  "id": 3,
                  "options": {
                    "default": false
                  }
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  1000,
                  536870911
                ]
              ]
            },
            "ServiceOptions": {
              "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": {
              "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": {
              "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": {
              "fields": {
                "fieldPresence": {
                  "type": "FieldPresence",
                  "id": 1,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "edition_defaults.edition": "EDITION_2023",
                    "edition_defaults.value": "EXPLICIT"
                  }
                },
                "enumType": {
                  "type": "EnumType",
                  "id": 2,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "edition_defaults.edition": "EDITION_PROTO3",
                    "edition_defaults.value": "OPEN"
                  }
                },
                "repeatedFieldEncoding": {
                  "type": "RepeatedFieldEncoding",
                  "id": 3,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "edition_defaults.edition": "EDITION_PROTO3",
                    "edition_defaults.value": "PACKED"
                  }
                },
                "utf8Validation": {
                  "type": "Utf8Validation",
                  "id": 4,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "edition_defaults.edition": "EDITION_PROTO3",
                    "edition_defaults.value": "VERIFY"
                  }
                },
                "messageEncoding": {
                  "type": "MessageEncoding",
                  "id": 5,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "edition_defaults.edition": "EDITION_PROTO2",
                    "edition_defaults.value": "LENGTH_PREFIXED"
                  }
                },
                "jsonFormat": {
                  "type": "JsonFormat",
                  "id": 6,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "edition_defaults.edition": "EDITION_PROTO3",
                    "edition_defaults.value": "ALLOW"
                  }
                }
              },
              "extensions": [
                [
                  1000,
                  1000
                ],
                [
                  1001,
                  1001
                ],
                [
                  9995,
                  9999
                ]
              ],
              "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
                  }
                },
                "MessageEncoding": {
                  "values": {
                    "MESSAGE_ENCODING_UNKNOWN": 0,
                    "LENGTH_PREFIXED": 1,
                    "DELIMITED": 2
                  }
                },
                "JsonFormat": {
                  "values": {
                    "JSON_FORMAT_UNKNOWN": 0,
                    "ALLOW": 1,
                    "LEGACY_BEST_EFFORT": 2
                  }
                }
              }
            },
            "FeatureSetDefaults": {
              "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
                    },
                    "features": {
                      "type": "FeatureSet",
                      "id": 2
                    }
                  }
                }
              }
            },
            "SourceCodeInfo": {
              "fields": {
                "location": {
                  "rule": "repeated",
                  "type": "Location",
                  "id": 1
                }
              },
              "nested": {
                "Location": {
                  "fields": {
                    "path": {
                      "rule": "repeated",
                      "type": "int32",
                      "id": 1
                    },
                    "span": {
                      "rule": "repeated",
                      "type": "int32",
                      "id": 2
                    },
                    "leadingComments": {
                      "type": "string",
                      "id": 3
                    },
                    "trailingComments": {
                      "type": "string",
                      "id": 4
                    },
                    "leadingDetachedComments": {
                      "rule": "repeated",
                      "type": "string",
                      "id": 6
                    }
                  }
                }
              }
            },
            "GeneratedCodeInfo": {
              "fields": {
                "annotation": {
                  "rule": "repeated",
                  "type": "Annotation",
                  "id": 1
                }
              },
              "nested": {
                "Annotation": {
                  "fields": {
                    "path": {
                      "rule": "repeated",
                      "type": "int32",
                      "id": 1
                    },
                    "sourceFile": {
                      "type": "string",
                      "id": 2
                    },
                    "begin": {
                      "type": "int32",
                      "id": 3
                    },
                    "end": {
                      "type": "int32",
                      "id": 4
                    },
                    "semantic": {
                      "type": "Semantic",
                      "id": 5
                    }
                  },
                  "nested": {
                    "Semantic": {
                      "values": {
                        "NONE": 0,
                        "SET": 1,
                        "ALIAS": 2
                      }
                    }
                  }
                }
              }
            },
            "Timestamp": {
              "fields": {
                "seconds": {
                  "type": "int64",
                  "id": 1
                },
                "nanos": {
                  "type": "int32",
                  "id": 2
                }
              }
            },
            "Duration": {
              "fields": {
                "seconds": {
                  "type": "int64",
                  "id": 1
                },
                "nanos": {
                  "type": "int32",
                  "id": 2
                }
              }
            },
            "Any": {
              "fields": {
                "type_url": {
                  "type": "string",
                  "id": 1
                },
                "value": {
                  "type": "bytes",
                  "id": 2
                }
              }
            },
            "Empty": {
              "fields": {}
            },
            "FieldMask": {
              "fields": {
                "paths": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 1
                }
              }
            }
          }
        },
        "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",
            "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
                }
              }
            }
          }
        }
      }
    }
  }
}