Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Sep 16, 2021
1 parent 3d1ce71 commit cce61a9
Showing 1 changed file with 238 additions and 0 deletions.
238 changes: 238 additions & 0 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -21833,6 +21833,244 @@
}
]
},
{
"id": "google.cloud.deploy.v1",
"directory": "google/cloud/deploy/v1",
"version": "v1",
"majorVersion": "v1",
"hostName": "clouddeploy.googleapis.com",
"title": "Google Cloud Deploy API",
"description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>",
"importDirectories": [
"google/api",
"google/longrunning",
"google/protobuf",
"google/type"
],
"options": {
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/deploy/v1;deploy": 1
}
},
"java_multiple_files": {
"valueCounts": {
"true": 1
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.deploy.v1": 1
}
}
},
"services": [
{
"shortName": "CloudDeploy",
"fullName": "google.cloud.deploy.v1.CloudDeploy",
"methods": [
{
"shortName": "ApproveRollout",
"fullName": "google.cloud.deploy.v1.CloudDeploy.ApproveRollout",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/deliveryPipelines/*/releases/*/rollouts/*}:approve"
}
]
},
{
"shortName": "CreateDeliveryPipeline",
"fullName": "google.cloud.deploy.v1.CloudDeploy.CreateDeliveryPipeline",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/deliveryPipelines"
}
]
},
{
"shortName": "CreateRelease",
"fullName": "google.cloud.deploy.v1.CloudDeploy.CreateRelease",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/deliveryPipelines/*}/releases"
}
]
},
{
"shortName": "CreateRollout",
"fullName": "google.cloud.deploy.v1.CloudDeploy.CreateRollout",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/deliveryPipelines/*/releases/*}/rollouts"
}
]
},
{
"shortName": "CreateTarget",
"fullName": "google.cloud.deploy.v1.CloudDeploy.CreateTarget",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/targets"
}
]
},
{
"shortName": "DeleteDeliveryPipeline",
"fullName": "google.cloud.deploy.v1.CloudDeploy.DeleteDeliveryPipeline",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/deliveryPipelines/*}"
}
]
},
{
"shortName": "DeleteTarget",
"fullName": "google.cloud.deploy.v1.CloudDeploy.DeleteTarget",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/targets/*}"
}
]
},
{
"shortName": "GetConfig",
"fullName": "google.cloud.deploy.v1.CloudDeploy.GetConfig",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/config}"
}
]
},
{
"shortName": "GetDeliveryPipeline",
"fullName": "google.cloud.deploy.v1.CloudDeploy.GetDeliveryPipeline",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/deliveryPipelines/*}"
}
]
},
{
"shortName": "GetRelease",
"fullName": "google.cloud.deploy.v1.CloudDeploy.GetRelease",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/deliveryPipelines/*/releases/*}"
}
]
},
{
"shortName": "GetRollout",
"fullName": "google.cloud.deploy.v1.CloudDeploy.GetRollout",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/deliveryPipelines/*/releases/*/rollouts/*}"
}
]
},
{
"shortName": "GetTarget",
"fullName": "google.cloud.deploy.v1.CloudDeploy.GetTarget",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/targets/*}"
}
]
},
{
"shortName": "ListDeliveryPipelines",
"fullName": "google.cloud.deploy.v1.CloudDeploy.ListDeliveryPipelines",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/deliveryPipelines"
}
]
},
{
"shortName": "ListReleases",
"fullName": "google.cloud.deploy.v1.CloudDeploy.ListReleases",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/deliveryPipelines/*}/releases"
}
]
},
{
"shortName": "ListRollouts",
"fullName": "google.cloud.deploy.v1.CloudDeploy.ListRollouts",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/deliveryPipelines/*/releases/*}/rollouts"
}
]
},
{
"shortName": "ListTargets",
"fullName": "google.cloud.deploy.v1.CloudDeploy.ListTargets",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/targets"
}
]
},
{
"shortName": "UpdateDeliveryPipeline",
"fullName": "google.cloud.deploy.v1.CloudDeploy.UpdateDeliveryPipeline",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{delivery_pipeline.name=projects/*/locations/*/deliveryPipelines/*}"
}
]
},
{
"shortName": "UpdateTarget",
"fullName": "google.cloud.deploy.v1.CloudDeploy.UpdateTarget",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{target.name=projects/*/locations/*/targets/*}"
}
]
}
]
}
]
},
{
"id": "google.cloud.dialogflow.cx.v3",
"directory": "google/cloud/dialogflow/cx/v3",
Expand Down

0 comments on commit cce61a9

Please sign in to comment.