Skip to content

Commit 55a2fdd

Browse files
feat(file): update the api
#### file:v1 The following keys were added: - schemas.GoogleCloudSaasacceleratorManagementProvidersV1Instance.properties.instanceType.type (Total Keys: 1) - schemas.GoogleCloudSaasacceleratorManagementProvidersV1Instance.properties.notificationParameters (Total Keys: 2) #### file:v1beta1 The following keys were added: - schemas.GoogleCloudSaasacceleratorManagementProvidersV1Instance.properties.instanceType.type (Total Keys: 1) - schemas.GoogleCloudSaasacceleratorManagementProvidersV1Instance.properties.notificationParameters (Total Keys: 2) - schemas.Instance.properties.maxShareCount (Total Keys: 3)
1 parent 556c091 commit 55a2fdd

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
lines changed

docs/dyn/file_v1beta1.projects.locations.instances.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ <h3>Method Details</h3>
147147
&quot;labels&quot;: { # Resource labels to represent user provided metadata.
148148
&quot;a_key&quot;: &quot;A String&quot;,
149149
},
150+
&quot;maxShareCount&quot;: &quot;A String&quot;, # Output only. The max number of shares allowed.
150151
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
151152
&quot;networks&quot;: [ # VPC networks to which the instance is connected. For this version, only a single network is supported.
152153
{ # Network configuration for the instance.
@@ -276,6 +277,7 @@ <h3>Method Details</h3>
276277
&quot;labels&quot;: { # Resource labels to represent user provided metadata.
277278
&quot;a_key&quot;: &quot;A String&quot;,
278279
},
280+
&quot;maxShareCount&quot;: &quot;A String&quot;, # Output only. The max number of shares allowed.
279281
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
280282
&quot;networks&quot;: [ # VPC networks to which the instance is connected. For this version, only a single network is supported.
281283
{ # Network configuration for the instance.
@@ -346,6 +348,7 @@ <h3>Method Details</h3>
346348
&quot;labels&quot;: { # Resource labels to represent user provided metadata.
347349
&quot;a_key&quot;: &quot;A String&quot;,
348350
},
351+
&quot;maxShareCount&quot;: &quot;A String&quot;, # Output only. The max number of shares allowed.
349352
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
350353
&quot;networks&quot;: [ # VPC networks to which the instance is connected. For this version, only a single network is supported.
351354
{ # Network configuration for the instance.
@@ -425,6 +428,7 @@ <h3>Method Details</h3>
425428
&quot;labels&quot;: { # Resource labels to represent user provided metadata.
426429
&quot;a_key&quot;: &quot;A String&quot;,
427430
},
431+
&quot;maxShareCount&quot;: &quot;A String&quot;, # Output only. The max number of shares allowed.
428432
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
429433
&quot;networks&quot;: [ # VPC networks to which the instance is connected. For this version, only a single network is supported.
430434
{ # Network configuration for the instance.

googleapiclient/discovery_cache/documents/file.v1.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@
846846
}
847847
}
848848
},
849-
"revision": "20220105",
849+
"revision": "20220214",
850850
"rootUrl": "https://file.googleapis.com/",
851851
"schemas": {
852852
"Backup": {
@@ -974,7 +974,7 @@
974974
"type": "object"
975975
},
976976
"Date": {
977-
"description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`.",
977+
"description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day, with a zero year (e.g., an anniversary) * A year on its own, with a zero month and a zero day * A year and month, with a zero day (e.g., a credit card expiration date) Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp",
978978
"id": "Date",
979979
"properties": {
980980
"day": {
@@ -1060,6 +1060,10 @@
10601060
"readOnly": true,
10611061
"type": "string"
10621062
},
1063+
"instanceType": {
1064+
"description": "Optional. The instance_type of this instance of format: projects/{project_id}/locations/{location_id}/instanceTypes/{instance_type_id}. Instance Type represents a high-level tier or SKU of the service that this instance belong to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along with 'software_versions' to determine whether instance needs an update or not.",
1065+
"type": "string"
1066+
},
10631067
"labels": {
10641068
"additionalProperties": {
10651069
"type": "string"
@@ -1089,6 +1093,13 @@
10891093
"description": "Unique name of the resource. It uses the form: `projects/{project_id|project_number}/locations/{location_id}/instances/{instance_id}` Note: Either project_id or project_number can be used, but keep it consistent with other APIs (e.g. RescheduleUpdate)",
10901094
"type": "string"
10911095
},
1096+
"notificationParameters": {
1097+
"additionalProperties": {
1098+
"type": "string"
1099+
},
1100+
"description": "Optional. notification_parameters are information that service producers may like to include that is not relevant to Rollout. This parameter will only be passed to Gamma and Cloud Logging for notification/logging purpose.",
1101+
"type": "object"
1102+
},
10921103
"producerMetadata": {
10931104
"additionalProperties": {
10941105
"type": "string"

googleapiclient/discovery_cache/documents/file.v1beta1.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@
874874
}
875875
}
876876
},
877-
"revision": "20220105",
877+
"revision": "20220214",
878878
"rootUrl": "https://file.googleapis.com/",
879879
"schemas": {
880880
"Backup": {
@@ -1002,7 +1002,7 @@
10021002
"type": "object"
10031003
},
10041004
"Date": {
1005-
"description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`.",
1005+
"description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day, with a zero year (e.g., an anniversary) * A year on its own, with a zero month and a zero day * A year and month, with a zero day (e.g., a credit card expiration date) Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp",
10061006
"id": "Date",
10071007
"properties": {
10081008
"day": {
@@ -1088,6 +1088,10 @@
10881088
"readOnly": true,
10891089
"type": "string"
10901090
},
1091+
"instanceType": {
1092+
"description": "Optional. The instance_type of this instance of format: projects/{project_id}/locations/{location_id}/instanceTypes/{instance_type_id}. Instance Type represents a high-level tier or SKU of the service that this instance belong to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along with 'software_versions' to determine whether instance needs an update or not.",
1093+
"type": "string"
1094+
},
10911095
"labels": {
10921096
"additionalProperties": {
10931097
"type": "string"
@@ -1117,6 +1121,13 @@
11171121
"description": "Unique name of the resource. It uses the form: `projects/{project_id|project_number}/locations/{location_id}/instances/{instance_id}` Note: Either project_id or project_number can be used, but keep it consistent with other APIs (e.g. RescheduleUpdate)",
11181122
"type": "string"
11191123
},
1124+
"notificationParameters": {
1125+
"additionalProperties": {
1126+
"type": "string"
1127+
},
1128+
"description": "Optional. notification_parameters are information that service producers may like to include that is not relevant to Rollout. This parameter will only be passed to Gamma and Cloud Logging for notification/logging purpose.",
1129+
"type": "object"
1130+
},
11201131
"producerMetadata": {
11211132
"additionalProperties": {
11221133
"type": "string"
@@ -1359,6 +1370,12 @@
13591370
"description": "Resource labels to represent user provided metadata.",
13601371
"type": "object"
13611372
},
1373+
"maxShareCount": {
1374+
"description": "Output only. The max number of shares allowed.",
1375+
"format": "int64",
1376+
"readOnly": true,
1377+
"type": "string"
1378+
},
13621379
"name": {
13631380
"description": "Output only. The resource name of the instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.",
13641381
"readOnly": true,

0 commit comments

Comments
 (0)