Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Mar 15, 2022
1 parent 6100952 commit 948cb4a
Show file tree
Hide file tree
Showing 38 changed files with 2,891 additions and 3,510 deletions.
6 changes: 3 additions & 3 deletions analyticsadmin/v1alpha/analyticsadmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@
],
"parameters": {
"name": {
"description": "Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/webDataStreams/{webDataStream}/measurementProtocolSecrets/{measurementProtocolSecret}",
"description": "Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}",
"location": "path",
"pattern": "^properties/[^/]+/dataStreams/[^/]+/measurementProtocolSecrets/[^/]+$",
"required": true,
Expand Down Expand Up @@ -2556,7 +2556,7 @@
}
}
},
"revision": "20220222",
"revision": "20220312",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccount": {
Expand Down Expand Up @@ -3819,7 +3819,7 @@
"type": "string"
},
"name": {
"description": "Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/webDataStreams/{webDataStream}/measurementProtocolSecrets/{measurementProtocolSecret}",
"description": "Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}",
"readOnly": true,
"type": "string"
},
Expand Down
10 changes: 5 additions & 5 deletions analyticsadmin/v1alpha/analyticsadmin-gen.go

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

4 changes: 2 additions & 2 deletions androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@
}
}
},
"revision": "20220302",
"revision": "20220307",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdvancedSecurityOverrides": {
Expand Down Expand Up @@ -1899,7 +1899,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, 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",
"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 (for example, an anniversary). A year on its own, with a zero month and a zero day. A year and month, with a zero day (for example, a credit card expiration date).Related types: google.type.TimeOfDay google.type.DateTime google.protobuf.Timestamp",
"id": "Date",
"properties": {
"day": {
Expand Down
10 changes: 5 additions & 5 deletions androidmanagement/v1/androidmanagement-gen.go

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

2 changes: 1 addition & 1 deletion api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -3222,7 +3222,7 @@
"name": "keep",
"version": "v1",
"title": "Google Keep API",
"description": "This API is an enterprise-only API used to create and manage the Keep notes within your domain, including resolving issues identified by CASB software.",
"description": "The Google Keep API is used in an enterprise environment to manage Google Keep content and resolve issues identified by cloud security software.",
"discoveryRestUrl": "https://keep.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand Down
127 changes: 126 additions & 1 deletion baremetalsolution/v2/baremetalsolution-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,93 @@
},
"provisioningConfigs": {
"methods": {
"create": {
"description": "Create new ProvisioningConfig.",
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/provisioningConfigs",
"httpMethod": "POST",
"id": "baremetalsolution.projects.locations.provisioningConfigs.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Required. The parent project and location containing the ProvisioningConfig.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2/{+parent}/provisioningConfigs",
"request": {
"$ref": "ProvisioningConfig"
},
"response": {
"$ref": "ProvisioningConfig"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Get ProvisioningConfig by name.",
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/provisioningConfigs/{provisioningConfigsId}",
"httpMethod": "GET",
"id": "baremetalsolution.projects.locations.provisioningConfigs.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. Name of the ProvisioningConfig.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/provisioningConfigs/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2/{+name}",
"response": {
"$ref": "ProvisioningConfig"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"patch": {
"description": "Update existing ProvisioningConfig.",
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/provisioningConfigs/{provisioningConfigsId}",
"httpMethod": "PATCH",
"id": "baremetalsolution.projects.locations.provisioningConfigs.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Output only. The name of the provisioning config.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/provisioningConfigs/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"description": "Required. The list of fields to update.",
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2/{+name}",
"request": {
"$ref": "ProvisioningConfig"
},
"response": {
"$ref": "ProvisioningConfig"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"submit": {
"description": "Submit a provisiong configuration for a given project.",
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/provisioningConfigs:submit",
Expand Down Expand Up @@ -1021,7 +1108,7 @@
}
}
},
"revision": "20220214",
"revision": "20220307",
"rootUrl": "https://baremetalsolution.googleapis.com/",
"schemas": {
"Empty": {
Expand Down Expand Up @@ -1690,6 +1777,10 @@
"$ref": "IntakeVlanAttachment"
},
"type": "array"
},
"vlanSameProject": {
"description": "Whether the VLAN attachment pair is located in the same project.",
"type": "boolean"
}
},
"type": "object"
Expand Down Expand Up @@ -1796,6 +1887,15 @@
"description": "A provisioning configuration.",
"id": "ProvisioningConfig",
"properties": {
"cloudConsoleUri": {
"description": "Output only. URI to Cloud Console UI view of this provisioning config.",
"readOnly": true,
"type": "string"
},
"email": {
"description": "Optional. Email provided to send a confirmation with provisioning config to.",
"type": "string"
},
"handoverServiceAccount": {
"description": "A service account to enable customers to access instance credentials upon handover.",
"type": "string"
Expand All @@ -1807,6 +1907,10 @@
},
"type": "array"
},
"location": {
"description": "Optional. Location name of this ProvisioningConfig. It is optional only for Intake UI transition period.",
"type": "string"
},
"name": {
"description": "Output only. The name of the provisioning config.",
"readOnly": true,
Expand All @@ -1819,10 +1923,31 @@
},
"type": "array"
},
"state": {
"description": "Output only. State of ProvisioningConfig.",
"enum": [
"STATE_UNSPECIFIED",
"DRAFT",
"SUBMITTED"
],
"enumDescriptions": [
"State wasn't specified.",
"ProvisioningConfig is a draft and can be freely modified.",
"ProvisioningConfig was already submitted and cannot be modified."
],
"readOnly": true,
"type": "string"
},
"ticketId": {
"description": "A generated buganizer id to track provisioning request.",
"type": "string"
},
"updateTime": {
"description": "Output only. Last update timestamp.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"volumes": {
"description": "Volumes to be created.",
"items": {
Expand Down
Loading

0 comments on commit 948cb4a

Please sign in to comment.