Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1450

Merged
merged 2 commits into from Feb 22, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions cloudkms/v1/cloudkms-api.json
Expand Up @@ -1582,7 +1582,7 @@
}
}
},
"revision": "20220208",
"revision": "20220211",
"rootUrl": "https://cloudkms.googleapis.com/",
"schemas": {
"AsymmetricDecryptRequest": {
Expand Down Expand Up @@ -2674,7 +2674,7 @@
],
"enumDescriptions": [
"Not specified.",
"Cavium HSM attestation compressed with gzip. Note that this format is defined by Cavium and subject to change at any time.",
"Cavium HSM attestation compressed with gzip. Note that this format is defined by Cavium and subject to change at any time. See https://www.marvell.com/products/security-solutions/nitrox-hs-adapters/software-key-attestation.html.",
"Cavium HSM attestation V2 compressed with gzip. This is a new format introduced in Cavium's version 3.2-08."
],
"readOnly": true,
Expand Down
3 changes: 2 additions & 1 deletion cloudkms/v1/cloudkms-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions datacatalog/v1/datacatalog-api.json
Expand Up @@ -1953,7 +1953,7 @@
}
}
},
"revision": "20220209",
"revision": "20220215",
"rootUrl": "https://datacatalog.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -2535,8 +2535,8 @@
"A database.",
"Output only. Connection to a data source. For example, a BigQuery connection.",
"Output only. Routine, for example, a BigQuery routine.",
"A Dataproc Metastore lake.",
"A Dataproc Metastore zone.",
"A Dataplex lake.",
"A Dataplex zone.",
"A service, for example, a Dataproc Metastore service."
],
"type": "string"
Expand Down
4 changes: 2 additions & 2 deletions datacatalog/v1/datacatalog-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dataflow/v1b3/dataflow-api.json
Expand Up @@ -2225,7 +2225,7 @@
}
}
},
"revision": "20210825",
"revision": "20220215",
"rootUrl": "https://dataflow.googleapis.com/",
"schemas": {
"ApproximateProgress": {
Expand Down Expand Up @@ -4350,6 +4350,11 @@
"format": "uint64",
"type": "string"
},
"currentOoms": {
"description": "Number of Out of Memory (OOM) events recorded since the previous measurement.",
"format": "int64",
"type": "string"
},
"currentRssBytes": {
"description": "Instantenous memory (RSS) size in bytes.",
"format": "uint64",
Expand Down
4 changes: 4 additions & 0 deletions dataflow/v1b3/dataflow-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions memcache/v1/memcache-api.json
Expand Up @@ -528,7 +528,7 @@
}
}
},
"revision": "20211028",
"revision": "20220208",
"rootUrl": "https://memcache.googleapis.com/",
"schemas": {
"ApplyParametersRequest": {
Expand Down Expand Up @@ -572,7 +572,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 @@ -695,6 +695,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 @@ -724,6 +728,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
24 changes: 19 additions & 5 deletions memcache/v1/memcache-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions memcache/v1beta2/memcache-api.json
Expand Up @@ -556,7 +556,7 @@
}
}
},
"revision": "20211028",
"revision": "20220208",
"rootUrl": "https://memcache.googleapis.com/",
"schemas": {
"ApplyParametersRequest": {
Expand Down Expand Up @@ -618,7 +618,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 @@ -741,6 +741,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 @@ -770,6 +774,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
24 changes: 19 additions & 5 deletions memcache/v1beta2/memcache-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions notebooks/v1/notebooks-api.json
Expand Up @@ -1743,7 +1743,7 @@
}
}
},
"revision": "20220205",
"revision": "20220214",
"rootUrl": "https://notebooks.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -2159,6 +2159,10 @@
"description": "The email address of a service account to use when running the execution. You must have the `iam.serviceAccounts.actAs` permission for the specified service account.",
"type": "string"
},
"tensorboard": {
"description": "The name of a Vertex AI [Tensorboard] resource to which this execution will upload Tensorboard logs. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`",
"type": "string"
},
"vertexAiParameters": {
"$ref": "VertexAIParameters",
"description": "Parameters used in Vertex AI JobType executions."
Expand Down Expand Up @@ -3259,7 +3263,7 @@
"type": "integer"
},
"installGpuDriver": {
"description": "Install Nvidia Driver automatically.",
"description": "Install Nvidia Driver automatically. Default: True",
"type": "boolean"
},
"kernels": {
Expand Down
7 changes: 6 additions & 1 deletion notebooks/v1/notebooks-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 1 addition & 31 deletions prod_tt_sasportal/v1alpha1/prod_tt_sasportal-api.json
Expand Up @@ -2527,7 +2527,7 @@
}
}
},
"revision": "20220215",
"revision": "20220219",
"rootUrl": "https://prod-tt-sasportal.googleapis.com/",
"schemas": {
"SasPortalAssignment": {
Expand Down Expand Up @@ -2916,11 +2916,6 @@
"description": "Output only. Whether a CPI has validated to have coordinated with the National Quiet Zone office.",
"readOnly": true,
"type": "boolean"
},
"nrqzValidation": {
"$ref": "SasPortalNrqzValidation",
"description": "Output only. National Radio Quiet Zone validation info.",
"readOnly": true
}
},
"type": "object"
Expand Down Expand Up @@ -3228,31 +3223,6 @@
},
"type": "object"
},
"SasPortalNrqzValidation": {
"description": "Information about National Radio Quiet Zone validation. The presence of the field indicates the device has been validated.",
"id": "SasPortalNrqzValidation",
"properties": {
"caseId": {
"description": "Validation case id.",
"type": "string"
},
"cpiId": {
"description": "CPI who signed the validation.",
"type": "string"
},
"latitude": {
"description": "Device latitude associated with the validation.",
"format": "double",
"type": "number"
},
"longitude": {
"description": "Device longitude associated with the validation.",
"format": "double",
"type": "number"
}
},
"type": "object"
},
"SasPortalOperation": {
"description": "This resource represents a long-running operation that is the result of a network API call.",
"id": "SasPortalOperation",
Expand Down