Skip to content

Commit

Permalink
feat(workloadmanager): update the api
Browse files Browse the repository at this point in the history
#### workloadmanager:v1

The following keys were added:
- schemas.AssetLocation (Total Keys: 9)
- schemas.BlobstoreLocation (Total Keys: 4)
- schemas.CloudAsset (Total Keys: 8)
- schemas.DirectLocationAssignment (Total Keys: 4)
- schemas.Execution.properties.externalDataSources (Total Keys: 2)
- schemas.ExternalDataSources (Total Keys: 5)
- schemas.ExtraParameter (Total Keys: 3)
- schemas.IsolationExpectations (Total Keys: 11)
- schemas.LocationAssignment (Total Keys: 4)
- schemas.LocationData (Total Keys: 7)
- schemas.RegionalMigDistributionPolicy (Total Keys: 6)
- schemas.SapDiscoveryResourceInstanceProperties.properties.appInstances (Total Keys: 2)
- schemas.SapDiscoveryResourceInstanceProperties.properties.instanceRole.type (Total Keys: 1)
- schemas.SapDiscoveryResourceInstancePropertiesAppInstance (Total Keys: 4)
- schemas.SpannerLocation (Total Keys: 4)
- schemas.TenantProjectProxy (Total Keys: 4)
- schemas.ZoneConfiguration (Total Keys: 3)
  • Loading branch information
