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
-
(::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
-
value (::String) — Required. The name of the Identity Mapping Store to list Identity Mapping
Entries in. Format:
projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}
-
(::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
- (::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
- 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.
- (::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
-
(::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
-
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.
-
(::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.