Skip to content

Commit cce61a9

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 3d1ce71 commit cce61a9

1 file changed

Lines changed: 238 additions & 0 deletions

File tree

api-index-v1.json

Lines changed: 238 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21833,6 +21833,244 @@
2183321833
}
2183421834
]
2183521835
},
21836+
{
21837+
"id": "google.cloud.deploy.v1",
21838+
"directory": "google/cloud/deploy/v1",
21839+
"version": "v1",
21840+
"majorVersion": "v1",
21841+
"hostName": "clouddeploy.googleapis.com",
21842+
"title": "Google Cloud Deploy API",
21843+
"description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>",
21844+
"importDirectories": [
21845+
"google/api",
21846+
"google/longrunning",
21847+
"google/protobuf",
21848+
"google/type"
21849+
],
21850+
"options": {
21851+
"go_package": {
21852+
"valueCounts": {
21853+
"google.golang.org/genproto/googleapis/cloud/deploy/v1;deploy": 1
21854+
}
21855+
},
21856+
"java_multiple_files": {
21857+
"valueCounts": {
21858+
"true": 1
21859+
}
21860+
},
21861+
"java_package": {
21862+
"valueCounts": {
21863+
"com.google.cloud.deploy.v1": 1
21864+
}
21865+
}
21866+
},
21867+
"services": [
21868+
{
21869+
"shortName": "CloudDeploy",
21870+
"fullName": "google.cloud.deploy.v1.CloudDeploy",
21871+
"methods": [
21872+
{
21873+
"shortName": "ApproveRollout",
21874+
"fullName": "google.cloud.deploy.v1.CloudDeploy.ApproveRollout",
21875+
"mode": "UNARY",
21876+
"bindings": [
21877+
{
21878+
"httpMethod": "POST",
21879+
"path": "/v1/{name=projects/*/locations/*/deliveryPipelines/*/releases/*/rollouts/*}:approve"
21880+
}
21881+
]
21882+
},
21883+
{
21884+
"shortName": "CreateDeliveryPipeline",
21885+
"fullName": "google.cloud.deploy.v1.CloudDeploy.CreateDeliveryPipeline",
21886+
"mode": "UNARY",
21887+
"bindings": [
21888+
{
21889+
"httpMethod": "POST",
21890+
"path": "/v1/{parent=projects/*/locations/*}/deliveryPipelines"
21891+
}
21892+
]
21893+
},
21894+
{
21895+
"shortName": "CreateRelease",
21896+
"fullName": "google.cloud.deploy.v1.CloudDeploy.CreateRelease",
21897+
"mode": "UNARY",
21898+
"bindings": [
21899+
{
21900+
"httpMethod": "POST",
21901+
"path": "/v1/{parent=projects/*/locations/*/deliveryPipelines/*}/releases"
21902+
}
21903+
]
21904+
},
21905+
{
21906+
"shortName": "CreateRollout",
21907+
"fullName": "google.cloud.deploy.v1.CloudDeploy.CreateRollout",
21908+
"mode": "UNARY",
21909+
"bindings": [
21910+
{
21911+
"httpMethod": "POST",
21912+
"path": "/v1/{parent=projects/*/locations/*/deliveryPipelines/*/releases/*}/rollouts"
21913+
}
21914+
]
21915+
},
21916+
{
21917+
"shortName": "CreateTarget",
21918+
"fullName": "google.cloud.deploy.v1.CloudDeploy.CreateTarget",
21919+
"mode": "UNARY",
21920+
"bindings": [
21921+
{
21922+
"httpMethod": "POST",
21923+
"path": "/v1/{parent=projects/*/locations/*}/targets"
21924+
}
21925+
]
21926+
},
21927+
{
21928+
"shortName": "DeleteDeliveryPipeline",
21929+
"fullName": "google.cloud.deploy.v1.CloudDeploy.DeleteDeliveryPipeline",
21930+
"mode": "UNARY",
21931+
"bindings": [
21932+
{
21933+
"httpMethod": "DELETE",
21934+
"path": "/v1/{name=projects/*/locations/*/deliveryPipelines/*}"
21935+
}
21936+
]
21937+
},
21938+
{
21939+
"shortName": "DeleteTarget",
21940+
"fullName": "google.cloud.deploy.v1.CloudDeploy.DeleteTarget",
21941+
"mode": "UNARY",
21942+
"bindings": [
21943+
{
21944+
"httpMethod": "DELETE",
21945+
"path": "/v1/{name=projects/*/locations/*/targets/*}"
21946+
}
21947+
]
21948+
},
21949+
{
21950+
"shortName": "GetConfig",
21951+
"fullName": "google.cloud.deploy.v1.CloudDeploy.GetConfig",
21952+
"mode": "UNARY",
21953+
"bindings": [
21954+
{
21955+
"httpMethod": "GET",
21956+
"path": "/v1/{name=projects/*/locations/*/config}"
21957+
}
21958+
]
21959+
},
21960+
{
21961+
"shortName": "GetDeliveryPipeline",
21962+
"fullName": "google.cloud.deploy.v1.CloudDeploy.GetDeliveryPipeline",
21963+
"mode": "UNARY",
21964+
"bindings": [
21965+
{
21966+
"httpMethod": "GET",
21967+
"path": "/v1/{name=projects/*/locations/*/deliveryPipelines/*}"
21968+
}
21969+
]
21970+
},
21971+
{
21972+
"shortName": "GetRelease",
21973+
"fullName": "google.cloud.deploy.v1.CloudDeploy.GetRelease",
21974+
"mode": "UNARY",
21975+
"bindings": [
21976+
{
21977+
"httpMethod": "GET",
21978+
"path": "/v1/{name=projects/*/locations/*/deliveryPipelines/*/releases/*}"
21979+
}
21980+
]
21981+
},
21982+
{
21983+
"shortName": "GetRollout",
21984+
"fullName": "google.cloud.deploy.v1.CloudDeploy.GetRollout",
21985+
"mode": "UNARY",
21986+
"bindings": [
21987+
{
21988+
"httpMethod": "GET",
21989+
"path": "/v1/{name=projects/*/locations/*/deliveryPipelines/*/releases/*/rollouts/*}"
21990+
}
21991+
]
21992+
},
21993+
{
21994+
"shortName": "GetTarget",
21995+
"fullName": "google.cloud.deploy.v1.CloudDeploy.GetTarget",
21996+
"mode": "UNARY",
21997+
"bindings": [
21998+
{
21999+
"httpMethod": "GET",
22000+
"path": "/v1/{name=projects/*/locations/*/targets/*}"
22001+
}
22002+
]
22003+
},
22004+
{
22005+
"shortName": "ListDeliveryPipelines",
22006+
"fullName": "google.cloud.deploy.v1.CloudDeploy.ListDeliveryPipelines",
22007+
"mode": "UNARY",
22008+
"bindings": [
22009+
{
22010+
"httpMethod": "GET",
22011+
"path": "/v1/{parent=projects/*/locations/*}/deliveryPipelines"
22012+
}
22013+
]
22014+
},
22015+
{
22016+
"shortName": "ListReleases",
22017+
"fullName": "google.cloud.deploy.v1.CloudDeploy.ListReleases",
22018+
"mode": "UNARY",
22019+
"bindings": [
22020+
{
22021+
"httpMethod": "GET",
22022+
"path": "/v1/{parent=projects/*/locations/*/deliveryPipelines/*}/releases"
22023+
}
22024+
]
22025+
},
22026+
{
22027+
"shortName": "ListRollouts",
22028+
"fullName": "google.cloud.deploy.v1.CloudDeploy.ListRollouts",
22029+
"mode": "UNARY",
22030+
"bindings": [
22031+
{
22032+
"httpMethod": "GET",
22033+
"path": "/v1/{parent=projects/*/locations/*/deliveryPipelines/*/releases/*}/rollouts"
22034+
}
22035+
]
22036+
},
22037+
{
22038+
"shortName": "ListTargets",
22039+
"fullName": "google.cloud.deploy.v1.CloudDeploy.ListTargets",
22040+
"mode": "UNARY",
22041+
"bindings": [
22042+
{
22043+
"httpMethod": "GET",
22044+
"path": "/v1/{parent=projects/*/locations/*}/targets"
22045+
}
22046+
]
22047+
},
22048+
{
22049+
"shortName": "UpdateDeliveryPipeline",
22050+
"fullName": "google.cloud.deploy.v1.CloudDeploy.UpdateDeliveryPipeline",
22051+
"mode": "UNARY",
22052+
"bindings": [
22053+
{
22054+
"httpMethod": "PATCH",
22055+
"path": "/v1/{delivery_pipeline.name=projects/*/locations/*/deliveryPipelines/*}"
22056+
}
22057+
]
22058+
},
22059+
{
22060+
"shortName": "UpdateTarget",
22061+
"fullName": "google.cloud.deploy.v1.CloudDeploy.UpdateTarget",
22062+
"mode": "UNARY",
22063+
"bindings": [
22064+
{
22065+
"httpMethod": "PATCH",
22066+
"path": "/v1/{target.name=projects/*/locations/*/targets/*}"
22067+
}
22068+
]
22069+
}
22070+
]
22071+
}
22072+
]
22073+
},
2183622074
{
2183722075
"id": "google.cloud.dialogflow.cx.v3",
2183822076
"directory": "google/cloud/dialogflow/cx/v3",

0 commit comments

Comments
 (0)