Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.IdentityMappingStoresResource.GetRequest

Gets the Identity Mapping Store.

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

MethodName

Gets the method name.

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

Name

Required. The name of the Identity Mapping Store to get. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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