Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.UserStoresResource.GetRequest

Gets the User Store.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>
ProjectsResource.LocationsResource.UserStoresResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>
IClientServiceRequest
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.Xgafv
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.AccessToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.Alt
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.Callback
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.Fields
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.Key
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.OauthToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.PrettyPrint
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.QuotaUser
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.UploadType
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.UploadProtocol
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.Execute()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.GetBody()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.ETagAction
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.ModifyRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.ValidateParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.ApiVersion
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.RequestParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>.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.UserStoresResource.GetRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaUserStore>, 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<GoogleCloudDiscoveryengineV1alphaUserStore>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the User Store to get. Format: projects/{project}/locations/{location}/userStores/{user_store_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<GoogleCloudDiscoveryengineV1alphaUserStore>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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