Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.ServingConfigsResource.GetRequest

Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the ServingConfig to get. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config_id}

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<GoogleCloudDiscoveryengineV1ServingConfig>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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