Skip to content

Commit

Permalink
feat(file): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Mar 1, 2022
1 parent 556c091 commit 55a2fdd
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/dyn/file_v1beta1.projects.locations.instances.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ <h3>Method Details</h3>
&quot;labels&quot;: { # Resource labels to represent user provided metadata.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;maxShareCount&quot;: &quot;A String&quot;, # Output only. The max number of shares allowed.
&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}`.
&quot;networks&quot;: [ # VPC networks to which the instance is connected. For this version, only a single network is supported.
{ # Network configuration for the instance.
Expand Down Expand Up @@ -276,6 +277,7 @@ <h3>Method Details</h3>
&quot;labels&quot;: { # Resource labels to represent user provided metadata.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;maxShareCount&quot;: &quot;A String&quot;, # Output only. The max number of shares allowed.
&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}`.
&quot;networks&quot;: [ # VPC networks to which the instance is connected. For this version, only a single network is supported.
{ # Network configuration for the instance.
Expand Down Expand Up @@ -346,6 +348,7 @@ <h3>Method Details</h3>
&quot;labels&quot;: { # Resource labels to represent user provided metadata.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;maxShareCount&quot;: &quot;A String&quot;, # Output only. The max number of shares allowed.
&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}`.
&quot;networks&quot;: [ # VPC networks to which the instance is connected. For this version, only a single network is supported.
{ # Network configuration for the instance.
Expand Down Expand Up @@ -425,6 +428,7 @@ <h3>Method Details</h3>
&quot;labels&quot;: { # Resource labels to represent user provided metadata.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;maxShareCount&quot;: &quot;A String&quot;, # Output only. The max number of shares allowed.
&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}`.
&quot;networks&quot;: [ # VPC networks to which the instance is connected. For this version, only a single network is supported.
{ # Network configuration for the instance.
Expand Down
15 changes: 13 additions & 2 deletions googleapiclient/discovery_cache/documents/file.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@
}
}
},
"revision": "20220105",
"revision": "20220214",
"rootUrl": "https://file.googleapis.com/",
"schemas": {
"Backup": {
Expand Down Expand Up @@ -974,7 +974,7 @@
"type": "object"
},
"Date": {
"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`.",
"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",
"id": "Date",
"properties": {
"day": {
Expand Down Expand Up @@ -1060,6 +1060,10 @@
"readOnly": true,
"type": "string"
},
"instanceType": {
"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.",
"type": "string"
},
"labels": {
"additionalProperties": {
"type": "string"
Expand Down Expand Up @@ -1089,6 +1093,13 @@
"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)",
"type": "string"
},
"notificationParameters": {
"additionalProperties": {
"type": "string"
},
"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.",
"type": "object"
},
"producerMetadata": {
"additionalProperties": {
"type": "string"
Expand Down
21 changes: 19 additions & 2 deletions googleapiclient/discovery_cache/documents/file.v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@
}
}
},
"revision": "20220105",
"revision": "20220214",
"rootUrl": "https://file.googleapis.com/",
"schemas": {
"Backup": {
Expand Down Expand Up @@ -1002,7 +1002,7 @@
"type": "object"
},
"Date": {
"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`.",
"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",
"id": "Date",
"properties": {
"day": {
Expand Down Expand Up @@ -1088,6 +1088,10 @@
"readOnly": true,
"type": "string"
},
"instanceType": {
"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.",
"type": "string"
},
"labels": {
"additionalProperties": {
"type": "string"
Expand Down Expand Up @@ -1117,6 +1121,13 @@
"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)",
"type": "string"
},
"notificationParameters": {
"additionalProperties": {
"type": "string"
},
"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.",
"type": "object"
},
"producerMetadata": {
"additionalProperties": {
"type": "string"
Expand Down Expand Up @@ -1359,6 +1370,12 @@
"description": "Resource labels to represent user provided metadata.",
"type": "object"
},
"maxShareCount": {
"description": "Output only. The max number of shares allowed.",
"format": "int64",
"readOnly": true,
"type": "string"
},
"name": {
"description": "Output only. The resource name of the instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.",
"readOnly": true,
Expand Down

0 comments on commit 55a2fdd

Please sign in to comment.