Class ProjectsResource.LocationsResource.DataStoresResource.SchemasResource
The "schemas" collection of methods.
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.DataStoresResource.SchemasResource
Constructors
SchemasResource(IClientService)
Constructs a new resource.
Declaration
public SchemasResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(GoogleCloudDiscoveryengineV1alphaSchema, string)
Creates a Schema.
Declaration
public virtual ProjectsResource.LocationsResource.DataStoresResource.SchemasResource.CreateRequest Create(GoogleCloudDiscoveryengineV1alphaSchema body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDiscoveryengineV1alphaSchema | body | The body of the request. |
string | parent | Required. The parent data store resource name, in the format of
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DataStoresResource.SchemasResource.CreateRequest |
Delete(string)
Deletes a Schema.
Declaration
public virtual ProjectsResource.LocationsResource.DataStoresResource.SchemasResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The full resource name of the schema, in the format of
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DataStoresResource.SchemasResource.DeleteRequest |
Get(string)
Gets a Schema.
Declaration
public virtual ProjectsResource.LocationsResource.DataStoresResource.SchemasResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The full resource name of the schema, in the format of
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DataStoresResource.SchemasResource.GetRequest |
List(string)
Gets a list of Schemas.
Declaration
public virtual ProjectsResource.LocationsResource.DataStoresResource.SchemasResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent data store resource name, in the format of
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DataStoresResource.SchemasResource.ListRequest |
Patch(GoogleCloudDiscoveryengineV1alphaSchema, string)
Updates a Schema.
Declaration
public virtual ProjectsResource.LocationsResource.DataStoresResource.SchemasResource.PatchRequest Patch(GoogleCloudDiscoveryengineV1alphaSchema body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDiscoveryengineV1alphaSchema | body | The body of the request. |
string | name | Immutable. The full resource name of the schema, in the format of
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DataStoresResource.SchemasResource.PatchRequest |