Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.IdentityMappingStoresResource.ListIdentityMappingsRequest

Lists Identity Mappings in an Identity Mapping Store.

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

Constructors

ListIdentityMappingsRequest(IClientService, string)

Constructs a new ListIdentityMappings request.

Declaration
public ListIdentityMappingsRequest(IClientService service, string identityMappingStore)
Parameters
Type Name Description
IClientService service
string identityMappingStore

Properties

HttpMethod

Gets the HTTP method.

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

IdentityMappingStore

Required. The name of the Identity Mapping Store to list Identity Mapping Entries in. 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
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaListIdentityMappingsResponse>.MethodName

PageSize

Maximum number of IdentityMappings to return. If unspecified, defaults to 2000. The maximum allowed value is 10000. Values above 10000 will be coerced to 10000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A page token, received from a previous ListIdentityMappings call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListIdentityMappings must match the call that provided the page token.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes ListIdentityMappings parameter list.

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

Implements

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