Class ProjectsResource.LocationsResource.ProcessorsResource.DatasetResource.GetDatasetSchemaRequest
Gets the DatasetSchema
of a Dataset
.
Inheritance
ProjectsResource.LocationsResource.ProcessorsResource.DatasetResource.GetDatasetSchemaRequest
Inherited Members
Namespace: Google.Apis.Document.v1beta3
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class ProjectsResource.LocationsResource.ProcessorsResource.DatasetResource.GetDatasetSchemaRequest : DocumentBaseServiceRequest<GoogleCloudDocumentaiV1beta3DatasetSchema>, IClientServiceRequest<GoogleCloudDocumentaiV1beta3DatasetSchema>, IClientServiceRequest
Constructors
GetDatasetSchemaRequest(IClientService, string)
Constructs a new GetDatasetSchema request.
Declaration
public GetDatasetSchemaRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The dataset schema resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
VisibleFieldsOnly
If set, only returns the visible fields of the schema.
Declaration
[RequestParameter("visibleFieldsOnly", RequestParameterType.Query)]
public virtual bool? VisibleFieldsOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Methods
InitParameters()
Initializes GetDatasetSchema parameter list.
Declaration
protected override void InitParameters()