1type: google.api.Service 2config_version: 3 3name: confidentialcomputing.googleapis.com 4title: Confidential Computing API 5 6apis: 7- name: google.cloud.confidentialcomputing.v1alpha1.ConfidentialComputing 8- name: google.cloud.location.Locations 9 10documentation: 11 rules: 12 - selector: google.cloud.location.Locations.GetLocation 13 description: Gets information about a location. 14 15 - selector: google.cloud.location.Locations.ListLocations 16 description: Lists information about the supported locations for this service. 17 18backend: 19 rules: 20 - selector: google.cloud.confidentialcomputing.v1alpha1.ConfidentialComputing.CreateChallenge 21 deadline: 60.0 22 - selector: google.cloud.confidentialcomputing.v1alpha1.ConfidentialComputing.VerifyAttestation 23 deadline: 60.0 24 - selector: google.cloud.location.Locations.GetLocation 25 deadline: 60.0 26 - selector: google.cloud.location.Locations.ListLocations 27 deadline: 60.0 28 29http: 30 rules: 31 - selector: google.cloud.location.Locations.GetLocation 32 get: '/v1alpha1/{name=projects/*/locations/*}' 33 - selector: google.cloud.location.Locations.ListLocations 34 get: '/v1alpha1/{name=projects/*}/locations' 35 36authentication: 37 rules: 38 - selector: google.cloud.confidentialcomputing.v1alpha1.ConfidentialComputing.CreateChallenge 39 oauth: 40 canonical_scopes: |- 41 https://www.googleapis.com/auth/cloud-platform 42 - selector: google.cloud.confidentialcomputing.v1alpha1.ConfidentialComputing.VerifyAttestation 43 oauth: 44 canonical_scopes: |- 45 https://www.googleapis.com/auth/cloud-platform 46 - selector: google.cloud.location.Locations.GetLocation 47 oauth: 48 canonical_scopes: |- 49 https://www.googleapis.com/auth/cloud-platform 50 - selector: google.cloud.location.Locations.ListLocations 51 oauth: 52 canonical_scopes: |- 53 https://www.googleapis.com/auth/cloud-platform 54 55publishing: 56 new_issue_uri: https://issuetracker.google.com/issues/new?component=1166820 57 documentation_uri: https://cloud.google.com/confidential-computing 58 api_short_name: confidentialcomputing 59 github_label: 'api: confidentialcomputing' 60 doc_tag_prefix: confidentialcomputing 61 organization: CLOUD 62 library_settings: 63 - version: google.cloud.confidentialcomputing.v1 64 launch_stage: GA 65 java_settings: 66 common: 67 destinations: 68 - PACKAGE_MANAGER 69 cpp_settings: 70 common: 71 destinations: 72 - PACKAGE_MANAGER 73 php_settings: 74 common: 75 destinations: 76 - PACKAGE_MANAGER 77 python_settings: 78 common: 79 destinations: 80 - PACKAGE_MANAGER 81 node_settings: 82 common: 83 destinations: 84 - PACKAGE_MANAGER 85 dotnet_settings: 86 common: 87 destinations: 88 - PACKAGE_MANAGER 89 ruby_settings: 90 common: 91 destinations: 92 - PACKAGE_MANAGER 93 go_settings: 94 common: 95 destinations: 96 - PACKAGE_MANAGER 97