Class ProjectsResource.LocationsResource.MeshesResource
The "meshes" collection of methods.
Inherited Members
Namespace: Google.Apis.NetworkServices.v1
Assembly: Google.Apis.NetworkServices.v1.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 |
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
|
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 |
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
|
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 |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.MeshesResource.PatchRequest |