@@ -1274,12 +1274,9 @@ def get_project_location_skill(name, fields: nil, quota_user: nil, download_dest
12741274 # where equality operators can be used. See [instructions](https://docs.cloud.
12751275 # google.com/agent-registry/search-agents-and-tools) for more details. Allowed
12761276 # operators: `=`, `<`, `>`, `NOT`, `AND`, `OR`, and `()`. | Field | `=` | `<`, `>
1277- # ` | |----------------------------|-----|----------| | state | Yes | No | |
1278- # targetState | Yes | No | | createTime | Yes | Yes | | updateTime | Yes | Yes |
1279- # | publisher | Yes | No | | frontmatter.metadata. | Yes | No | | attributes.. |
1280- # Yes | No | Examples: * `state=ACTIVE` to restrict results to skills in the `
1281- # ACTIVE` state. * `frontmatter.metadata.version=10` to restrict results to
1282- # skills with a frontmatter metadata `version` equal to `10`.
1277+ # ` | |--------------|-----|----------| | state | Yes | No | | targetState | Yes
1278+ # | No | | createTime | Yes | Yes | | updateTime | Yes | Yes | Examples: * `
1279+ # state=ACTIVE` to restrict results to skills in the `ACTIVE` state.
12831280 # @param [String] order_by
12841281 # Optional. Hint for how to order the results
12851282 # @param [Fixnum] page_size
@@ -1373,13 +1370,10 @@ def patch_project_location_skill(name, skill_object = nil, request_id: nil, upda
13731370 # filterable fields, where equality operators can be used. See [instructions](
13741371 # https://docs.cloud.google.com/agent-registry/search-agents-and-tools) for more
13751372 # details. Allowed operators: `=`, `<`, `>`, `NOT`, `AND`, `OR`, and `()`. |
1376- # Field | `=` | `<`, `>` | |----------------------------|-----|----------| |
1377- # state | Yes | No | | targetState | Yes | No | | createTime | Yes | Yes | |
1378- # updateTime | Yes | Yes | | publisher | Yes | No | | frontmatter.metadata. |
1379- # Yes | No | | attributes.. | Yes | No | Examples: * `state=ACTIVE` to restrict
1380- # results to skills in the `ACTIVE` state. * `frontmatter.metadata.version=10`
1381- # to restrict results to skills with a frontmatter metadata `version` equal to `
1382- # 10`.
1373+ # Field | `=` | `<`, `>` | |--------------|-----|----------| | state | Yes | No |
1374+ # | targetState | Yes | No | | createTime | Yes | Yes | | updateTime | Yes |
1375+ # Yes | Examples: * `state=ACTIVE` to restrict results to skills in the `ACTIVE`
1376+ # state.
13831377 # @param [Fixnum] page_size
13841378 # Optional. The maximum number of search results to return per page. The page
13851379 # size is capped at `100`, even if a larger value is specified. A negative value
@@ -1399,20 +1393,16 @@ def patch_project_location_skill(name, skill_object = nil, request_id: nil, upda
13991393 # [instructions](https://docs.cloud.google.com/agent-registry/search-agents-and-
14001394 # tools) for more details. Allowed operators: `=`, `:`, `NOT`, `AND`, `OR`, and `
14011395 # ()`. Searchable fields: | Field | `=` | `:` | `*` | Keyword Search | |---------
1402- # -------------------|-----|-----|-----|----------------| | skillId | Yes | Yes |
1403- # Yes | Included | | name | No | Yes | Yes | Included | | displayName | No |
1404- # Yes | Yes | Included | | description | No | Yes | No | Included | | publisher |
1405- # No | Yes | Yes | Excluded | | frontmatter.name | No | Yes | No | Included | |
1406- # frontmatter.description | No | Yes | No | Included | | frontmatter.
1407- # compatibility | No | Yes | No | Included | | frontmatter.license | No | Yes |
1408- # No | Included | | frontmatter.metadata. | No | Yes | No | Excluded | |
1409- # attributes.. | No | Yes | No | Excluded | Examples: * `skillId="urn:skill:
1410- # projects-1234:locations:global:private-important-skill"` to find the skill
1411- # with the specified skill ID. * `name:important` to find skills whose name
1412- # contains `important` as a word. * `displayName:works*` to find skills whose
1413- # display name contains words that start with `works`. * `frontmatter.metadata.
1414- # author:alice` to find skills whose frontmatter metadata `author` contains
1415- # words that start with `alice`.
1396+ # ------------------|-----|-----|-----|----------------| | skillId | Yes | Yes |
1397+ # Yes | Included | | name | No | Yes | Yes | Included | | displayName | No | Yes
1398+ # | Yes | Included | | description | No | Yes | No | Included | | frontmatter.
1399+ # name | No | Yes | No | Included | | frontmatter.description | No | Yes | No |
1400+ # Included | | frontmatter.compatibility | No | Yes | No | Included | |
1401+ # frontmatter.license | No | Yes | No | Included | Examples: * `skillId="urn:
1402+ # skill:projects-1234:locations:global:private-important-skill"` to find the
1403+ # skill with the specified skill ID. * `name:important` to find skills whose
1404+ # name contains `important` as a word. * `displayName:works*` to find skills
1405+ # whose display name contains words that start with `works`.
14161406 # @param [String] search_type
14171407 # Optional. The type of search.
14181408 # @param [String] fields
0 commit comments