Class ProjectsResource.LocationsResource.IdentityMappingStoresResource.ImportIdentityMappingsRequest
Imports a list of Identity Mapping Entries to an Identity Mapping Store.
Inheritance
ProjectsResource.LocationsResource.IdentityMappingStoresResource.ImportIdentityMappingsRequest
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.IdentityMappingStoresResource.ImportIdentityMappingsRequest : DiscoveryEngineBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
ImportIdentityMappingsRequest(IClientService, GoogleCloudDiscoveryengineV1betaImportIdentityMappingsRequest, string)
Constructs a new ImportIdentityMappings request.
Declaration
public ImportIdentityMappingsRequest(IClientService service, GoogleCloudDiscoveryengineV1betaImportIdentityMappingsRequest body, string identityMappingStore)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDiscoveryengineV1betaImportIdentityMappingsRequest | body | |
string | identityMappingStore |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
IdentityMappingStore
Required. The name of the Identity Mapping Store to import Identity Mapping Entries to. Format:
projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}
Declaration
[RequestParameter("identityMappingStore", RequestParameterType.Path)]
public virtual string IdentityMappingStore { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ImportIdentityMappings parameter list.
Declaration
protected override void InitParameters()