yoshi-automation committed May 10, 2024
1 parent e64510a commit 1d38f3a
Show file tree
Hide file tree
Showing 3 changed files with 436 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,13 @@ <h3>Method Details</h3>
{ # Message describing Execution object
&quot;endTime&quot;: &quot;A String&quot;, # Output only. [Output only] End time stamp
&quot;evaluationId&quot;: &quot;A String&quot;, # Output only. [Output only] Evaluation ID
&quot;externalDataSources&quot;: [ # Optional. External data sources
{ # Message for external data sources
&quot;name&quot;: &quot;A String&quot;, # Required. Name of external data source. The name will be used inside the rego/sql to refer the external data
&quot;type&quot;: &quot;A String&quot;, # Required. Type of external data source
&quot;uri&quot;: &quot;A String&quot;, # Required. URI of external data source. example of bq table {project_ID}.{dataset_ID}.{table_ID}
},
],
&quot;inventoryTime&quot;: &quot;A String&quot;, # Output only. [Output only] Inventory time stamp
&quot;labels&quot;: { # Labels as key value pairs
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -195,6 +202,13 @@ <h3>Method Details</h3>
{ # Message describing Execution object
&quot;endTime&quot;: &quot;A String&quot;, # Output only. [Output only] End time stamp
&quot;evaluationId&quot;: &quot;A String&quot;, # Output only. [Output only] Evaluation ID
&quot;externalDataSources&quot;: [ # Optional. External data sources
{ # Message for external data sources
&quot;name&quot;: &quot;A String&quot;, # Required. Name of external data source. The name will be used inside the rego/sql to refer the external data
&quot;type&quot;: &quot;A String&quot;, # Required. Type of external data source
&quot;uri&quot;: &quot;A String&quot;, # Required. URI of external data source. example of bq table {project_ID}.{dataset_ID}.{table_ID}
},
],
&quot;inventoryTime&quot;: &quot;A String&quot;, # Output only. [Output only] Inventory time stamp
&quot;labels&quot;: { # Labels as key value pairs
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -239,6 +253,13 @@ <h3>Method Details</h3>
&quot;execution&quot;: { # Message describing Execution object # Required. The resource being created
&quot;endTime&quot;: &quot;A String&quot;, # Output only. [Output only] End time stamp
&quot;evaluationId&quot;: &quot;A String&quot;, # Output only. [Output only] Evaluation ID
&quot;externalDataSources&quot;: [ # Optional. External data sources
{ # Message for external data sources
&quot;name&quot;: &quot;A String&quot;, # Required. Name of external data source. The name will be used inside the rego/sql to refer the external data
&quot;type&quot;: &quot;A String&quot;, # Required. Type of external data source
&quot;uri&quot;: &quot;A String&quot;, # Required. URI of external data source. example of bq table {project_ID}.{dataset_ID}.{table_ID}
},
],
&quot;inventoryTime&quot;: &quot;A String&quot;, # Output only. [Output only] Inventory time stamp
&quot;labels&quot;: { # Labels as key value pairs
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down
16 changes: 16 additions & 0 deletions docs/dyn/workloadmanager_v1.projects.locations.insights.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ <h3>Method Details</h3>
&quot;applicationType&quot;: &quot;A String&quot;, # Required. Type of the application. Netweaver, etc.
&quot;ascsInstanceNumber&quot;: &quot;A String&quot;, # Optional. Instance number of the ASCS instance.
&quot;ascsUri&quot;: &quot;A String&quot;, # Optional. Resource URI of the recognized ASCS host of the application.
&quot;ersInstanceNumber&quot;: &quot;A String&quot;, # Optional. Instance number of the ERS instance.
&quot;kernelVersion&quot;: &quot;A String&quot;, # Optional. Kernel version for Netweaver running in the system.
&quot;nfsUri&quot;: &quot;A String&quot;, # Optional. Resource URI of the recognized shared NFS of the application. May be empty if the application server has only a single node.
},
Expand All @@ -125,10 +126,17 @@ <h3>Method Details</h3>
&quot;resources&quot;: [ # Optional. The resources in a component.
{ # Message describing a resource.
&quot;instanceProperties&quot;: { # A set of properties only present for an instance type resource # Optional. A set of properties only applying to instance type resources.
&quot;appInstances&quot;: [ # Optional. App server instances on the host
{ # Fields to describe an SAP application server instance.
&quot;name&quot;: &quot;A String&quot;, # Optional. Instance name of the SAP application instance.
&quot;number&quot;: &quot;A String&quot;, # Optional. Instance number of the SAP application instance.
},
],
&quot;clusterInstances&quot;: [ # Optional. A list of instance URIs that are part of a cluster with this one.
&quot;A String&quot;,
],
&quot;instanceNumber&quot;: &quot;A String&quot;, # Optional. The VM&#x27;s instance number.
&quot;instanceRole&quot;: &quot;A String&quot;, # Optional. Bitmask of instance role, a resource may have multiple roles at once.
&quot;virtualHostname&quot;: &quot;A String&quot;, # Optional. A virtual hostname of the instance if it has one.
},
&quot;relatedResources&quot;: [ # Optional. A list of resource URIs related to this resource.
Expand All @@ -150,6 +158,7 @@ <h3>Method Details</h3>
&quot;applicationType&quot;: &quot;A String&quot;, # Required. Type of the application. Netweaver, etc.
&quot;ascsInstanceNumber&quot;: &quot;A String&quot;, # Optional. Instance number of the ASCS instance.
&quot;ascsUri&quot;: &quot;A String&quot;, # Optional. Resource URI of the recognized ASCS host of the application.
&quot;ersInstanceNumber&quot;: &quot;A String&quot;, # Optional. Instance number of the ERS instance.
&quot;kernelVersion&quot;: &quot;A String&quot;, # Optional. Kernel version for Netweaver running in the system.
&quot;nfsUri&quot;: &quot;A String&quot;, # Optional. Resource URI of the recognized shared NFS of the application. May be empty if the application server has only a single node.
},
Expand All @@ -168,10 +177,17 @@ <h3>Method Details</h3>
&quot;resources&quot;: [ # Optional. The resources in a component.
{ # Message describing a resource.
&quot;instanceProperties&quot;: { # A set of properties only present for an instance type resource # Optional. A set of properties only applying to instance type resources.
&quot;appInstances&quot;: [ # Optional. App server instances on the host
{ # Fields to describe an SAP application server instance.
&quot;name&quot;: &quot;A String&quot;, # Optional. Instance name of the SAP application instance.
&quot;number&quot;: &quot;A String&quot;, # Optional. Instance number of the SAP application instance.
},
],
&quot;clusterInstances&quot;: [ # Optional. A list of instance URIs that are part of a cluster with this one.
&quot;A String&quot;,
],
&quot;instanceNumber&quot;: &quot;A String&quot;, # Optional. The VM&#x27;s instance number.
&quot;instanceRole&quot;: &quot;A String&quot;, # Optional. Bitmask of instance role, a resource may have multiple roles at once.
&quot;virtualHostname&quot;: &quot;A String&quot;, # Optional. A virtual hostname of the instance if it has one.
},
&quot;relatedResources&quot;: [ # Optional. A list of resource URIs related to this resource.
Expand Down
Loading

0 comments on commit 1d38f3a

Please sign in to comment.