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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions adexchangebuyer2/v2beta1/adexchangebuyer2-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"baseUrl": "https://adexchangebuyer.googleapis.com/",
"batchPath": "batch",
"canonicalName": "AdExchangeBuyerII",
"description": "Accesses the latest features for managing Authorized Buyers accounts, Real-Time Bidding configurations and auction metrics, and Marketplace programmatic deals.",
"description": "Access the latest features for managing Authorized Buyers accounts, Real-Time Bidding configurations and auction metrics, and Marketplace programmatic deals.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/authorized-buyers/apis/reference/rest/",
"icons": {
Expand Down Expand Up @@ -3115,7 +3115,7 @@
}
}
},
"revision": "20251203",
"revision": "20260319",
"rootUrl": "https://adexchangebuyer.googleapis.com/",
"schemas": {
"AbsoluteDateRange": {
Expand Down
77 changes: 76 additions & 1 deletion admin/reports/v1/admin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,11 @@
"pattern": "(id:[a-z0-9]+(,id:[a-z0-9]+)*)",
"type": "string"
},
"includeSensitiveData": {
"description": "Optional. When set to `true`, this field allows sensitive user-generated content to be included in the returned audit logs. This parameter is supported only for Rules (DLP) and Chat applications; using it with any other application will result in a permission error.",
"location": "query",
"type": "boolean"
},
"maxResults": {
"default": "1000",
"description": "Determines how many activity records are shown on each response page. For example, if the request sets `maxResults=1` and the report has two activities, the report has two pages. The response's `nextPageToken` property has the token to the second page. The `maxResults` query string is optional in the request. The default value is 1000.",
Expand Down Expand Up @@ -681,7 +686,7 @@
}
}
},
"revision": "20260311",
"revision": "20260317",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Activities": {
Expand Down Expand Up @@ -844,6 +849,76 @@
},
"type": "array"
},
"sensitiveParameters": {
"description": "Includes sensitive parameter value pairs for various applications.",
"items": {
"properties": {
"boolValue": {
"description": "Boolean value of the parameter.",
"type": "boolean"
},
"intValue": {
"description": "Integer value of the parameter.",
"format": "int64",
"type": "string"
},
"messageValue": {
"description": "Nested parameter value pairs associated with this parameter. Complex value type for a parameter are returned as a list of parameter values. For example, the address parameter may have a value as `[{parameter: [{name: city, value: abc}]}]`",
"properties": {
"parameter": {
"description": "Parameter values",
"items": {
"$ref": "NestedParameter"
},
"type": "array"
}
},
"type": "object"
},
"multiIntValue": {
"description": "Integer values of the parameter.",
"items": {
"format": "int64",
"type": "string"
},
"type": "array"
},
"multiMessageValue": {
"description": "List of `messageValue` objects.",
"items": {
"properties": {
"parameter": {
"description": "Parameter values",
"items": {
"$ref": "NestedParameter"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
},
"multiValue": {
"description": "String values of the parameter.",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "The name of the parameter.",
"type": "string"
},
"value": {
"description": "String value of the parameter.",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"status": {
"$ref": "ActivityEventsStatus",
"description": "Status of the event. Note: Not all events have status."
Expand Down
97 changes: 97 additions & 0 deletions admin/reports/v1/admin-gen.go

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

11 changes: 9 additions & 2 deletions agentregistry/v1alpha/agentregistry-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,10 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/agentregistry.read-only",
"https://www.googleapis.com/auth/agentregistry.read-write",
"https://www.googleapis.com/auth/cloud-platform"
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
]
},
"list": {
Expand Down Expand Up @@ -755,7 +757,7 @@
}
}
},
"revision": "20260318",
"revision": "20260326",
"rootUrl": "https://agentregistry.googleapis.com/",
"schemas": {
"Agent": {
Expand Down Expand Up @@ -1456,6 +1458,11 @@
"description": "Identifier. The resource name of the Service. Format: `projects/{project}/locations/{location}/services/{service}`.",
"type": "string"
},
"registryResource": {
"description": "Output only. The resource name of the resulting Agent, MCP Server, or Endpoint. Format: * `projects/{project}/locations/{location}/mcpServers/{mcp_server}` * `projects/{project}/locations/{location}/agents/{agent}` * `projects/{project}/locations/{location}/endpoints/{endpoint}`",
"readOnly": true,
"type": "string"
},
"updateTime": {
"description": "Output only. Update time.",
"format": "google-datetime",
Expand Down
6 changes: 6 additions & 0 deletions agentregistry/v1alpha/agentregistry-gen.go

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

Loading
Loading