Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.IdentityMappingStoresResource.CreateRequest

Creates a new Identity Mapping Store.

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

Constructors

CreateRequest(IClientService, GoogleCloudDiscoveryengineV1alphaIdentityMappingStore, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaIdentityMappingStore body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudDiscoveryengineV1alphaIdentityMappingStore 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<GoogleCloudDiscoveryengineV1alphaIdentityMappingStore>.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<GoogleCloudDiscoveryengineV1alphaIdentityMappingStore>.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<GoogleCloudDiscoveryengineV1alphaIdentityMappingStore>.RestPath

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Create parameter list.

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

Implements

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