Skip to content

Commit f2aaf83

Browse files
feat(workloadmanager): update the api
#### workloadmanager:v1 The following keys were added: - schemas.SqlserverValidation.properties.instance.type (Total Keys: 1) - schemas.SqlserverValidation.properties.projectId.type (Total Keys: 1)
1 parent f163071 commit f2aaf83

File tree

2 files changed

+46
-8
lines changed

2 files changed

+46
-8
lines changed

docs/dyn/workloadmanager_v1.projects.locations.insights.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ <h3>Method Details</h3>
108108
&quot;relatedResources&quot;: [ # A list of resource URIs related to this resource.
109109
&quot;A String&quot;,
110110
],
111-
&quot;resourceKind&quot;: &quot;A String&quot;, # ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc.
112-
&quot;resourceType&quot;: &quot;A String&quot;, # The type of this resource.
111+
&quot;resourceKind&quot;: &quot;A String&quot;, # Required. ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc.
112+
&quot;resourceType&quot;: &quot;A String&quot;, # Required. The type of this resource.
113113
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource, includes project, location, and name.
114114
&quot;updateTime&quot;: &quot;A String&quot;, # Unix timestamp of when this resource last had its discovery data updated.
115115
},
@@ -125,8 +125,8 @@ <h3>Method Details</h3>
125125
&quot;relatedResources&quot;: [ # A list of resource URIs related to this resource.
126126
&quot;A String&quot;,
127127
],
128-
&quot;resourceKind&quot;: &quot;A String&quot;, # ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc.
129-
&quot;resourceType&quot;: &quot;A String&quot;, # The type of this resource.
128+
&quot;resourceKind&quot;: &quot;A String&quot;, # Required. ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc.
129+
&quot;resourceType&quot;: &quot;A String&quot;, # Required. The type of this resource.
130130
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource, includes project, location, and name.
131131
&quot;updateTime&quot;: &quot;A String&quot;, # Unix timestamp of when this resource last had its discovery data updated.
132132
},
@@ -155,6 +155,8 @@ <h3>Method Details</h3>
155155
&quot;sentTime&quot;: &quot;A String&quot;, # Output only. [Output only] Create time stamp
156156
&quot;sqlserverValidation&quot;: { # A presentation of SQLServer workload insight. The schema of SqlServer workloads validation related data. # The insights data for the sqlserver workload validation.
157157
&quot;agentVersion&quot;: &quot;A String&quot;, # The agent version collected this data point
158+
&quot;instance&quot;: &quot;A String&quot;, # Required. The instance_name of the instance that the Insight data comes from. According to https://linter.aip.dev/122/name-suffix: field names should not use the _name suffix unless the field would be ambiguous without it.
159+
&quot;projectId&quot;: &quot;A String&quot;, # Required. The project_id of the cloud project that the Insight data comes from.
158160
&quot;validationDetails&quot;: [ # A list of SqlServer validation metrics data.
159161
{ # Message describing the Sqlserver validation metrics.
160162
&quot;details&quot;: [ # Required. Details wraps map that represents collected data names and values.

googleapiclient/discovery_cache/documents/workloadmanager.v1.json

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"baseUrl": "https://workloadmanager.googleapis.com/",
1313
"batchPath": "batch",
1414
"canonicalName": "Workload Manager",
15-
"description": "",
15+
"description": "Workload Manager is a service that provides tooling for enterprise workloads to automate the deployment and validation of your workloads against best practices and recommendations.",
1616
"discoveryVersion": "v1",
1717
"documentationLink": "https://cloud.google.com/workload-manager/docs",
1818
"fullyEncodeReservedExpansion": true,
@@ -707,7 +707,7 @@
707707
}
708708
}
709709
},
710-
"revision": "20230621",
710+
"revision": "20230630",
711711
"rootUrl": "https://workloadmanager.googleapis.com/",
712712
"schemas": {
713713
"CancelOperationRequest": {
@@ -1429,11 +1429,39 @@
14291429
"type": "array"
14301430
},
14311431
"resourceKind": {
1432-
"description": "ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc.",
1432+
"description": "Required. ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc.",
1433+
"enum": [
1434+
"RESOURCE_KIND_UNSPECIFIED",
1435+
"RESOURCE_KIND_INSTANCE",
1436+
"RESOURCE_KIND_DISK",
1437+
"RESOURCE_KIND_ADDRESS",
1438+
"RESOURCE_KIND_FILESTORE",
1439+
"RESOURCE_KIND_HEALTH_CHECK",
1440+
"RESOURCE_KIND_FORWARDING_RULE",
1441+
"RESOURCE_KIND_BACKEND_SERVICE",
1442+
"RESOURCE_KIND_SUBNETWORK",
1443+
"RESOURCE_KIND_NETWORK",
1444+
"RESOURCE_KIND_PUBLIC_ADDRESS",
1445+
"RESOURCE_KIND_INSTANCE_GROUP"
1446+
],
1447+
"enumDescriptions": [
1448+
"Unspecified resource kind.",
1449+
"This is a compute instance.",
1450+
"This is a compute disk.",
1451+
"This is a compute address.",
1452+
"This is a filestore instance.",
1453+
"This is a compute health check.",
1454+
"This is a compute forwarding rule.",
1455+
"This is a compute backend service.",
1456+
"This is a compute subnetwork.",
1457+
"This is a compute network.",
1458+
"This is a public accessible IP Address.",
1459+
"This is a compute instance group."
1460+
],
14331461
"type": "string"
14341462
},
14351463
"resourceType": {
1436-
"description": "The type of this resource.",
1464+
"description": "Required. The type of this resource.",
14371465
"enum": [
14381466
"RESOURCE_TYPE_UNSPECIFIED",
14391467
"COMPUTE",
@@ -1527,6 +1555,14 @@
15271555
"description": "The agent version collected this data point",
15281556
"type": "string"
15291557
},
1558+
"instance": {
1559+
"description": "Required. The instance_name of the instance that the Insight data comes from. According to https://linter.aip.dev/122/name-suffix: field names should not use the _name suffix unless the field would be ambiguous without it.",
1560+
"type": "string"
1561+
},
1562+
"projectId": {
1563+
"description": "Required. The project_id of the cloud project that the Insight data comes from.",
1564+
"type": "string"
1565+
},
15301566
"validationDetails": {
15311567
"description": "A list of SqlServer validation metrics data.",
15321568
"items": {

0 commit comments

Comments
 (0)