Class ProjectsResource.LocationsResource.SkillsResource
The "skills" collection of methods.
Inherited Members
Namespace: Google.Apis.AgentRegistry.v1alpha
Assembly: Google.Apis.AgentRegistry.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.SkillsResource
Constructors
SkillsResource(IClientService)
Constructs a new resource.
Declaration
public SkillsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
Revisions
Gets the Revisions resource.
Declaration
public virtual ProjectsResource.LocationsResource.SkillsResource.RevisionsResource Revisions { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.SkillsResource.RevisionsResource |
Methods
Create(Skill, string)
========================================================================= # Skills Collection APIs Creates a Skill resource container, optionally publishing the initial SkillRevision inline in a single, atomic CRUD roundtrip.
Declaration
public virtual ProjectsResource.LocationsResource.SkillsResource.CreateRequest Create(Skill body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| Skill | body | The body of the request. |
| string | parent | Required. The project and location location to bootstrap. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.SkillsResource.CreateRequest |
Delete(string)
Deletes a Skill container along with all its revisions.
Declaration
public virtual ProjectsResource.LocationsResource.SkillsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. Target Skill container name to remove. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.SkillsResource.DeleteRequest |
Get(string)
Fetches the active configuration and metadata of a Skill.
Declaration
public virtual ProjectsResource.LocationsResource.SkillsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. Target resource container name. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.SkillsResource.GetRequest |
List(string)
Lists logical Skills available in a project.
Declaration
public virtual ProjectsResource.LocationsResource.SkillsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. Parent value for ListSkillsRequest |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.SkillsResource.ListRequest |
Patch(Skill, string)
Updates Skill metadata or overrides active pointers/state using REST standard PATCH.
Declaration
public virtual ProjectsResource.LocationsResource.SkillsResource.PatchRequest Patch(Skill body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| Skill | body | The body of the request. |
| string | name | Identifier. Resource name of the Skill. Format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.SkillsResource.PatchRequest |
Search(string)
Custom deep-search method to filter by frontmatter or query SKILL.md text blobs.
Declaration
public virtual ProjectsResource.LocationsResource.SkillsResource.SearchRequest Search(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. Parent value for SearchSkillsRequest. Format: |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.SkillsResource.SearchRequest |