Class ProjectsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class ProjectsResource.LocationsResource
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
DocumentSchemas
Gets the DocumentSchemas resource.
Declaration
public virtual ProjectsResource.LocationsResource.DocumentSchemasResource DocumentSchemas { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DocumentSchemasResource |
Documents
Gets the Documents resource.
Declaration
public virtual ProjectsResource.LocationsResource.DocumentsResource Documents { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DocumentsResource |
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource Operations { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.OperationsResource |
RuleSets
Gets the RuleSets resource.
Declaration
public virtual ProjectsResource.LocationsResource.RuleSetsResource RuleSets { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.RuleSetsResource |
SynonymSets
Gets the SynonymSets resource.
Declaration
public virtual ProjectsResource.LocationsResource.SynonymSetsResource SynonymSets { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.SynonymSetsResource |
Methods
GetStatus(string)
Get the project status.
Declaration
public virtual ProjectsResource.LocationsResource.GetStatusRequest GetStatus(string location)
Parameters
| Type | Name | Description |
|---|---|---|
| string | location | Required. The location to be queried Format: projects/{project_number}/locations/{location}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.GetStatusRequest |
Initialize(GoogleCloudContentwarehouseV1InitializeProjectRequest, string)
Provisions resources for given tenant project. Returns a long running operation.
Declaration
public virtual ProjectsResource.LocationsResource.InitializeRequest Initialize(GoogleCloudContentwarehouseV1InitializeProjectRequest body, string location)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudContentwarehouseV1InitializeProjectRequest | body | The body of the request. |
| string | location | Required. The location to be initialized Format: projects/{project_number}/locations/{location}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.InitializeRequest |
RunPipeline(GoogleCloudContentwarehouseV1RunPipelineRequest, string)
Run a predefined pipeline.
Declaration
public virtual ProjectsResource.LocationsResource.RunPipelineRequest RunPipeline(GoogleCloudContentwarehouseV1RunPipelineRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudContentwarehouseV1RunPipelineRequest | body | The body of the request. |
| string | name | Required. The resource name which owns the resources of the pipeline. Format: projects/{project_number}/locations/{location}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.RunPipelineRequest |