@@ -42038,6 +42038,252 @@
4203842038 }
4203942039 ]
4204042040 },
42041+ {
42042+ "id": "google.cloud.orchestration.airflow.service.v1",
42043+ "directory": "google/cloud/orchestration/airflow/service/v1",
42044+ "version": "v1",
42045+ "majorVersion": "v1",
42046+ "hostName": "composer.googleapis.com",
42047+ "title": "Cloud Composer API",
42048+ "description": "Manages Apache Airflow environments on Google Cloud Platform.",
42049+ "importDirectories": [
42050+ "google/api",
42051+ "google/longrunning",
42052+ "google/protobuf",
42053+ "google/type"
42054+ ],
42055+ "options": {
42056+ "java_package": {
42057+ "valueCounts": {
42058+ "com.google.cloud.orchestration.airflow.service.v1": 3
42059+ }
42060+ },
42061+ "java_multiple_files": {
42062+ "valueCounts": {
42063+ "true": 3
42064+ }
42065+ },
42066+ "go_package": {
42067+ "valueCounts": {
42068+ "google.golang.org/genproto/googleapis/cloud/orchestration/airflow/service/v1;service": 3
42069+ }
42070+ }
42071+ },
42072+ "services": [
42073+ {
42074+ "shortName": "Environments",
42075+ "fullName": "google.cloud.orchestration.airflow.service.v1.Environments",
42076+ "methods": [
42077+ {
42078+ "shortName": "CreateEnvironment",
42079+ "fullName": "google.cloud.orchestration.airflow.service.v1.Environments.CreateEnvironment",
42080+ "mode": "UNARY",
42081+ "bindings": [
42082+ {
42083+ "httpMethod": "POST",
42084+ "path": "/v1/{parent=projects/*/locations/*}/environments"
42085+ }
42086+ ]
42087+ },
42088+ {
42089+ "shortName": "DeleteEnvironment",
42090+ "fullName": "google.cloud.orchestration.airflow.service.v1.Environments.DeleteEnvironment",
42091+ "mode": "UNARY",
42092+ "bindings": [
42093+ {
42094+ "httpMethod": "DELETE",
42095+ "path": "/v1/{name=projects/*/locations/*/environments/*}"
42096+ }
42097+ ]
42098+ },
42099+ {
42100+ "shortName": "GetEnvironment",
42101+ "fullName": "google.cloud.orchestration.airflow.service.v1.Environments.GetEnvironment",
42102+ "mode": "UNARY",
42103+ "bindings": [
42104+ {
42105+ "httpMethod": "GET",
42106+ "path": "/v1/{name=projects/*/locations/*/environments/*}"
42107+ }
42108+ ]
42109+ },
42110+ {
42111+ "shortName": "ListEnvironments",
42112+ "fullName": "google.cloud.orchestration.airflow.service.v1.Environments.ListEnvironments",
42113+ "mode": "UNARY",
42114+ "bindings": [
42115+ {
42116+ "httpMethod": "GET",
42117+ "path": "/v1/{parent=projects/*/locations/*}/environments"
42118+ }
42119+ ]
42120+ },
42121+ {
42122+ "shortName": "UpdateEnvironment",
42123+ "fullName": "google.cloud.orchestration.airflow.service.v1.Environments.UpdateEnvironment",
42124+ "mode": "UNARY",
42125+ "bindings": [
42126+ {
42127+ "httpMethod": "PATCH",
42128+ "path": "/v1/{name=projects/*/locations/*/environments/*}"
42129+ }
42130+ ]
42131+ }
42132+ ]
42133+ },
42134+ {
42135+ "shortName": "ImageVersions",
42136+ "fullName": "google.cloud.orchestration.airflow.service.v1.ImageVersions",
42137+ "methods": [
42138+ {
42139+ "shortName": "ListImageVersions",
42140+ "fullName": "google.cloud.orchestration.airflow.service.v1.ImageVersions.ListImageVersions",
42141+ "mode": "UNARY",
42142+ "bindings": [
42143+ {
42144+ "httpMethod": "GET",
42145+ "path": "/v1/{parent=projects/*/locations/*}/imageVersions"
42146+ }
42147+ ]
42148+ }
42149+ ]
42150+ }
42151+ ]
42152+ },
42153+ {
42154+ "id": "google.cloud.orchestration.airflow.service.v1beta1",
42155+ "directory": "google/cloud/orchestration/airflow/service/v1beta1",
42156+ "version": "v1beta1",
42157+ "majorVersion": "v1",
42158+ "hostName": "composer.googleapis.com",
42159+ "title": "Cloud Composer API",
42160+ "description": "Manages Apache Airflow environments on Google Cloud Platform.",
42161+ "importDirectories": [
42162+ "google/api",
42163+ "google/longrunning",
42164+ "google/protobuf",
42165+ "google/type"
42166+ ],
42167+ "options": {
42168+ "java_package": {
42169+ "valueCounts": {
42170+ "com.google.cloud.orchestration.airflow.service.v1beta1": 3
42171+ }
42172+ },
42173+ "java_multiple_files": {
42174+ "valueCounts": {
42175+ "true": 3
42176+ }
42177+ },
42178+ "go_package": {
42179+ "valueCounts": {
42180+ "google.golang.org/genproto/googleapis/cloud/orchestration/airflow/service/v1beta1;service": 3
42181+ }
42182+ }
42183+ },
42184+ "services": [
42185+ {
42186+ "shortName": "Environments",
42187+ "fullName": "google.cloud.orchestration.airflow.service.v1beta1.Environments",
42188+ "methods": [
42189+ {
42190+ "shortName": "CheckUpgrade",
42191+ "fullName": "google.cloud.orchestration.airflow.service.v1beta1.Environments.CheckUpgrade",
42192+ "mode": "UNARY",
42193+ "bindings": [
42194+ {
42195+ "httpMethod": "POST",
42196+ "path": "/v1beta1/{environment=projects/*/locations/*/environments/*}:checkUpgrade"
42197+ }
42198+ ]
42199+ },
42200+ {
42201+ "shortName": "CreateEnvironment",
42202+ "fullName": "google.cloud.orchestration.airflow.service.v1beta1.Environments.CreateEnvironment",
42203+ "mode": "UNARY",
42204+ "bindings": [
42205+ {
42206+ "httpMethod": "POST",
42207+ "path": "/v1beta1/{parent=projects/*/locations/*}/environments"
42208+ }
42209+ ]
42210+ },
42211+ {
42212+ "shortName": "DeleteEnvironment",
42213+ "fullName": "google.cloud.orchestration.airflow.service.v1beta1.Environments.DeleteEnvironment",
42214+ "mode": "UNARY",
42215+ "bindings": [
42216+ {
42217+ "httpMethod": "DELETE",
42218+ "path": "/v1beta1/{name=projects/*/locations/*/environments/*}"
42219+ }
42220+ ]
42221+ },
42222+ {
42223+ "shortName": "GetEnvironment",
42224+ "fullName": "google.cloud.orchestration.airflow.service.v1beta1.Environments.GetEnvironment",
42225+ "mode": "UNARY",
42226+ "bindings": [
42227+ {
42228+ "httpMethod": "GET",
42229+ "path": "/v1beta1/{name=projects/*/locations/*/environments/*}"
42230+ }
42231+ ]
42232+ },
42233+ {
42234+ "shortName": "ListEnvironments",
42235+ "fullName": "google.cloud.orchestration.airflow.service.v1beta1.Environments.ListEnvironments",
42236+ "mode": "UNARY",
42237+ "bindings": [
42238+ {
42239+ "httpMethod": "GET",
42240+ "path": "/v1beta1/{parent=projects/*/locations/*}/environments"
42241+ }
42242+ ]
42243+ },
42244+ {
42245+ "shortName": "RestartWebServer",
42246+ "fullName": "google.cloud.orchestration.airflow.service.v1beta1.Environments.RestartWebServer",
42247+ "mode": "UNARY",
42248+ "bindings": [
42249+ {
42250+ "httpMethod": "POST",
42251+ "path": "/v1beta1/{name=projects/*/locations/*/environments/*}:restartWebServer"
42252+ }
42253+ ]
42254+ },
42255+ {
42256+ "shortName": "UpdateEnvironment",
42257+ "fullName": "google.cloud.orchestration.airflow.service.v1beta1.Environments.UpdateEnvironment",
42258+ "mode": "UNARY",
42259+ "bindings": [
42260+ {
42261+ "httpMethod": "PATCH",
42262+ "path": "/v1beta1/{name=projects/*/locations/*/environments/*}"
42263+ }
42264+ ]
42265+ }
42266+ ]
42267+ },
42268+ {
42269+ "shortName": "ImageVersions",
42270+ "fullName": "google.cloud.orchestration.airflow.service.v1beta1.ImageVersions",
42271+ "methods": [
42272+ {
42273+ "shortName": "ListImageVersions",
42274+ "fullName": "google.cloud.orchestration.airflow.service.v1beta1.ImageVersions.ListImageVersions",
42275+ "mode": "UNARY",
42276+ "bindings": [
42277+ {
42278+ "httpMethod": "GET",
42279+ "path": "/v1beta1/{parent=projects/*/locations/*}/imageVersions"
42280+ }
42281+ ]
42282+ }
42283+ ]
42284+ }
42285+ ]
42286+ },
4204142287 {
4204242288 "id": "google.cloud.orgpolicy.v2",
4204342289 "directory": "google/cloud/orgpolicy/v2",
0 commit comments