Interface ListIdentityMappingsRequestOrBuilder (0.60.0)

public interface ListIdentityMappingsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdentityMappingStore()

public abstract String getIdentityMappingStore()

Required. The name of the Identity Mapping Store to list Identity Mapping Entries in. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

string identity_mapping_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The identityMappingStore.

getIdentityMappingStoreBytes()

public abstract ByteString getIdentityMappingStoreBytes()

Required. The name of the Identity Mapping Store to list Identity Mapping Entries in. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

string identity_mapping_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for identityMappingStore.

getPageSize()

public abstract int getPageSize()

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.

int32 page_size = 2;

Returns
Type Description
int

The pageSize.

getPageToken()

public abstract String getPageToken()

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 page_token = 3;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

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 page_token = 3;

Returns
Type Description
ByteString

The bytes for pageToken.