Skip to content

Commit d5cfc5c

Browse files
feat(servicenetworking): update the api
#### servicenetworking:v1 The following keys were added: - schemas.CommonLanguageSettings.properties.selectiveGapicGeneration.$ref (Total Keys: 1) - schemas.SelectiveGapicGeneration (Total Keys: 4) #### servicenetworking:v1beta The following keys were added: - schemas.CommonLanguageSettings.properties.selectiveGapicGeneration.$ref (Total Keys: 1) - schemas.SelectiveGapicGeneration (Total Keys: 4)
1 parent 665e8f4 commit d5cfc5c

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

googleapiclient/discovery_cache/documents/servicenetworking.v1.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@
10291029
}
10301030
}
10311031
},
1032-
"revision": "20240901",
1032+
"revision": "20240916",
10331033
"rootUrl": "https://servicenetworking.googleapis.com/",
10341034
"schemas": {
10351035
"AddDnsRecordSetMetadata": {
@@ -1614,6 +1614,10 @@
16141614
"deprecated": true,
16151615
"description": "Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest",
16161616
"type": "string"
1617+
},
1618+
"selectiveGapicGeneration": {
1619+
"$ref": "SelectiveGapicGeneration",
1620+
"description": "Configuration for which RPCs should be generated in the GAPIC client."
16171621
}
16181622
},
16191623
"type": "object"
@@ -3623,6 +3627,20 @@
36233627
},
36243628
"type": "object"
36253629
},
3630+
"SelectiveGapicGeneration": {
3631+
"description": "This message is used to configure the generation of a subset of the RPCs in a service for client libraries.",
3632+
"id": "SelectiveGapicGeneration",
3633+
"properties": {
3634+
"methods": {
3635+
"description": "An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.",
3636+
"items": {
3637+
"type": "string"
3638+
},
3639+
"type": "array"
3640+
}
3641+
},
3642+
"type": "object"
3643+
},
36263644
"Service": {
36273645
"description": "`Service` is the root object of Google API service configuration (service config). It describes the basic information about a logical service, such as the service name and the user-facing title, and delegates other aspects to sub-sections. Each sub-section is either a proto message or a repeated proto message that configures a specific aspect, such as auth. For more information, see each proto message definition. Example: type: google.api.Service name: calendar.googleapis.com title: Google Calendar API apis: - name: google.calendar.v3.Calendar visibility: rules: - selector: \"google.calendar.v3.*\" restriction: PREVIEW backend: rules: - selector: \"google.calendar.v3.*\" address: calendar.example.com authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: \"*\" requirements: provider_id: google_calendar_auth",
36283646
"id": "Service",

googleapiclient/discovery_cache/documents/servicenetworking.v1beta.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
}
308308
}
309309
},
310-
"revision": "20240901",
310+
"revision": "20240916",
311311
"rootUrl": "https://servicenetworking.googleapis.com/",
312312
"schemas": {
313313
"AddDnsRecordSetMetadata": {
@@ -775,6 +775,10 @@
775775
"deprecated": true,
776776
"description": "Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest",
777777
"type": "string"
778+
},
779+
"selectiveGapicGeneration": {
780+
"$ref": "SelectiveGapicGeneration",
781+
"description": "Configuration for which RPCs should be generated in the GAPIC client."
778782
}
779783
},
780784
"type": "object"
@@ -2552,6 +2556,20 @@
25522556
},
25532557
"type": "object"
25542558
},
2559+
"SelectiveGapicGeneration": {
2560+
"description": "This message is used to configure the generation of a subset of the RPCs in a service for client libraries.",
2561+
"id": "SelectiveGapicGeneration",
2562+
"properties": {
2563+
"methods": {
2564+
"description": "An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.",
2565+
"items": {
2566+
"type": "string"
2567+
},
2568+
"type": "array"
2569+
}
2570+
},
2571+
"type": "object"
2572+
},
25552573
"Service": {
25562574
"description": "`Service` is the root object of Google API service configuration (service config). It describes the basic information about a logical service, such as the service name and the user-facing title, and delegates other aspects to sub-sections. Each sub-section is either a proto message or a repeated proto message that configures a specific aspect, such as auth. For more information, see each proto message definition. Example: type: google.api.Service name: calendar.googleapis.com title: Google Calendar API apis: - name: google.calendar.v3.Calendar visibility: rules: - selector: \"google.calendar.v3.*\" restriction: PREVIEW backend: rules: - selector: \"google.calendar.v3.*\" address: calendar.example.com authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: \"*\" requirements: provider_id: google_calendar_auth",
25572575
"id": "Service",

0 commit comments

Comments
 (0)