public interface ImportIdentityMappingsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIdentityMappingStore()
public abstract String getIdentityMappingStore() Required. The name of the Identity Mapping Store to import Identity Mapping
Entries to. 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 import Identity Mapping
Entries to. 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. |
getInlineSource()
public abstract ImportIdentityMappingsRequest.InlineSource getInlineSource()The inline source to import identity mapping entries from.
.google.cloud.discoveryengine.v1.ImportIdentityMappingsRequest.InlineSource inline_source = 2;
| Returns | |
|---|---|
| Type | Description |
ImportIdentityMappingsRequest.InlineSource |
The inlineSource. |
getInlineSourceOrBuilder()
public abstract ImportIdentityMappingsRequest.InlineSourceOrBuilder getInlineSourceOrBuilder()The inline source to import identity mapping entries from.
.google.cloud.discoveryengine.v1.ImportIdentityMappingsRequest.InlineSource inline_source = 2;
| Returns | |
|---|---|
| Type | Description |
ImportIdentityMappingsRequest.InlineSourceOrBuilder |
|
getSourceCase()
public abstract ImportIdentityMappingsRequest.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
ImportIdentityMappingsRequest.SourceCase |
|
hasInlineSource()
public abstract boolean hasInlineSource()The inline source to import identity mapping entries from.
.google.cloud.discoveryengine.v1.ImportIdentityMappingsRequest.InlineSource inline_source = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the inlineSource field is set. |