Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SchemasResource.GetRequest

Gets a Schema.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>
ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SchemasResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>
IClientServiceRequest
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.Xgafv
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.AccessToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.Alt
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.Callback
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.Fields
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.Key
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.OauthToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.PrettyPrint
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.QuotaUser
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.UploadType
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.UploadProtocol
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.Execute()
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.GetBody()
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.ETagAction
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.ModifyRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.ValidateParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.ApiVersion
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.RequestParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.GetRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>, IClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(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
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.MethodName

Name

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

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
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaSchema>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX