Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apim/v1alpha/apim-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -851,7 +851,7 @@
}
}
},
"revision": "20250924",
"revision": "20251022",
"rootUrl": "https://apim.googleapis.com/",
"schemas": {
"ApiObservation": {
Expand Down
6 changes: 3 additions & 3 deletions apim/v1alpha/apim-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bigtableadmin/v2/bigtableadmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3070,7 +3070,7 @@
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -3118,7 +3118,7 @@
}
}
},
"revision": "20251012",
"revision": "20251026",
"rootUrl": "https://bigtableadmin.googleapis.com/",
"schemas": {
"AppProfile": {
Expand Down Expand Up @@ -3627,7 +3627,7 @@
},
"valueType": {
"$ref": "Type",
"description": "The type of data stored in each of this family's cell values, including its full encoding. If omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is supported. `Aggregate` can only be set at family creation and is immutable afterwards. If `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type` for `AddInput` mutations"
"description": "The type of data stored in each of this family's cell values, including its full encoding. If omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is supported. `Aggregate` can only be set at family creation and is immutable afterwards. This field is mutually exclusive with `sql_type`. If `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type` for `AddInput` mutations"
}
},
"type": "object"
Expand Down
13 changes: 7 additions & 6 deletions bigtableadmin/v2/bigtableadmin-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions chat/v1/chat-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@
}
}
},
"revision": "20251023",
"revision": "20251029",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"AccessSettings": {
Expand Down Expand Up @@ -2243,7 +2243,7 @@
"enumDescriptions": [
"This value is unused.",
"User deleted their own message.",
"A space manager deleted the message.",
"An owner or manager deleted the message.",
"A Google Workspace administrator deleted the message. Administrators can delete any message in the space, including messages sent by any space member or Chat app.",
"A Chat app deleted its own message when it expired.",
"A Chat app deleted the message on behalf of the creator (using user authentication).",
Expand Down
2 changes: 1 addition & 1 deletion chat/v1/chat-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 72 additions & 1 deletion cloudidentity/v1beta1/cloudidentity-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2216,6 +2216,49 @@
},
"policies": {
"methods": {
"create": {
"description": "Create a policy.",
"flatPath": "v1beta1/policies",
"httpMethod": "POST",
"id": "cloudidentity.policies.create",
"parameterOrder": [],
"parameters": {},
"path": "v1beta1/policies",
"request": {
"$ref": "Policy"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.policies"
]
},
"delete": {
"description": "Delete a policy.",
"flatPath": "v1beta1/policies/{policiesId}",
"httpMethod": "DELETE",
"id": "cloudidentity.policies.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the policy to retrieve. Format: \"policies/{policy}\".",
"location": "path",
"pattern": "^policies/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta1/{+name}",
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.policies"
]
},
"get": {
"description": "Get a policy.",
"flatPath": "v1beta1/policies/{policiesId}",
Expand Down Expand Up @@ -2274,11 +2317,39 @@
"https://www.googleapis.com/auth/cloud-identity.policies",
"https://www.googleapis.com/auth/cloud-identity.policies.readonly"
]
},
"patch": {
"description": "Update a policy.",
"flatPath": "v1beta1/policies/{policiesId}",
"httpMethod": "PATCH",
"id": "cloudidentity.policies.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Output only. Identifier. The [resource name](https://cloud.google.com/apis/design/resource_names) of the Policy. Format: policies/{policy}.",
"location": "path",
"pattern": "^policies/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta1/{+name}",
"request": {
"$ref": "Policy"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.policies"
]
}
}
}
},
"revision": "20251021",
"revision": "20251027",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down
Loading