Skip to content

Commit 20e3512

Browse files
feat(servicenetworking): update the api
#### 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)
1 parent 84fdc98 commit 20e3512

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

docs/dyn/servicenetworking_v1.services.roles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3>Method Details</h3>
9595
&quot;policyBinding&quot;: [ # Required. List of policy bindings to add to shared VPC host project.
9696
{ # Grouping of IAM role and IAM member.
9797
&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:[email protected] - serviceAccount:[email protected]
98-
&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
98+
&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
9999
},
100100
],
101101
}

googleapiclient/discovery_cache/documents/servicenetworking.v1.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@
865865
}
866866
}
867867
},
868-
"revision": "20230625",
868+
"revision": "20230703",
869869
"rootUrl": "https://servicenetworking.googleapis.com/",
870870
"schemas": {
871871
"AddDnsRecordSetMetadata": {
@@ -1247,6 +1247,7 @@
12471247
"type": "string"
12481248
},
12491249
"minDeadline": {
1250+
"deprecated": true,
12501251
"description": "Deprecated, do not use.",
12511252
"format": "double",
12521253
"type": "number"
@@ -1438,6 +1439,7 @@
14381439
"type": "array"
14391440
},
14401441
"referenceDocsUri": {
1442+
"deprecated": true,
14411443
"description": "Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest",
14421444
"type": "string"
14431445
}
@@ -1899,6 +1901,7 @@
18991901
"id": "Endpoint",
19001902
"properties": {
19011903
"aliases": {
1904+
"deprecated": true,
19021905
"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.",
19031906
"items": {
19041907
"type": "string"
@@ -2636,6 +2639,7 @@
26362639
"type": "string"
26372640
},
26382641
"launchStage": {
2642+
"deprecated": true,
26392643
"description": "Deprecated. Must use the MetricDescriptor.launch_stage instead.",
26402644
"enum": [
26412645
"LAUNCH_STAGE_UNSPECIFIED",
@@ -2939,7 +2943,7 @@
29392943
"type": "string"
29402944
},
29412945
"role": {
2942-
"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",
2946+
"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",
29432947
"type": "string"
29442948
}
29452949
},

googleapiclient/discovery_cache/documents/servicenetworking.v1beta.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
}
308308
}
309309
},
310-
"revision": "20230625",
310+
"revision": "20230703",
311311
"rootUrl": "https://servicenetworking.googleapis.com/",
312312
"schemas": {
313313
"AddDnsRecordSetMetadata": {
@@ -586,6 +586,7 @@
586586
"type": "string"
587587
},
588588
"minDeadline": {
589+
"deprecated": true,
589590
"description": "Deprecated, do not use.",
590591
"format": "double",
591592
"type": "number"
@@ -771,6 +772,7 @@
771772
"type": "array"
772773
},
773774
"referenceDocsUri": {
775+
"deprecated": true,
774776
"description": "Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest",
775777
"type": "string"
776778
}
@@ -1181,6 +1183,7 @@
11811183
"id": "Endpoint",
11821184
"properties": {
11831185
"aliases": {
1186+
"deprecated": true,
11841187
"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.",
11851188
"items": {
11861189
"type": "string"
@@ -1886,6 +1889,7 @@
18861889
"type": "string"
18871890
},
18881891
"launchStage": {
1892+
"deprecated": true,
18891893
"description": "Deprecated. Must use the MetricDescriptor.launch_stage instead.",
18901894
"enum": [
18911895
"LAUNCH_STAGE_UNSPECIFIED",
@@ -2189,7 +2193,7 @@
21892193
"type": "string"
21902194
},
21912195
"role": {
2192-
"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",
2196+
"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",
21932197
"type": "string"
21942198
}
21952199
},

0 commit comments

Comments
 (0)