Skip to content

Commit 4753861

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 9af1b9b commit 4753861

1 file changed

Lines changed: 70 additions & 1 deletion

File tree

api-index-v1.json

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40047,6 +40047,7 @@
4004740047
"importDirectories": [
4004840048
"google/api",
4004940049
"google/cloud/dataplex/v1",
40050+
"google/iam/v1",
4005040051
"google/longrunning",
4005140052
"google/protobuf"
4005240053
],
@@ -40080,6 +40081,10 @@
4008040081
{
4008140082
"httpMethod": "POST",
4008240083
"path": "/v1/{parent=projects/*/locations/*/lakes/*}/contentitems"
40084+
},
40085+
{
40086+
"httpMethod": "POST",
40087+
"path": "/v1/{parent=projects/*/locations/*/lakes/*}/content"
4008340088
}
4008440089
]
4008540090
},
@@ -40091,6 +40096,10 @@
4009140096
{
4009240097
"httpMethod": "DELETE",
4009340098
"path": "/v1/{name=projects/*/locations/*/lakes/*/contentitems/**}"
40099+
},
40100+
{
40101+
"httpMethod": "DELETE",
40102+
"path": "/v1/{name=projects/*/locations/*/lakes/*/content/**}"
4009440103
}
4009540104
]
4009640105
},
@@ -40102,6 +40111,25 @@
4010240111
{
4010340112
"httpMethod": "GET",
4010440113
"path": "/v1/{name=projects/*/locations/*/lakes/*/contentitems/**}"
40114+
},
40115+
{
40116+
"httpMethod": "GET",
40117+
"path": "/v1/{name=projects/*/locations/*/lakes/*/content/**}"
40118+
}
40119+
]
40120+
},
40121+
{
40122+
"shortName": "GetIamPolicy",
40123+
"fullName": "google.cloud.dataplex.v1.ContentService.GetIamPolicy",
40124+
"mode": "UNARY",
40125+
"bindings": [
40126+
{
40127+
"httpMethod": "GET",
40128+
"path": "/v1/{resource=projects/*/locations/*/lakes/*/contentitems/**}:getIamPolicy"
40129+
},
40130+
{
40131+
"httpMethod": "GET",
40132+
"path": "/v1/{resource=projects/*/locations/*/lakes/*/content/**}:getIamPolicy"
4010540133
}
4010640134
]
4010740135
},
@@ -40113,6 +40141,40 @@
4011340141
{
4011440142
"httpMethod": "GET",
4011540143
"path": "/v1/{parent=projects/*/locations/*/lakes/*}/contentitems"
40144+
},
40145+
{
40146+
"httpMethod": "GET",
40147+
"path": "/v1/{parent=projects/*/locations/*/lakes/*}/content"
40148+
}
40149+
]
40150+
},
40151+
{
40152+
"shortName": "SetIamPolicy",
40153+
"fullName": "google.cloud.dataplex.v1.ContentService.SetIamPolicy",
40154+
"mode": "UNARY",
40155+
"bindings": [
40156+
{
40157+
"httpMethod": "POST",
40158+
"path": "/v1/{resource=projects/*/locations/*/lakes/*/contentitems/**}:setIamPolicy"
40159+
},
40160+
{
40161+
"httpMethod": "POST",
40162+
"path": "/v1/{resource=projects/*/locations/*/lakes/*/content/**}:setIamPolicy"
40163+
}
40164+
]
40165+
},
40166+
{
40167+
"shortName": "TestIamPermissions",
40168+
"fullName": "google.cloud.dataplex.v1.ContentService.TestIamPermissions",
40169+
"mode": "UNARY",
40170+
"bindings": [
40171+
{
40172+
"httpMethod": "POST",
40173+
"path": "/v1/{resource=projects/*/locations/*/lakes/*/contentitems/**}:testIamPermissions"
40174+
},
40175+
{
40176+
"httpMethod": "POST",
40177+
"path": "/v1/{resource=projects/*/locations/*/lakes/*/content/**}:testIamPermissions"
4011640178
}
4011740179
]
4011840180
},
@@ -40124,6 +40186,10 @@
4012440186
{
4012540187
"httpMethod": "PATCH",
4012640188
"path": "/v1/{content.name=projects/*/locations/*/lakes/*/contentitems/**}"
40189+
},
40190+
{
40191+
"httpMethod": "PATCH",
40192+
"path": "/v1/{content.name=projects/*/locations/*/lakes/*/content/**}"
4012740193
}
4012840194
]
4012940195
}
@@ -40597,7 +40663,10 @@
4059740663
"serviceConfigApiNames": [
4059840664
"google.cloud.dataplex.v1.ContentService",
4059940665
"google.cloud.dataplex.v1.DataplexService",
40600-
"google.cloud.dataplex.v1.MetadataService"
40666+
"google.cloud.dataplex.v1.MetadataService",
40667+
"google.cloud.location.Locations",
40668+
"google.iam.v1.IAMPolicy",
40669+
"google.longrunning.Operations"
4060140670
]
4060240671
},
4060340672
{

0 commit comments

Comments
 (0)