Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.IdentityMappingStoresResource.GetRequest

Gets the Identity Mapping Store.

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

MethodName

Gets the method name.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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