Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::ListIdentityMappingsRequest (v2.3.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::ListIdentityMappingsRequest.

Request message for IdentityMappingStoreService.ListIdentityMappings

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#identity_mapping_store

def identity_mapping_store() -> ::String
Returns
  • (::String) — Required. The name of the Identity Mapping Store to list Identity Mapping Entries in. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

#identity_mapping_store=

def identity_mapping_store=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the Identity Mapping Store to list Identity Mapping Entries in. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}
Returns
  • (::String) — Required. The name of the Identity Mapping Store to list Identity Mapping Entries in. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — 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.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.

#page_token

def page_token() -> ::String
Returns
  • (::String) — 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.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.