Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AnnotationsResource

The "annotations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AnnotationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX