Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DiagnosticsResource

The "diagnostics" collection of methods.

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

Constructors

DiagnosticsResource(IClientService)

Constructs a new resource.

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

Methods

Delete(string)

Deletes a diagnostic.

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

Required. The name of the diagnostic to delete.

Returns
Type Description
ProjectsResource.LocationsResource.DiagnosticsResource.DeleteRequest

Get(string)

Gets a diagnostic.

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

Required. The name of the diagnostic to retrieve.

Returns
Type Description
ProjectsResource.LocationsResource.DiagnosticsResource.GetRequest

List(string)

Lists diagnostics.

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

Required. The parent resource of the diagnostics.

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