Skip to content

Commit a70baa7

Browse files
yoshi-automationsofisl
authored andcommitted
fix(managedidentities): update the API
#### managedidentities:v1alpha1 The following keys were changed: - schemas.Binding.properties.role.description - schemas.MaintenancePolicy.description #### managedidentities:v1beta1 The following keys were changed: - schemas.Binding.properties.role.description - schemas.MaintenancePolicy.description #### managedidentities:v1 The following keys were changed: - schemas.Binding.properties.role.description - schemas.Domain.properties.locations.description - schemas.MaintenancePolicy.description
1 parent 9c58a00 commit a70baa7

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

discovery/managedidentities-v1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@
15151515
}
15161516
}
15171517
},
1518-
"revision": "20240112",
1518+
"revision": "20240530",
15191519
"rootUrl": "https://managedidentities.googleapis.com/",
15201520
"schemas": {
15211521
"AttachTrustRequest": {
@@ -1615,7 +1615,7 @@
16151615
"type": "array"
16161616
},
16171617
"role": {
1618-
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
1618+
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
16191619
"type": "string"
16201620
}
16211621
},
@@ -1806,7 +1806,7 @@
18061806
"type": "object"
18071807
},
18081808
"locations": {
1809-
"description": "Required. Locations where domain needs to be provisioned. regions e.g. us-west1 or us-east4 Service supports up to 4 locations at once. Each location will use a /26 block.",
1809+
"description": "Required. Locations where domain needs to be provisioned. The locations can be specified according to https://cloud.google.com/compute/docs/regions-zones, such as `us-west1` or `us-east4`. Each domain supports up to 4 locations, separated by commas. Each location will use a /26 block.",
18101810
"items": {
18111811
"type": "string"
18121812
},
@@ -2571,7 +2571,7 @@
25712571
"type": "object"
25722572
},
25732573
"MaintenancePolicy": {
2574-
"description": "LINT.IfChange Defines policies to service maintenance events.",
2574+
"description": "Defines policies to service maintenance events.",
25752575
"id": "MaintenancePolicy",
25762576
"properties": {
25772577
"createTime": {

discovery/managedidentities-v1alpha1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@
15151515
}
15161516
}
15171517
},
1518-
"revision": "20240112",
1518+
"revision": "20240530",
15191519
"rootUrl": "https://managedidentities.googleapis.com/",
15201520
"schemas": {
15211521
"AttachTrustRequest": {
@@ -1620,7 +1620,7 @@
16201620
"type": "array"
16211621
},
16221622
"role": {
1623-
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
1623+
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
16241624
"type": "string"
16251625
}
16261626
},
@@ -2573,7 +2573,7 @@
25732573
"type": "object"
25742574
},
25752575
"MaintenancePolicy": {
2576-
"description": "LINT.IfChange Defines policies to service maintenance events.",
2576+
"description": "Defines policies to service maintenance events.",
25772577
"id": "MaintenancePolicy",
25782578
"properties": {
25792579
"createTime": {

discovery/managedidentities-v1beta1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@
15151515
}
15161516
}
15171517
},
1518-
"revision": "20240112",
1518+
"revision": "20240530",
15191519
"rootUrl": "https://managedidentities.googleapis.com/",
15201520
"schemas": {
15211521
"AttachTrustRequest": {
@@ -1621,7 +1621,7 @@
16211621
"type": "array"
16221622
},
16231623
"role": {
1624-
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
1624+
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
16251625
"type": "string"
16261626
}
16271627
},
@@ -2583,7 +2583,7 @@
25832583
"type": "object"
25842584
},
25852585
"MaintenancePolicy": {
2586-
"description": "LINT.IfChange Defines policies to service maintenance events.",
2586+
"description": "Defines policies to service maintenance events.",
25872587
"id": "MaintenancePolicy",
25882588
"properties": {
25892589
"createTime": {

src/apis/managedidentities/v1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export namespace managedidentities_v1 {
179179
*/
180180
members?: string[] | null;
181181
/**
182-
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
182+
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
183183
*/
184184
role?: string | null;
185185
}
@@ -318,7 +318,7 @@ export namespace managedidentities_v1 {
318318
*/
319319
labels?: {[key: string]: string} | null;
320320
/**
321-
* Required. Locations where domain needs to be provisioned. regions e.g. us-west1 or us-east4 Service supports up to 4 locations at once. Each location will use a /26 block.
321+
* Required. Locations where domain needs to be provisioned. The locations can be specified according to https://cloud.google.com/compute/docs/regions-zones, such as `us-west1` or `us-east4`. Each domain supports up to 4 locations, separated by commas. Each location will use a /26 block.
322322
*/
323323
locations?: string[] | null;
324324
/**
@@ -864,7 +864,7 @@ export namespace managedidentities_v1 {
864864
name?: string | null;
865865
}
866866
/**
867-
* LINT.IfChange Defines policies to service maintenance events.
867+
* Defines policies to service maintenance events.
868868
*/
869869
export interface Schema$MaintenancePolicy {
870870
/**

src/apis/managedidentities/v1alpha1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export namespace managedidentities_v1alpha1 {
180180
*/
181181
members?: string[] | null;
182182
/**
183-
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
183+
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
184184
*/
185185
role?: string | null;
186186
}
@@ -863,7 +863,7 @@ export namespace managedidentities_v1alpha1 {
863863
name?: string | null;
864864
}
865865
/**
866-
* LINT.IfChange Defines policies to service maintenance events.
866+
* Defines policies to service maintenance events.
867867
*/
868868
export interface Schema$MaintenancePolicy {
869869
/**

src/apis/managedidentities/v1beta1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export namespace managedidentities_v1beta1 {
183183
*/
184184
members?: string[] | null;
185185
/**
186-
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
186+
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
187187
*/
188188
role?: string | null;
189189
}
@@ -872,7 +872,7 @@ export namespace managedidentities_v1beta1 {
872872
name?: string | null;
873873
}
874874
/**
875-
* LINT.IfChange Defines policies to service maintenance events.
875+
* Defines policies to service maintenance events.
876876
*/
877877
export interface Schema$MaintenancePolicy {
878878
/**

0 commit comments

Comments
 (0)