Skip to content

Commit

Permalink
feat(servicenetworking): update the api
Browse files Browse the repository at this point in the history
#### servicenetworking:v1

The following keys were added:
- schemas.BackendRule.properties.minDeadline.deprecated (Total Keys: 1)
- schemas.CommonLanguageSettings.properties.referenceDocsUri.deprecated (Total Keys: 1)
- schemas.Endpoint.properties.aliases.deprecated (Total Keys: 1)
- schemas.MetricDescriptorMetadata.properties.launchStage.deprecated (Total Keys: 1)

#### servicenetworking:v1beta

The following keys were added:
- schemas.BackendRule.properties.minDeadline.deprecated (Total Keys: 1)
- schemas.CommonLanguageSettings.properties.referenceDocsUri.deprecated (Total Keys: 1)
- schemas.Endpoint.properties.aliases.deprecated (Total Keys: 1)
- schemas.MetricDescriptorMetadata.properties.launchStage.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 5, 2023
1 parent 84fdc98 commit 20e3512
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/dyn/servicenetworking_v1.services.roles.html
Expand Up @@ -95,7 +95,7 @@ <h3>Method Details</h3>
&quot;policyBinding&quot;: [ # Required. List of policy bindings to add to shared VPC host project.
{ # Grouping of IAM role and IAM member.
&quot;member&quot;: &quot;A String&quot;, # Required. Member to bind the role with. See /iam/docs/reference/rest/v1/Policy#Binding for how to format each member. Eg. - user:myuser@mydomain.com - serviceAccount:my-service-account@app.gserviceaccount.com
&quot;role&quot;: &quot;A String&quot;, # Required. Role to apply. Only allowlisted roles can be used at the specified granularity. The role must be one of the following: - &#x27;roles/container.hostServiceAgentUser&#x27; applied on the shared VPC host project - &#x27;roles/compute.securityAdmin&#x27; applied on the shared VPC host project
&quot;role&quot;: &quot;A String&quot;, # Required. Role to apply. Only allowlisted roles can be used at the specified granularity. The role must be one of the following: - &#x27;roles/container.hostServiceAgentUser&#x27; applied on the shared VPC host project - &#x27;roles/compute.securityAdmin&#x27; applied on the shared VPC host project - &#x27;roles/compute.networkAdmin&#x27; applied on the shared VPC host project - &#x27;roles/compute.xpnAdmin&#x27; applied on the shared VPC host project - &#x27;roles/dns.admin&#x27; applied on the shared VPC host project
},
],
}
Expand Down
Expand Up @@ -865,7 +865,7 @@
}
}
},
"revision": "20230625",
"revision": "20230703",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddDnsRecordSetMetadata": {
Expand Down Expand Up @@ -1247,6 +1247,7 @@
"type": "string"
},
"minDeadline": {
"deprecated": true,
"description": "Deprecated, do not use.",
"format": "double",
"type": "number"
Expand Down Expand Up @@ -1438,6 +1439,7 @@
"type": "array"
},
"referenceDocsUri": {
"deprecated": true,
"description": "Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest",
"type": "string"
}
Expand Down Expand Up @@ -1899,6 +1901,7 @@
"id": "Endpoint",
"properties": {
"aliases": {
"deprecated": true,
"description": "Unimplemented. Dot not use. DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple google.api.Endpoint for each of the intended aliases. Additional names that this endpoint will be hosted on.",
"items": {
"type": "string"
Expand Down Expand Up @@ -2636,6 +2639,7 @@
"type": "string"
},
"launchStage": {
"deprecated": true,
"description": "Deprecated. Must use the MetricDescriptor.launch_stage instead.",
"enum": [
"LAUNCH_STAGE_UNSPECIFIED",
Expand Down Expand Up @@ -2939,7 +2943,7 @@
"type": "string"
},
"role": {
"description": "Required. Role to apply. Only allowlisted roles can be used at the specified granularity. The role must be one of the following: - 'roles/container.hostServiceAgentUser' applied on the shared VPC host project - 'roles/compute.securityAdmin' applied on the shared VPC host project",
"description": "Required. Role to apply. Only allowlisted roles can be used at the specified granularity. The role must be one of the following: - 'roles/container.hostServiceAgentUser' applied on the shared VPC host project - 'roles/compute.securityAdmin' applied on the shared VPC host project - 'roles/compute.networkAdmin' applied on the shared VPC host project - 'roles/compute.xpnAdmin' applied on the shared VPC host project - 'roles/dns.admin' applied on the shared VPC host project",
"type": "string"
}
},
Expand Down
Expand Up @@ -307,7 +307,7 @@
}
}
},
"revision": "20230625",
"revision": "20230703",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddDnsRecordSetMetadata": {
Expand Down Expand Up @@ -586,6 +586,7 @@
"type": "string"
},
"minDeadline": {
"deprecated": true,
"description": "Deprecated, do not use.",
"format": "double",
"type": "number"
Expand Down Expand Up @@ -771,6 +772,7 @@
"type": "array"
},
"referenceDocsUri": {
"deprecated": true,
"description": "Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest",
"type": "string"
}
Expand Down Expand Up @@ -1181,6 +1183,7 @@
"id": "Endpoint",
"properties": {
"aliases": {
"deprecated": true,
"description": "Unimplemented. Dot not use. DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple google.api.Endpoint for each of the intended aliases. Additional names that this endpoint will be hosted on.",
"items": {
"type": "string"
Expand Down Expand Up @@ -1886,6 +1889,7 @@
"type": "string"
},
"launchStage": {
"deprecated": true,
"description": "Deprecated. Must use the MetricDescriptor.launch_stage instead.",
"enum": [
"LAUNCH_STAGE_UNSPECIFIED",
Expand Down Expand Up @@ -2189,7 +2193,7 @@
"type": "string"
},
"role": {
"description": "Required. Role to apply. Only allowlisted roles can be used at the specified granularity. The role must be one of the following: - 'roles/container.hostServiceAgentUser' applied on the shared VPC host project - 'roles/compute.securityAdmin' applied on the shared VPC host project",
"description": "Required. Role to apply. Only allowlisted roles can be used at the specified granularity. The role must be one of the following: - 'roles/container.hostServiceAgentUser' applied on the shared VPC host project - 'roles/compute.securityAdmin' applied on the shared VPC host project - 'roles/compute.networkAdmin' applied on the shared VPC host project - 'roles/compute.xpnAdmin' applied on the shared VPC host project - 'roles/dns.admin' applied on the shared VPC host project",
"type": "string"
}
},
Expand Down

0 comments on commit 20e3512

Please sign in to comment.