Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DataStoresResource.SchemasResource.GetRequest

Gets a Schema.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>
ProjectsResource.LocationsResource.DataStoresResource.SchemasResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>
IClientServiceRequest
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.Xgafv
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.AccessToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.Alt
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.Callback
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.Fields
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.Key
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.OauthToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.PrettyPrint
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.QuotaUser
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.UploadType
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.UploadProtocol
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.Execute()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.GetBody()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.ETagAction
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.ModifyRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.ValidateParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.ApiVersion
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.RequestParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.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.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.DataStoresResource.SchemasResource.GetRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>, 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<GoogleCloudDiscoveryengineV1alphaSchema>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaSchema>.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<GoogleCloudDiscoveryengineV1alphaSchema>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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