Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SchemasResource

The "schemas" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SchemasResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1beta
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SchemasResource

Constructors

SchemasResource(IClientService)

Constructs a new resource.

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

Properties

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SchemasResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SchemasResource.OperationsResource

Methods

Create(GoogleCloudDiscoveryengineV1betaSchema, string)

Creates a Schema.

Declaration
public virtual ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SchemasResource.CreateRequest Create(GoogleCloudDiscoveryengineV1betaSchema body, string parent)
Parameters
Type Name Description
GoogleCloudDiscoveryengineV1betaSchema body

The body of the request.

string parent

Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.

Returns
Type Description
ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SchemasResource.CreateRequest

Delete(string)

Deletes a Schema.

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

Required. The full resource name of the schema, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.

Returns
Type Description
ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SchemasResource.DeleteRequest

Get(string)

Gets a Schema.

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

Required. The full resource name of the schema, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.

Returns
Type Description
ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SchemasResource.GetRequest

List(string)

Gets a list of Schemas.

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

Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.

Returns
Type Description
ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SchemasResource.ListRequest

Patch(GoogleCloudDiscoveryengineV1betaSchema, string)

Updates a Schema.

Declaration
public virtual ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SchemasResource.PatchRequest Patch(GoogleCloudDiscoveryengineV1betaSchema body, string name)
Parameters
Type Name Description
GoogleCloudDiscoveryengineV1betaSchema body

The body of the request.

string name

Immutable. The full resource name of the schema, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}. This field must be a UTF-8 encoded string with a length limit of 1024 characters.

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