Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RelationsResource

The "relations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.RelationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MigrationCenterAPI.v1
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class ProjectsResource.LocationsResource.RelationsResource

Constructors

RelationsResource(IClientService)

Constructs a new resource.

Declaration
public RelationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets the details of an relation.

Declaration
public virtual ProjectsResource.LocationsResource.RelationsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the resource.

Returns
Type Description
ProjectsResource.LocationsResource.RelationsResource.GetRequest

List(string)

Lists all the relations in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.RelationsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Parent value for ListRelationsRequest.

Returns
Type Description
ProjectsResource.LocationsResource.RelationsResource.ListRequest
In this article
Back to top Generated by DocFX