Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MeshesResource

The "meshes" collection of methods.

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

Constructors

MeshesResource(IClientService)

Constructs a new resource.

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

Properties

RouteViews

Gets the RouteViews resource.

Declaration
public virtual ProjectsResource.LocationsResource.MeshesResource.RouteViewsResource RouteViews { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.MeshesResource.RouteViewsResource

Methods

Create(Mesh, string)

Creates a new Mesh in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.MeshesResource.CreateRequest Create(Mesh body, string parent)
Parameters
Type Name Description
Mesh body

The body of the request.

string parent

Required. The parent resource of the Mesh. Must be in the format projects/*/locations/global.

Returns
Type Description
ProjectsResource.LocationsResource.MeshesResource.CreateRequest

Delete(string)

Deletes a single Mesh.

Declaration
public virtual ProjectsResource.LocationsResource.MeshesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. A name of the Mesh to delete. Must be in the format projects/*/locations/global/meshes/*.

Returns
Type Description
ProjectsResource.LocationsResource.MeshesResource.DeleteRequest

Get(string)

Gets details of a single Mesh.

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

Required. A name of the Mesh to get. Must be in the format projects/*/locations/global/meshes/*.

Returns
Type Description
ProjectsResource.LocationsResource.MeshesResource.GetRequest

List(string)

Lists Meshes in a given project and location.

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

Required. The project and location from which the Meshes should be listed, specified in the format projects/*/locations/global.

Returns
Type Description
ProjectsResource.LocationsResource.MeshesResource.ListRequest

Patch(Mesh, string)

Updates the parameters of a single Mesh.

Declaration
public virtual ProjectsResource.LocationsResource.MeshesResource.PatchRequest Patch(Mesh body, string name)
Parameters
Type Name Description
Mesh body

The body of the request.

string name

Identifier. Name of the Mesh resource. It matches pattern projects/*/locations/global/meshes/.

Returns
Type Description
ProjectsResource.LocationsResource.MeshesResource.PatchRequest
In this article
Back to top Generated by DocFX