Class ProjectsResource.LocationsResource.AnnotationsResource
The "annotations" collection of methods.
Inherited Members
Namespace: Google.Apis.RapidMigrationAssessment.v1
Assembly: Google.Apis.RapidMigrationAssessment.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AnnotationsResource
Constructors
AnnotationsResource(IClientService)
Constructs a new resource.
Declaration
public AnnotationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(Annotation, string)
Creates an Annotation
Declaration
public virtual ProjectsResource.LocationsResource.AnnotationsResource.CreateRequest Create(Annotation body, string parent)
Parameters
Type | Name | Description |
---|---|---|
Annotation | body | The body of the request. |
string | parent | Required. Name of the parent (project+location). |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AnnotationsResource.CreateRequest |
Get(string)
Gets details of a single Annotation.
Declaration
public virtual ProjectsResource.LocationsResource.AnnotationsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the resource. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AnnotationsResource.GetRequest |