Skip to content

Commit 0e3e062

Browse files
yoshi-automationleahecole
authored andcommitted
fix(saasservicemgmt): update the API
#### saasservicemgmt:v1beta1 The following keys were changed: - description - schemas.Saas.properties.locations.description - schemas.Tenant.properties.consumerResource.description - schemas.Tenant.properties.saas.description - schemas.ToMapping.properties.ignoreForLookup.description - schemas.UnitKind.properties.saas.description - schemas.UnitOperation.description
1 parent f0b6380 commit 0e3e062

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

discovery/saasservicemgmt-v1beta1.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"baseUrl": "https://saasservicemgmt.googleapis.com/",
1313
"batchPath": "batch",
1414
"canonicalName": "SaaS Service Management",
15-
"description": "",
15+
"description": "Model, deploy, and operate your SaaS at scale. ",
1616
"discoveryVersion": "v1",
1717
"documentationLink": "https://cloud.google.com/saas-runtime/docs",
1818
"fullyEncodeReservedExpansion": true,
@@ -1804,7 +1804,7 @@
18041804
}
18051805
}
18061806
},
1807-
"revision": "20250528",
1807+
"revision": "20250806",
18081808
"rootUrl": "https://saasservicemgmt.googleapis.com/",
18091809
"schemas": {
18101810
"Aggregate": {
@@ -2586,7 +2586,7 @@
25862586
"type": "object"
25872587
},
25882588
"locations": {
2589-
"description": "Optional. Immutable. List of locations that the service is available in. Rollout refers to the list to generate a rollout plan.",
2589+
"description": "Optional. List of locations that the service is available in. Rollout refers to the list to generate a rollout plan.",
25902590
"items": {
25912591
"$ref": "Location"
25922592
},
@@ -2634,7 +2634,7 @@
26342634
"type": "object"
26352635
},
26362636
"consumerResource": {
2637-
"description": "Optional. Immutable. A reference to the consumer resource this SaaS Tenant is representing. The relationship with a consumer resource can be used by EasySaaS for retrieving consumer-defined settings and policies such as maintenance policies (using Unified Maintenance Policy API).",
2637+
"description": "Optional. Immutable. A reference to the consumer resource this SaaS Tenant is representing. The relationship with a consumer resource can be used by SaaS Runtime for retrieving consumer-defined settings and policies such as maintenance policies (using Unified Maintenance Policy API).",
26382638
"type": "string"
26392639
},
26402640
"createTime": {
@@ -2660,7 +2660,7 @@
26602660
"type": "string"
26612661
},
26622662
"saas": {
2663-
"description": "Required. Immutable. A reference to the Saas that defines the product (managed service) that the producer wants to manage with EasySaaS. Part of the EasySaaS common data model.",
2663+
"description": "Required. Immutable. A reference to the Saas that defines the product (managed service) that the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime common data model.",
26642664
"type": "string"
26652665
},
26662666
"uid": {
@@ -2686,7 +2686,7 @@
26862686
"type": "string"
26872687
},
26882688
"ignoreForLookup": {
2689-
"description": "Optional. Tells EasySaaS if this mapping should be used during lookup or not",
2689+
"description": "Optional. Tells SaaS Runtime if this mapping should be used during lookup or not",
26902690
"type": "boolean"
26912691
},
26922692
"inputVariable": {
@@ -3014,7 +3014,7 @@
30143014
"type": "array"
30153015
},
30163016
"saas": {
3017-
"description": "Required. Immutable. A reference to the Saas that defines the product (managed service) that the producer wants to manage with EasySaaS. Part of the EasySaaS common data model. Immutable once set.",
3017+
"description": "Required. Immutable. A reference to the Saas that defines the product (managed service) that the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime common data model. Immutable once set.",
30183018
"type": "string"
30193019
},
30203020
"uid": {
@@ -3032,7 +3032,7 @@
30323032
"type": "object"
30333033
},
30343034
"UnitOperation": {
3035-
"description": "UnitOperation encapsulates the intent of changing/interacting with the service component represented by the specific Unit. Multiple UnitOperations can be created (requested) and scheduled in the future, however only one will be allowed to execute at a time (that can change in the future for non-mutating operations). UnitOperations allow different actors interacting with the same unit to focus only on the change they have requested. This is a base object that contains the common fields in all unit operations.",
3035+
"description": "UnitOperation encapsulates the intent of changing/interacting with the service component represented by the specific Unit. Multiple UnitOperations can be created (requested) and scheduled in the future, however only one will be allowed to execute at a time (that can change in the future for non-mutating operations). UnitOperations allow different actors interacting with the same unit to focus only on the change they have requested. This is a base object that contains the common fields in all unit operations. Next: 19",
30363036
"id": "UnitOperation",
30373037
"properties": {
30383038
"annotations": {

src/apis/saasservicemgmt/v1beta1.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export namespace saasservicemgmt_v1beta1 {
102102
/**
103103
* SaaS Runtime API
104104
*
105-
*
105+
* Model, deploy, and operate your SaaS at scale.
106106
*
107107
* @example
108108
* ```js
@@ -662,7 +662,7 @@ export namespace saasservicemgmt_v1beta1 {
662662
*/
663663
labels?: {[key: string]: string} | null;
664664
/**
665-
* Optional. Immutable. List of locations that the service is available in. Rollout refers to the list to generate a rollout plan.
665+
* Optional. List of locations that the service is available in. Rollout refers to the list to generate a rollout plan.
666666
*/
667667
locations?: Schema$Location[];
668668
/**
@@ -696,7 +696,7 @@ export namespace saasservicemgmt_v1beta1 {
696696
*/
697697
annotations?: {[key: string]: string} | null;
698698
/**
699-
* Optional. Immutable. A reference to the consumer resource this SaaS Tenant is representing. The relationship with a consumer resource can be used by EasySaaS for retrieving consumer-defined settings and policies such as maintenance policies (using Unified Maintenance Policy API).
699+
* Optional. Immutable. A reference to the consumer resource this SaaS Tenant is representing. The relationship with a consumer resource can be used by SaaS Runtime for retrieving consumer-defined settings and policies such as maintenance policies (using Unified Maintenance Policy API).
700700
*/
701701
consumerResource?: string | null;
702702
/**
@@ -716,7 +716,7 @@ export namespace saasservicemgmt_v1beta1 {
716716
*/
717717
name?: string | null;
718718
/**
719-
* Required. Immutable. A reference to the Saas that defines the product (managed service) that the producer wants to manage with EasySaaS. Part of the EasySaaS common data model.
719+
* Required. Immutable. A reference to the Saas that defines the product (managed service) that the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime common data model.
720720
*/
721721
saas?: string | null;
722722
/**
@@ -737,7 +737,7 @@ export namespace saasservicemgmt_v1beta1 {
737737
*/
738738
dependency?: string | null;
739739
/**
740-
* Optional. Tells EasySaaS if this mapping should be used during lookup or not
740+
* Optional. Tells SaaS Runtime if this mapping should be used during lookup or not
741741
*/
742742
ignoreForLookup?: boolean | null;
743743
/**
@@ -921,7 +921,7 @@ export namespace saasservicemgmt_v1beta1 {
921921
*/
922922
outputVariableMappings?: Schema$VariableMapping[];
923923
/**
924-
* Required. Immutable. A reference to the Saas that defines the product (managed service) that the producer wants to manage with EasySaaS. Part of the EasySaaS common data model. Immutable once set.
924+
* Required. Immutable. A reference to the Saas that defines the product (managed service) that the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime common data model. Immutable once set.
925925
*/
926926
saas?: string | null;
927927
/**
@@ -934,7 +934,7 @@ export namespace saasservicemgmt_v1beta1 {
934934
updateTime?: string | null;
935935
}
936936
/**
937-
* UnitOperation encapsulates the intent of changing/interacting with the service component represented by the specific Unit. Multiple UnitOperations can be created (requested) and scheduled in the future, however only one will be allowed to execute at a time (that can change in the future for non-mutating operations). UnitOperations allow different actors interacting with the same unit to focus only on the change they have requested. This is a base object that contains the common fields in all unit operations.
937+
* UnitOperation encapsulates the intent of changing/interacting with the service component represented by the specific Unit. Multiple UnitOperations can be created (requested) and scheduled in the future, however only one will be allowed to execute at a time (that can change in the future for non-mutating operations). UnitOperations allow different actors interacting with the same unit to focus only on the change they have requested. This is a base object that contains the common fields in all unit operations. Next: 19
938938
*/
939939
export interface Schema$UnitOperation {
940940
/**

0 commit comments

Comments
 (0)