Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.IdentityMappingStoresResource.CreateRequest

Creates a new Identity Mapping Store.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaIdentityMappingStore>
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaIdentityMappingStore>
ProjectsResource.LocationsResource.IdentityMappingStoresResource.CreateRequest
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>.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.CreateRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaIdentityMappingStore>, IClientServiceRequest<GoogleCloudDiscoveryengineV1betaIdentityMappingStore>, IClientServiceRequest

Constructors

CreateRequest(IClientService, GoogleCloudDiscoveryengineV1betaIdentityMappingStore, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleCloudDiscoveryengineV1betaIdentityMappingStore body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudDiscoveryengineV1betaIdentityMappingStore body
string parent

Properties

CmekConfigName

Resource name of the CmekConfig to use for protecting this Identity Mapping Store.

Declaration
[RequestParameter("cmekConfigName", RequestParameterType.Query)]
public virtual string CmekConfigName { get; set; }
Property Value
Type Description
string

DisableCmek

Identity Mapping Store without CMEK protections. If a default CmekConfig is set for the project, setting this field will override the default CmekConfig as well.

Declaration
[RequestParameter("disableCmek", RequestParameterType.Query)]
public virtual bool? DisableCmek { get; set; }
Property Value
Type Description
bool?

HttpMethod

Gets the HTTP method.

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

IdentityMappingStoreId

Required. The ID of the Identity Mapping Store to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters.

Declaration
[RequestParameter("identityMappingStoreId", RequestParameterType.Query)]
public virtual string IdentityMappingStoreId { get; set; }
Property Value
Type Description
string

MethodName

Gets the method name.

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

Parent

Required. The parent collection resource name, such as projects/{project}/locations/{location}.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { 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

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaIdentityMappingStore>.GetBody()

InitParameters()

Initializes Create parameter list.

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

Implements

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