Skip to content

Commit 6084dc1

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 9d98ef4 commit 6084dc1

1 file changed

Lines changed: 377 additions & 0 deletions

File tree

api-index-v1.json

Lines changed: 377 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33692,6 +33692,383 @@
3369233692
],
3369333693
"configFile": "datalabeling_v1beta1.yaml"
3369433694
},
33695+
{
33696+
"id": "google.cloud.dataplex.v1",
33697+
"directory": "google/cloud/dataplex/v1",
33698+
"version": "v1",
33699+
"majorVersion": "v1",
33700+
"hostName": "dataplex.googleapis.com",
33701+
"title": "Cloud Dataplex API",
33702+
"description": "Dataplex API is used to manage the lifecycle of data lakes.",
33703+
"importDirectories": [
33704+
"google/api",
33705+
"google/cloud/dataplex/v1",
33706+
"google/longrunning",
33707+
"google/protobuf"
33708+
],
33709+
"options": {
33710+
"go_package": {
33711+
"valueCounts": {
33712+
"google.golang.org/genproto/googleapis/cloud/dataplex/v1;dataplex": 5
33713+
}
33714+
},
33715+
"java_multiple_files": {
33716+
"valueCounts": {
33717+
"true": 5
33718+
}
33719+
},
33720+
"java_package": {
33721+
"valueCounts": {
33722+
"com.google.cloud.dataplex.v1": 5
33723+
}
33724+
}
33725+
},
33726+
"services": [
33727+
{
33728+
"shortName": "DataplexService",
33729+
"fullName": "google.cloud.dataplex.v1.DataplexService",
33730+
"methods": [
33731+
{
33732+
"shortName": "CancelJob",
33733+
"fullName": "google.cloud.dataplex.v1.DataplexService.CancelJob",
33734+
"mode": "UNARY",
33735+
"bindings": [
33736+
{
33737+
"httpMethod": "POST",
33738+
"path": "/v1/{name=projects/*/locations/*/lakes/*/tasks/*/jobs/*}:cancel"
33739+
}
33740+
]
33741+
},
33742+
{
33743+
"shortName": "CreateAsset",
33744+
"fullName": "google.cloud.dataplex.v1.DataplexService.CreateAsset",
33745+
"mode": "UNARY",
33746+
"bindings": [
33747+
{
33748+
"httpMethod": "POST",
33749+
"path": "/v1/{parent=projects/*/locations/*/lakes/*/zones/*}/assets"
33750+
}
33751+
]
33752+
},
33753+
{
33754+
"shortName": "CreateLake",
33755+
"fullName": "google.cloud.dataplex.v1.DataplexService.CreateLake",
33756+
"mode": "UNARY",
33757+
"bindings": [
33758+
{
33759+
"httpMethod": "POST",
33760+
"path": "/v1/{parent=projects/*/locations/*}/lakes"
33761+
}
33762+
]
33763+
},
33764+
{
33765+
"shortName": "CreateTask",
33766+
"fullName": "google.cloud.dataplex.v1.DataplexService.CreateTask",
33767+
"mode": "UNARY",
33768+
"bindings": [
33769+
{
33770+
"httpMethod": "POST",
33771+
"path": "/v1/{parent=projects/*/locations/*/lakes/*}/tasks"
33772+
}
33773+
]
33774+
},
33775+
{
33776+
"shortName": "CreateZone",
33777+
"fullName": "google.cloud.dataplex.v1.DataplexService.CreateZone",
33778+
"mode": "UNARY",
33779+
"bindings": [
33780+
{
33781+
"httpMethod": "POST",
33782+
"path": "/v1/{parent=projects/*/locations/*/lakes/*}/zones"
33783+
}
33784+
]
33785+
},
33786+
{
33787+
"shortName": "DeleteAsset",
33788+
"fullName": "google.cloud.dataplex.v1.DataplexService.DeleteAsset",
33789+
"mode": "UNARY",
33790+
"bindings": [
33791+
{
33792+
"httpMethod": "DELETE",
33793+
"path": "/v1/{name=projects/*/locations/*/lakes/*/zones/*/assets/*}"
33794+
}
33795+
]
33796+
},
33797+
{
33798+
"shortName": "DeleteLake",
33799+
"fullName": "google.cloud.dataplex.v1.DataplexService.DeleteLake",
33800+
"mode": "UNARY",
33801+
"bindings": [
33802+
{
33803+
"httpMethod": "DELETE",
33804+
"path": "/v1/{name=projects/*/locations/*/lakes/*}"
33805+
}
33806+
]
33807+
},
33808+
{
33809+
"shortName": "DeleteTask",
33810+
"fullName": "google.cloud.dataplex.v1.DataplexService.DeleteTask",
33811+
"mode": "UNARY",
33812+
"bindings": [
33813+
{
33814+
"httpMethod": "DELETE",
33815+
"path": "/v1/{name=projects/*/locations/*/lakes/*/tasks/*}"
33816+
}
33817+
]
33818+
},
33819+
{
33820+
"shortName": "DeleteZone",
33821+
"fullName": "google.cloud.dataplex.v1.DataplexService.DeleteZone",
33822+
"mode": "UNARY",
33823+
"bindings": [
33824+
{
33825+
"httpMethod": "DELETE",
33826+
"path": "/v1/{name=projects/*/locations/*/lakes/*/zones/*}"
33827+
}
33828+
]
33829+
},
33830+
{
33831+
"shortName": "GetAsset",
33832+
"fullName": "google.cloud.dataplex.v1.DataplexService.GetAsset",
33833+
"mode": "UNARY",
33834+
"bindings": [
33835+
{
33836+
"httpMethod": "GET",
33837+
"path": "/v1/{name=projects/*/locations/*/lakes/*/zones/*/assets/*}"
33838+
}
33839+
]
33840+
},
33841+
{
33842+
"shortName": "GetJob",
33843+
"fullName": "google.cloud.dataplex.v1.DataplexService.GetJob",
33844+
"mode": "UNARY",
33845+
"bindings": [
33846+
{
33847+
"httpMethod": "GET",
33848+
"path": "/v1/{name=projects/*/locations/*/lakes/*/tasks/*/jobs/*}"
33849+
}
33850+
]
33851+
},
33852+
{
33853+
"shortName": "GetLake",
33854+
"fullName": "google.cloud.dataplex.v1.DataplexService.GetLake",
33855+
"mode": "UNARY",
33856+
"bindings": [
33857+
{
33858+
"httpMethod": "GET",
33859+
"path": "/v1/{name=projects/*/locations/*/lakes/*}"
33860+
}
33861+
]
33862+
},
33863+
{
33864+
"shortName": "GetTask",
33865+
"fullName": "google.cloud.dataplex.v1.DataplexService.GetTask",
33866+
"mode": "UNARY",
33867+
"bindings": [
33868+
{
33869+
"httpMethod": "GET",
33870+
"path": "/v1/{name=projects/*/locations/*/lakes/*/tasks/*}"
33871+
}
33872+
]
33873+
},
33874+
{
33875+
"shortName": "GetZone",
33876+
"fullName": "google.cloud.dataplex.v1.DataplexService.GetZone",
33877+
"mode": "UNARY",
33878+
"bindings": [
33879+
{
33880+
"httpMethod": "GET",
33881+
"path": "/v1/{name=projects/*/locations/*/lakes/*/zones/*}"
33882+
}
33883+
]
33884+
},
33885+
{
33886+
"shortName": "ListAssetActions",
33887+
"fullName": "google.cloud.dataplex.v1.DataplexService.ListAssetActions",
33888+
"mode": "UNARY",
33889+
"bindings": [
33890+
{
33891+
"httpMethod": "GET",
33892+
"path": "/v1/{parent=projects/*/locations/*/lakes/*/zones/*/assets/*}/actions"
33893+
}
33894+
]
33895+
},
33896+
{
33897+
"shortName": "ListAssets",
33898+
"fullName": "google.cloud.dataplex.v1.DataplexService.ListAssets",
33899+
"mode": "UNARY",
33900+
"bindings": [
33901+
{
33902+
"httpMethod": "GET",
33903+
"path": "/v1/{parent=projects/*/locations/*/lakes/*/zones/*}/assets"
33904+
}
33905+
]
33906+
},
33907+
{
33908+
"shortName": "ListJobs",
33909+
"fullName": "google.cloud.dataplex.v1.DataplexService.ListJobs",
33910+
"mode": "UNARY",
33911+
"bindings": [
33912+
{
33913+
"httpMethod": "GET",
33914+
"path": "/v1/{parent=projects/*/locations/*/lakes/*/tasks/*}/jobs"
33915+
}
33916+
]
33917+
},
33918+
{
33919+
"shortName": "ListLakeActions",
33920+
"fullName": "google.cloud.dataplex.v1.DataplexService.ListLakeActions",
33921+
"mode": "UNARY",
33922+
"bindings": [
33923+
{
33924+
"httpMethod": "GET",
33925+
"path": "/v1/{parent=projects/*/locations/*/lakes/*}/actions"
33926+
}
33927+
]
33928+
},
33929+
{
33930+
"shortName": "ListLakes",
33931+
"fullName": "google.cloud.dataplex.v1.DataplexService.ListLakes",
33932+
"mode": "UNARY",
33933+
"bindings": [
33934+
{
33935+
"httpMethod": "GET",
33936+
"path": "/v1/{parent=projects/*/locations/*}/lakes"
33937+
}
33938+
]
33939+
},
33940+
{
33941+
"shortName": "ListTasks",
33942+
"fullName": "google.cloud.dataplex.v1.DataplexService.ListTasks",
33943+
"mode": "UNARY",
33944+
"bindings": [
33945+
{
33946+
"httpMethod": "GET",
33947+
"path": "/v1/{parent=projects/*/locations/*/lakes/*}/tasks"
33948+
}
33949+
]
33950+
},
33951+
{
33952+
"shortName": "ListZoneActions",
33953+
"fullName": "google.cloud.dataplex.v1.DataplexService.ListZoneActions",
33954+
"mode": "UNARY",
33955+
"bindings": [
33956+
{
33957+
"httpMethod": "GET",
33958+
"path": "/v1/{parent=projects/*/locations/*/lakes/*/zones/*}/actions"
33959+
}
33960+
]
33961+
},
33962+
{
33963+
"shortName": "ListZones",
33964+
"fullName": "google.cloud.dataplex.v1.DataplexService.ListZones",
33965+
"mode": "UNARY",
33966+
"bindings": [
33967+
{
33968+
"httpMethod": "GET",
33969+
"path": "/v1/{parent=projects/*/locations/*/lakes/*}/zones"
33970+
}
33971+
]
33972+
},
33973+
{
33974+
"shortName": "UpdateAsset",
33975+
"fullName": "google.cloud.dataplex.v1.DataplexService.UpdateAsset",
33976+
"mode": "UNARY",
33977+
"bindings": [
33978+
{
33979+
"httpMethod": "PATCH",
33980+
"path": "/v1/{asset.name=projects/*/locations/*/lakes/*/zones/*/assets/*}"
33981+
}
33982+
]
33983+
},
33984+
{
33985+
"shortName": "UpdateLake",
33986+
"fullName": "google.cloud.dataplex.v1.DataplexService.UpdateLake",
33987+
"mode": "UNARY",
33988+
"bindings": [
33989+
{
33990+
"httpMethod": "PATCH",
33991+
"path": "/v1/{lake.name=projects/*/locations/*/lakes/*}"
33992+
}
33993+
]
33994+
},
33995+
{
33996+
"shortName": "UpdateTask",
33997+
"fullName": "google.cloud.dataplex.v1.DataplexService.UpdateTask",
33998+
"mode": "UNARY",
33999+
"bindings": [
34000+
{
34001+
"httpMethod": "PATCH",
34002+
"path": "/v1/{task.name=projects/*/locations/*/lakes/*/tasks/*}"
34003+
}
34004+
]
34005+
},
34006+
{
34007+
"shortName": "UpdateZone",
34008+
"fullName": "google.cloud.dataplex.v1.DataplexService.UpdateZone",
34009+
"mode": "UNARY",
34010+
"bindings": [
34011+
{
34012+
"httpMethod": "PATCH",
34013+
"path": "/v1/{zone.name=projects/*/locations/*/lakes/*/zones/*}"
34014+
}
34015+
]
34016+
}
34017+
]
34018+
},
34019+
{
34020+
"shortName": "MetadataService",
34021+
"fullName": "google.cloud.dataplex.v1.MetadataService",
34022+
"methods": [
34023+
{
34024+
"shortName": "GetEntity",
34025+
"fullName": "google.cloud.dataplex.v1.MetadataService.GetEntity",
34026+
"mode": "UNARY",
34027+
"bindings": [
34028+
{
34029+
"httpMethod": "GET",
34030+
"path": "/v1/{name=projects/*/locations/*/lakes/*/zones/*/entities/*}"
34031+
}
34032+
]
34033+
},
34034+
{
34035+
"shortName": "GetPartition",
34036+
"fullName": "google.cloud.dataplex.v1.MetadataService.GetPartition",
34037+
"mode": "UNARY",
34038+
"bindings": [
34039+
{
34040+
"httpMethod": "GET",
34041+
"path": "/v1/{name=projects/*/locations/*/lakes/*/zones/*/entities/*/partitions/**}"
34042+
}
34043+
]
34044+
},
34045+
{
34046+
"shortName": "ListEntities",
34047+
"fullName": "google.cloud.dataplex.v1.MetadataService.ListEntities",
34048+
"mode": "UNARY",
34049+
"bindings": [
34050+
{
34051+
"httpMethod": "GET",
34052+
"path": "/v1/{parent=projects/*/locations/*/lakes/*/zones/*}/entities"
34053+
}
34054+
]
34055+
},
34056+
{
34057+
"shortName": "ListPartitions",
34058+
"fullName": "google.cloud.dataplex.v1.MetadataService.ListPartitions",
34059+
"mode": "UNARY",
34060+
"bindings": [
34061+
{
34062+
"httpMethod": "GET",
34063+
"path": "/v1/{parent=projects/*/locations/*/lakes/*/zones/*/entities/*}/partitions"
34064+
}
34065+
]
34066+
}
34067+
]
34068+
}
34069+
],
34070+
"configFile": "dataplex_v1.yaml"
34071+
},
3369534072
{
3369634073
"id": "google.cloud.dataproc.v1",
3369734074
"directory": "google/cloud/dataproc/v1",

0 commit comments

Comments
 (0)