@@ -28200,6 +28200,336 @@
2820028200 }
2820128201 ]
2820228202 },
28203+ {
28204+ "id": "google.cloud.datafusion.v1",
28205+ "directory": "google/cloud/datafusion/v1",
28206+ "version": "v1",
28207+ "majorVersion": "v1",
28208+ "hostName": "datafusion.googleapis.com",
28209+ "title": "Cloud Data Fusion API",
28210+ "description": "Cloud Data Fusion is a fully-managed, cloud native, enterprise data integration service for quickly building and managing data pipelines. It provides a graphical interface to increase time efficiency and reduce complexity, and allows business users, developers, and data scientists to easily and reliably build scalable data integration solutions to cleanse, prepare, blend, transfer and transform data without having to wrestle with infrastructure.",
28211+ "importDirectories": [
28212+ "google/api",
28213+ "google/longrunning",
28214+ "google/protobuf"
28215+ ],
28216+ "options": {
28217+ "java_package": {
28218+ "valueCounts": {
28219+ "com.google.cloud.datafusion.v1": 1
28220+ }
28221+ },
28222+ "java_multiple_files": {
28223+ "valueCounts": {
28224+ "true": 1
28225+ }
28226+ },
28227+ "go_package": {
28228+ "valueCounts": {
28229+ "google.golang.org/genproto/googleapis/cloud/datafusion/v1;datafusion": 1
28230+ }
28231+ },
28232+ "csharp_namespace": {
28233+ "valueCounts": {
28234+ "Google.Cloud.DataFusion.V1": 1
28235+ }
28236+ },
28237+ "php_namespace": {
28238+ "valueCounts": {
28239+ "Google\\Cloud\\DataFusion\\V1": 1
28240+ }
28241+ },
28242+ "ruby_package": {
28243+ "valueCounts": {
28244+ "Google::Cloud::DataFusion::V1": 1
28245+ }
28246+ }
28247+ },
28248+ "services": [
28249+ {
28250+ "shortName": "DataFusion",
28251+ "fullName": "google.cloud.datafusion.v1.DataFusion",
28252+ "methods": [
28253+ {
28254+ "shortName": "CreateInstance",
28255+ "fullName": "google.cloud.datafusion.v1.DataFusion.CreateInstance",
28256+ "mode": "UNARY",
28257+ "bindings": [
28258+ {
28259+ "httpMethod": "POST",
28260+ "path": "/v1/{parent=projects/*/locations/*}/instances"
28261+ }
28262+ ]
28263+ },
28264+ {
28265+ "shortName": "DeleteInstance",
28266+ "fullName": "google.cloud.datafusion.v1.DataFusion.DeleteInstance",
28267+ "mode": "UNARY",
28268+ "bindings": [
28269+ {
28270+ "httpMethod": "DELETE",
28271+ "path": "/v1/{name=projects/*/locations/*/instances/*}"
28272+ }
28273+ ]
28274+ },
28275+ {
28276+ "shortName": "GetInstance",
28277+ "fullName": "google.cloud.datafusion.v1.DataFusion.GetInstance",
28278+ "mode": "UNARY",
28279+ "bindings": [
28280+ {
28281+ "httpMethod": "GET",
28282+ "path": "/v1/{name=projects/*/locations/*/instances/*}"
28283+ }
28284+ ]
28285+ },
28286+ {
28287+ "shortName": "ListAvailableVersions",
28288+ "fullName": "google.cloud.datafusion.v1.DataFusion.ListAvailableVersions",
28289+ "mode": "UNARY",
28290+ "bindings": [
28291+ {
28292+ "httpMethod": "GET",
28293+ "path": "/v1/{parent=projects/*/locations/*}/versions"
28294+ }
28295+ ]
28296+ },
28297+ {
28298+ "shortName": "ListInstances",
28299+ "fullName": "google.cloud.datafusion.v1.DataFusion.ListInstances",
28300+ "mode": "UNARY",
28301+ "bindings": [
28302+ {
28303+ "httpMethod": "GET",
28304+ "path": "/v1/{parent=projects/*/locations/*}/instances"
28305+ }
28306+ ]
28307+ },
28308+ {
28309+ "shortName": "RestartInstance",
28310+ "fullName": "google.cloud.datafusion.v1.DataFusion.RestartInstance",
28311+ "mode": "UNARY",
28312+ "bindings": [
28313+ {
28314+ "httpMethod": "POST",
28315+ "path": "/v1/{name=projects/*/locations/*/instances/*}:restart"
28316+ }
28317+ ]
28318+ },
28319+ {
28320+ "shortName": "UpdateInstance",
28321+ "fullName": "google.cloud.datafusion.v1.DataFusion.UpdateInstance",
28322+ "mode": "UNARY",
28323+ "bindings": [
28324+ {
28325+ "httpMethod": "PATCH",
28326+ "path": "/v1/{instance.name=projects/*/locations/*/instances/*}"
28327+ }
28328+ ]
28329+ }
28330+ ]
28331+ }
28332+ ]
28333+ },
28334+ {
28335+ "id": "google.cloud.datafusion.v1beta1",
28336+ "directory": "google/cloud/datafusion/v1beta1",
28337+ "version": "v1beta1",
28338+ "majorVersion": "v1",
28339+ "hostName": "datafusion.googleapis.com",
28340+ "title": "Cloud Data Fusion API",
28341+ "description": "Cloud Data Fusion is a fully-managed, cloud native, enterprise data integration service for quickly building and managing data pipelines. It provides a graphical interface to increase time efficiency and reduce complexity, and allows business users, developers, and data scientists to easily and reliably build scalable data integration solutions to cleanse, prepare, blend, transfer and transform data without having to wrestle with infrastructure.",
28342+ "importDirectories": [
28343+ "google/api",
28344+ "google/iam/v1",
28345+ "google/longrunning",
28346+ "google/protobuf",
28347+ "google/rpc"
28348+ ],
28349+ "options": {
28350+ "java_package": {
28351+ "valueCounts": {
28352+ "com.google.cloud.datafusion.v1beta1": 1
28353+ }
28354+ },
28355+ "java_multiple_files": {
28356+ "valueCounts": {
28357+ "true": 1
28358+ }
28359+ },
28360+ "go_package": {
28361+ "valueCounts": {
28362+ "google.golang.org/genproto/googleapis/cloud/datafusion/v1beta1;datafusion": 1
28363+ }
28364+ },
28365+ "csharp_namespace": {
28366+ "valueCounts": {
28367+ "Google.Cloud.DataFusion.V1Beta1": 1
28368+ }
28369+ },
28370+ "php_namespace": {
28371+ "valueCounts": {
28372+ "Google\\Cloud\\DataFusion\\V1beta1": 1
28373+ }
28374+ },
28375+ "ruby_package": {
28376+ "valueCounts": {
28377+ "Google::Cloud::DataFusion::V1beta1": 1
28378+ }
28379+ }
28380+ },
28381+ "services": [
28382+ {
28383+ "shortName": "DataFusion",
28384+ "fullName": "google.cloud.datafusion.v1beta1.DataFusion",
28385+ "methods": [
28386+ {
28387+ "shortName": "AddDnsPeering",
28388+ "fullName": "google.cloud.datafusion.v1beta1.DataFusion.AddDnsPeering",
28389+ "mode": "UNARY",
28390+ "bindings": [
28391+ {
28392+ "httpMethod": "POST",
28393+ "path": "/v1beta1/{parent=projects/*/locations/*/instances/*}/dnsPeerings:add"
28394+ }
28395+ ]
28396+ },
28397+ {
28398+ "shortName": "CreateInstance",
28399+ "fullName": "google.cloud.datafusion.v1beta1.DataFusion.CreateInstance",
28400+ "mode": "UNARY",
28401+ "bindings": [
28402+ {
28403+ "httpMethod": "POST",
28404+ "path": "/v1beta1/{parent=projects/*/locations/*}/instances"
28405+ }
28406+ ]
28407+ },
28408+ {
28409+ "shortName": "DeleteInstance",
28410+ "fullName": "google.cloud.datafusion.v1beta1.DataFusion.DeleteInstance",
28411+ "mode": "UNARY",
28412+ "bindings": [
28413+ {
28414+ "httpMethod": "DELETE",
28415+ "path": "/v1beta1/{name=projects/*/locations/*/instances/*}"
28416+ }
28417+ ]
28418+ },
28419+ {
28420+ "shortName": "GetInstance",
28421+ "fullName": "google.cloud.datafusion.v1beta1.DataFusion.GetInstance",
28422+ "mode": "UNARY",
28423+ "bindings": [
28424+ {
28425+ "httpMethod": "GET",
28426+ "path": "/v1beta1/{name=projects/*/locations/*/instances/*}"
28427+ }
28428+ ]
28429+ },
28430+ {
28431+ "shortName": "ListAvailableVersions",
28432+ "fullName": "google.cloud.datafusion.v1beta1.DataFusion.ListAvailableVersions",
28433+ "mode": "UNARY",
28434+ "bindings": [
28435+ {
28436+ "httpMethod": "GET",
28437+ "path": "/v1beta1/{parent=projects/*/locations/*}/versions"
28438+ }
28439+ ]
28440+ },
28441+ {
28442+ "shortName": "ListDnsPeerings",
28443+ "fullName": "google.cloud.datafusion.v1beta1.DataFusion.ListDnsPeerings",
28444+ "mode": "UNARY",
28445+ "bindings": [
28446+ {
28447+ "httpMethod": "GET",
28448+ "path": "/v1beta1/{parent=projects/*/locations/*/instances/*}/dnsPeerings:list"
28449+ }
28450+ ]
28451+ },
28452+ {
28453+ "shortName": "ListInstances",
28454+ "fullName": "google.cloud.datafusion.v1beta1.DataFusion.ListInstances",
28455+ "mode": "UNARY",
28456+ "bindings": [
28457+ {
28458+ "httpMethod": "GET",
28459+ "path": "/v1beta1/{parent=projects/*/locations/*}/instances"
28460+ }
28461+ ]
28462+ },
28463+ {
28464+ "shortName": "ListNamespaces",
28465+ "fullName": "google.cloud.datafusion.v1beta1.DataFusion.ListNamespaces",
28466+ "mode": "UNARY",
28467+ "bindings": [
28468+ {
28469+ "httpMethod": "GET",
28470+ "path": "/v1beta1/{parent=projects/*/locations/*/instances/*}/namespaces"
28471+ }
28472+ ]
28473+ },
28474+ {
28475+ "shortName": "RemoveDnsPeering",
28476+ "fullName": "google.cloud.datafusion.v1beta1.DataFusion.RemoveDnsPeering",
28477+ "mode": "UNARY",
28478+ "bindings": [
28479+ {
28480+ "httpMethod": "POST",
28481+ "path": "/v1beta1/{parent=projects/*/locations/*/instances/*}/dnsPeerings:remove"
28482+ }
28483+ ]
28484+ },
28485+ {
28486+ "shortName": "RemoveIamPolicy",
28487+ "fullName": "google.cloud.datafusion.v1beta1.DataFusion.RemoveIamPolicy",
28488+ "mode": "UNARY",
28489+ "bindings": [
28490+ {
28491+ "httpMethod": "POST",
28492+ "path": "/v1beta1/{resource=projects/*/locations/*/**}:removeIamPolicy"
28493+ }
28494+ ]
28495+ },
28496+ {
28497+ "shortName": "RestartInstance",
28498+ "fullName": "google.cloud.datafusion.v1beta1.DataFusion.RestartInstance",
28499+ "mode": "UNARY",
28500+ "bindings": [
28501+ {
28502+ "httpMethod": "POST",
28503+ "path": "/v1beta1/{name=projects/*/locations/*/instances/*}:restart"
28504+ }
28505+ ]
28506+ },
28507+ {
28508+ "shortName": "UpdateInstance",
28509+ "fullName": "google.cloud.datafusion.v1beta1.DataFusion.UpdateInstance",
28510+ "mode": "UNARY",
28511+ "bindings": [
28512+ {
28513+ "httpMethod": "PATCH",
28514+ "path": "/v1beta1/{instance.name=projects/*/locations/*/instances/*}"
28515+ }
28516+ ]
28517+ },
28518+ {
28519+ "shortName": "UpgradeInstance",
28520+ "fullName": "google.cloud.datafusion.v1beta1.DataFusion.UpgradeInstance",
28521+ "mode": "UNARY",
28522+ "bindings": [
28523+ {
28524+ "httpMethod": "POST",
28525+ "path": "/v1beta1/{name=projects/*/locations/*/instances/*}:upgrade"
28526+ }
28527+ ]
28528+ }
28529+ ]
28530+ }
28531+ ]
28532+ },
2820328533 {
2820428534 "id": "google.cloud.datalabeling.v1beta1",
2820528535 "directory": "google/cloud/datalabeling/v1beta1",
0 commit comments