Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ProcessorTypesResource

The "processorTypes" collection of methods.

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

Constructors

ProcessorTypesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets a processor type detail.

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

Required. The processor type resource name.

Returns
Type Description
ProjectsResource.LocationsResource.ProcessorTypesResource.GetRequest

List(string)

Lists the processor types that exist.

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

Required. The location of processor types to list. Format: projects/{project}/locations/{location}.

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