Class ProjectsResource.LocationsResource.SampleQuerySetsResource
The "sampleQuerySets" collection of methods.
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.SampleQuerySetsResource
Constructors
SampleQuerySetsResource(IClientService)
Constructs a new resource.
Declaration
public SampleQuerySetsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.SampleQuerySetsResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.SampleQuerySetsResource.OperationsResource |
SampleQueries
Gets the SampleQueries resource.
Declaration
public virtual ProjectsResource.LocationsResource.SampleQuerySetsResource.SampleQueriesResource SampleQueries { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.SampleQuerySetsResource.SampleQueriesResource |
Methods
Create(GoogleCloudDiscoveryengineV1alphaSampleQuerySet, string)
Creates a SampleQuerySet
Declaration
public virtual ProjectsResource.LocationsResource.SampleQuerySetsResource.CreateRequest Create(GoogleCloudDiscoveryengineV1alphaSampleQuerySet body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDiscoveryengineV1alphaSampleQuerySet | body | The body of the request. |
string | parent | Required. The parent resource name, such as |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.SampleQuerySetsResource.CreateRequest |
Delete(string)
Deletes a SampleQuerySet.
Declaration
public virtual ProjectsResource.LocationsResource.SampleQuerySetsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Full resource name of SampleQuerySet, such as
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.SampleQuerySetsResource.DeleteRequest |
Get(string)
Gets a SampleQuerySet.
Declaration
public virtual ProjectsResource.LocationsResource.SampleQuerySetsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Full resource name of SampleQuerySet, such as
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.SampleQuerySetsResource.GetRequest |
List(string)
Gets a list of SampleQuerySets.
Declaration
public virtual ProjectsResource.LocationsResource.SampleQuerySetsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent location resource name, such as |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.SampleQuerySetsResource.ListRequest |
Patch(GoogleCloudDiscoveryengineV1alphaSampleQuerySet, string)
Updates a SampleQuerySet.
Declaration
public virtual ProjectsResource.LocationsResource.SampleQuerySetsResource.PatchRequest Patch(GoogleCloudDiscoveryengineV1alphaSampleQuerySet body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDiscoveryengineV1alphaSampleQuerySet | body | The body of the request. |
string | name | Identifier. The full resource name of the SampleQuerySet, in the format of
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.SampleQuerySetsResource.PatchRequest |