Skip to content

Commit 48b6d01

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent d5d129f commit 48b6d01

1 file changed

Lines changed: 275 additions & 0 deletions

File tree

api-index-v1.json

Lines changed: 275 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23526,6 +23526,281 @@
2352623526
],
2352723527
"configFile": "binaryauthorization_v1beta1.yaml"
2352823528
},
23529+
{
23530+
"id": "google.cloud.certificatemanager.v1",
23531+
"directory": "google/cloud/certificatemanager/v1",
23532+
"version": "v1",
23533+
"majorVersion": "v1",
23534+
"hostName": "certificatemanager.googleapis.com",
23535+
"title": "Certificate Manager API",
23536+
"description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>",
23537+
"importDirectories": [
23538+
"google/api",
23539+
"google/longrunning",
23540+
"google/protobuf"
23541+
],
23542+
"options": {
23543+
"csharp_namespace": {
23544+
"valueCounts": {
23545+
"Google.Cloud.CertificateManager.V1": 1
23546+
}
23547+
},
23548+
"go_package": {
23549+
"valueCounts": {
23550+
"google.golang.org/genproto/googleapis/cloud/certificatemanager/v1;certificatemanager": 1
23551+
}
23552+
},
23553+
"java_multiple_files": {
23554+
"valueCounts": {
23555+
"true": 1
23556+
}
23557+
},
23558+
"java_package": {
23559+
"valueCounts": {
23560+
"com.google.cloud.certificatemanager.v1": 1
23561+
}
23562+
},
23563+
"php_namespace": {
23564+
"valueCounts": {
23565+
"Google\\Cloud\\CertificateManager\\V1": 1
23566+
}
23567+
},
23568+
"ruby_package": {
23569+
"valueCounts": {
23570+
"Google::Cloud::CertificateManager::V1": 1
23571+
}
23572+
}
23573+
},
23574+
"services": [
23575+
{
23576+
"shortName": "CertificateManager",
23577+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager",
23578+
"methods": [
23579+
{
23580+
"shortName": "CreateCertificate",
23581+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.CreateCertificate",
23582+
"mode": "UNARY",
23583+
"bindings": [
23584+
{
23585+
"httpMethod": "POST",
23586+
"path": "/v1/{parent=projects/*/locations/*}/certificates"
23587+
}
23588+
]
23589+
},
23590+
{
23591+
"shortName": "CreateCertificateMap",
23592+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.CreateCertificateMap",
23593+
"mode": "UNARY",
23594+
"bindings": [
23595+
{
23596+
"httpMethod": "POST",
23597+
"path": "/v1/{parent=projects/*/locations/*}/certificateMaps"
23598+
}
23599+
]
23600+
},
23601+
{
23602+
"shortName": "CreateCertificateMapEntry",
23603+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.CreateCertificateMapEntry",
23604+
"mode": "UNARY",
23605+
"bindings": [
23606+
{
23607+
"httpMethod": "POST",
23608+
"path": "/v1/{parent=projects/*/locations/*/certificateMaps/*}/certificateMapEntries"
23609+
}
23610+
]
23611+
},
23612+
{
23613+
"shortName": "CreateDnsAuthorization",
23614+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.CreateDnsAuthorization",
23615+
"mode": "UNARY",
23616+
"bindings": [
23617+
{
23618+
"httpMethod": "POST",
23619+
"path": "/v1/{parent=projects/*/locations/*}/dnsAuthorizations"
23620+
}
23621+
]
23622+
},
23623+
{
23624+
"shortName": "DeleteCertificate",
23625+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.DeleteCertificate",
23626+
"mode": "UNARY",
23627+
"bindings": [
23628+
{
23629+
"httpMethod": "DELETE",
23630+
"path": "/v1/{name=projects/*/locations/*/certificates/*}"
23631+
}
23632+
]
23633+
},
23634+
{
23635+
"shortName": "DeleteCertificateMap",
23636+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.DeleteCertificateMap",
23637+
"mode": "UNARY",
23638+
"bindings": [
23639+
{
23640+
"httpMethod": "DELETE",
23641+
"path": "/v1/{name=projects/*/locations/*/certificateMaps/*}"
23642+
}
23643+
]
23644+
},
23645+
{
23646+
"shortName": "DeleteCertificateMapEntry",
23647+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.DeleteCertificateMapEntry",
23648+
"mode": "UNARY",
23649+
"bindings": [
23650+
{
23651+
"httpMethod": "DELETE",
23652+
"path": "/v1/{name=projects/*/locations/*/certificateMaps/*/certificateMapEntries/*}"
23653+
}
23654+
]
23655+
},
23656+
{
23657+
"shortName": "DeleteDnsAuthorization",
23658+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.DeleteDnsAuthorization",
23659+
"mode": "UNARY",
23660+
"bindings": [
23661+
{
23662+
"httpMethod": "DELETE",
23663+
"path": "/v1/{name=projects/*/locations/*/dnsAuthorizations/*}"
23664+
}
23665+
]
23666+
},
23667+
{
23668+
"shortName": "GetCertificate",
23669+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.GetCertificate",
23670+
"mode": "UNARY",
23671+
"bindings": [
23672+
{
23673+
"httpMethod": "GET",
23674+
"path": "/v1/{name=projects/*/locations/*/certificates/*}"
23675+
}
23676+
]
23677+
},
23678+
{
23679+
"shortName": "GetCertificateMap",
23680+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.GetCertificateMap",
23681+
"mode": "UNARY",
23682+
"bindings": [
23683+
{
23684+
"httpMethod": "GET",
23685+
"path": "/v1/{name=projects/*/locations/*/certificateMaps/*}"
23686+
}
23687+
]
23688+
},
23689+
{
23690+
"shortName": "GetCertificateMapEntry",
23691+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.GetCertificateMapEntry",
23692+
"mode": "UNARY",
23693+
"bindings": [
23694+
{
23695+
"httpMethod": "GET",
23696+
"path": "/v1/{name=projects/*/locations/*/certificateMaps/*/certificateMapEntries/*}"
23697+
}
23698+
]
23699+
},
23700+
{
23701+
"shortName": "GetDnsAuthorization",
23702+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.GetDnsAuthorization",
23703+
"mode": "UNARY",
23704+
"bindings": [
23705+
{
23706+
"httpMethod": "GET",
23707+
"path": "/v1/{name=projects/*/locations/*/dnsAuthorizations/*}"
23708+
}
23709+
]
23710+
},
23711+
{
23712+
"shortName": "ListCertificateMapEntries",
23713+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.ListCertificateMapEntries",
23714+
"mode": "UNARY",
23715+
"bindings": [
23716+
{
23717+
"httpMethod": "GET",
23718+
"path": "/v1/{parent=projects/*/locations/*/certificateMaps/*}/certificateMapEntries"
23719+
}
23720+
]
23721+
},
23722+
{
23723+
"shortName": "ListCertificateMaps",
23724+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.ListCertificateMaps",
23725+
"mode": "UNARY",
23726+
"bindings": [
23727+
{
23728+
"httpMethod": "GET",
23729+
"path": "/v1/{parent=projects/*/locations/*}/certificateMaps"
23730+
}
23731+
]
23732+
},
23733+
{
23734+
"shortName": "ListCertificates",
23735+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.ListCertificates",
23736+
"mode": "UNARY",
23737+
"bindings": [
23738+
{
23739+
"httpMethod": "GET",
23740+
"path": "/v1/{parent=projects/*/locations/*}/certificates"
23741+
}
23742+
]
23743+
},
23744+
{
23745+
"shortName": "ListDnsAuthorizations",
23746+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.ListDnsAuthorizations",
23747+
"mode": "UNARY",
23748+
"bindings": [
23749+
{
23750+
"httpMethod": "GET",
23751+
"path": "/v1/{parent=projects/*/locations/*}/dnsAuthorizations"
23752+
}
23753+
]
23754+
},
23755+
{
23756+
"shortName": "UpdateCertificate",
23757+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.UpdateCertificate",
23758+
"mode": "UNARY",
23759+
"bindings": [
23760+
{
23761+
"httpMethod": "PATCH",
23762+
"path": "/v1/{certificate.name=projects/*/locations/*/certificates/*}"
23763+
}
23764+
]
23765+
},
23766+
{
23767+
"shortName": "UpdateCertificateMap",
23768+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.UpdateCertificateMap",
23769+
"mode": "UNARY",
23770+
"bindings": [
23771+
{
23772+
"httpMethod": "PATCH",
23773+
"path": "/v1/{certificate_map.name=projects/*/locations/*/certificateMaps/*}"
23774+
}
23775+
]
23776+
},
23777+
{
23778+
"shortName": "UpdateCertificateMapEntry",
23779+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.UpdateCertificateMapEntry",
23780+
"mode": "UNARY",
23781+
"bindings": [
23782+
{
23783+
"httpMethod": "PATCH",
23784+
"path": "/v1/{certificate_map_entry.name=projects/*/locations/*/certificateMaps/*/certificateMapEntries/*}"
23785+
}
23786+
]
23787+
},
23788+
{
23789+
"shortName": "UpdateDnsAuthorization",
23790+
"fullName": "google.cloud.certificatemanager.v1.CertificateManager.UpdateDnsAuthorization",
23791+
"mode": "UNARY",
23792+
"bindings": [
23793+
{
23794+
"httpMethod": "PATCH",
23795+
"path": "/v1/{dns_authorization.name=projects/*/locations/*/dnsAuthorizations/*}"
23796+
}
23797+
]
23798+
}
23799+
]
23800+
}
23801+
],
23802+
"configFile": "certificatemanager_v1.yaml"
23803+
},
2352923804
{
2353023805
"id": "google.cloud.channel.v1",
2353123806
"directory": "google/cloud/channel/v1",

0 commit comments

Comments
 (0)