Skip to content

Commit 0e58f74

Browse files
authoredMay 27, 2024··
feat(all): auto-regenerate discovery clients (#2608)
1 parent ceaeabf commit 0e58f74

19 files changed

+742
-49
lines changed
 

‎domains/v1/domains-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@
848848
}
849849
}
850850
},
851-
"revision": "20240327",
851+
"revision": "20240520",
852852
"rootUrl": "https://domains.googleapis.com/",
853853
"schemas": {
854854
"AuditConfig": {
@@ -1474,7 +1474,7 @@
14741474
"type": "string"
14751475
},
14761476
"transferLockState": {
1477-
"description": "Controls whether the domain can be transferred to another registrar.",
1477+
"description": "This is the desired transfer lock state for this `Registration`. A transfer lock controls whether the domain can be transferred to another registrar.",
14781478
"enum": [
14791479
"TRANSFER_LOCK_STATE_UNSPECIFIED",
14801480
"UNLOCKED",

‎domains/v1/domains-gen.go

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎domains/v1alpha2/domains-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@
848848
}
849849
}
850850
},
851-
"revision": "20240327",
851+
"revision": "20240520",
852852
"rootUrl": "https://domains.googleapis.com/",
853853
"schemas": {
854854
"AuditConfig": {
@@ -1474,7 +1474,7 @@
14741474
"type": "string"
14751475
},
14761476
"transferLockState": {
1477-
"description": "Controls whether the domain can be transferred to another registrar.",
1477+
"description": "This is the desired transfer lock state for this `Registration`. A transfer lock controls whether the domain can be transferred to another registrar.",
14781478
"enum": [
14791479
"TRANSFER_LOCK_STATE_UNSPECIFIED",
14801480
"UNLOCKED",

‎domains/v1alpha2/domains-gen.go

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎domains/v1beta1/domains-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@
848848
}
849849
}
850850
},
851-
"revision": "20240327",
851+
"revision": "20240520",
852852
"rootUrl": "https://domains.googleapis.com/",
853853
"schemas": {
854854
"AuditConfig": {
@@ -1474,7 +1474,7 @@
14741474
"type": "string"
14751475
},
14761476
"transferLockState": {
1477-
"description": "Controls whether the domain can be transferred to another registrar.",
1477+
"description": "This is the desired transfer lock state for this `Registration`. A transfer lock controls whether the domain can be transferred to another registrar.",
14781478
"enum": [
14791479
"TRANSFER_LOCK_STATE_UNSPECIFIED",
14801480
"UNLOCKED",

‎domains/v1beta1/domains-gen.go

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎ids/v1/ids-api.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@
574574
}
575575
}
576576
},
577-
"revision": "20230807",
577+
"revision": "20240514",
578578
"rootUrl": "https://ids.googleapis.com/",
579579
"schemas": {
580580
"AuditConfig": {
@@ -634,14 +634,14 @@
634634
"description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
635635
},
636636
"members": {
637-
"description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.",
637+
"description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.",
638638
"items": {
639639
"type": "string"
640640
},
641641
"type": "array"
642642
},
643643
"role": {
644-
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
644+
"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).",
645645
"type": "string"
646646
}
647647
},
@@ -699,6 +699,16 @@
699699
"description": "Required. The fully qualified URL of the network to which the IDS Endpoint is attached.",
700700
"type": "string"
701701
},
702+
"satisfiesPzi": {
703+
"description": "Output only. [Output Only] Reserved for future use.",
704+
"readOnly": true,
705+
"type": "boolean"
706+
},
707+
"satisfiesPzs": {
708+
"description": "Output only. [Output Only] Reserved for future use.",
709+
"readOnly": true,
710+
"type": "boolean"
711+
},
702712
"severity": {
703713
"description": "Required. Lowest threat severity that this endpoint will alert on.",
704714
"enum": [

‎ids/v1/ids-gen.go

+45-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎networkservices/v1beta1/networkservices-api.json

+18-2
Original file line numberDiff line numberDiff line change
@@ -2483,7 +2483,7 @@
24832483
}
24842484
}
24852485
},
2486-
"revision": "20240506",
2486+
"revision": "20240515",
24872487
"rootUrl": "https://networkservices.googleapis.com/",
24882488
"schemas": {
24892489
"AuditConfig": {
@@ -2720,7 +2720,7 @@
27202720
"type": "string"
27212721
},
27222722
"supportedEvents": {
2723-
"description": "Optional. A set of events during request or response processing for which this extension is called. This field is required for the `LbTrafficExtension` resource. It's not relevant for the `LbRouteExtension` resource.",
2723+
"description": "Optional. A set of events during request or response processing for which this extension is called. This field is required for the `LbTrafficExtension` resource. It must not be set for the `LbRouteExtension` resource.",
27242724
"items": {
27252725
"enum": [
27262726
"EVENT_TYPE_UNSPECIFIED",
@@ -3792,6 +3792,14 @@
37923792
],
37933793
"type": "string"
37943794
},
3795+
"metadata": {
3796+
"additionalProperties": {
3797+
"description": "Properties of the object.",
3798+
"type": "any"
3799+
},
3800+
"description": "Optional. The metadata provided here will be included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata will be available under the namespace `com.google.lb_route_extension.`. The following variables are supported in the metadata Struct: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
3801+
"type": "object"
3802+
},
37953803
"name": {
37963804
"description": "Required. Identifier. Name of the `LbRouteExtension` resource in the following format: `projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}`.",
37973805
"type": "string"
@@ -3854,6 +3862,14 @@
38543862
],
38553863
"type": "string"
38563864
},
3865+
"metadata": {
3866+
"additionalProperties": {
3867+
"description": "Properties of the object.",
3868+
"type": "any"
3869+
},
3870+
"description": "Optional. The metadata provided here will be included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata will be available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
3871+
"type": "object"
3872+
},
38573873
"name": {
38583874
"description": "Required. Identifier. Name of the `LbTrafficExtension` resource in the following format: `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.",
38593875
"type": "string"

0 commit comments

Comments
 (0)
Please sign in to comment.