public interface MappingRuleFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEntities(int index)
Optional.
|
com.google.protobuf.ByteString |
getEntitiesBytes(int index)
Optional.
|
int |
getEntitiesCount()
Optional.
|
List<String> |
getEntitiesList()
Optional.
|
String |
getEntityNameContains()
Optional.
|
com.google.protobuf.ByteString |
getEntityNameContainsBytes()
Optional.
|
String |
getEntityNamePrefix()
Optional.
|
com.google.protobuf.ByteString |
getEntityNamePrefixBytes()
Optional.
|
String |
getEntityNameSuffix()
Optional.
|
com.google.protobuf.ByteString |
getEntityNameSuffixBytes()
Optional.
|
String |
getParentEntity()
Optional.
|
com.google.protobuf.ByteString |
getParentEntityBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParentEntity()
Optional. The rule should be applied to entities whose parent entity (fully qualified name) matches the given value. For example, if the rule applies to a table entity, the expected value should be a schema (schema). If the rule applies to a column or index entity, the expected value can be either a schema (schema) or a table (schema.table)
string parent_entity = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getParentEntityBytes()
Optional. The rule should be applied to entities whose parent entity (fully qualified name) matches the given value. For example, if the rule applies to a table entity, the expected value should be a schema (schema). If the rule applies to a column or index entity, the expected value can be either a schema (schema) or a table (schema.table)
string parent_entity = 1 [(.google.api.field_behavior) = OPTIONAL];String getEntityNamePrefix()
Optional. The rule should be applied to entities whose non-qualified name starts with the given prefix.
string entity_name_prefix = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getEntityNamePrefixBytes()
Optional. The rule should be applied to entities whose non-qualified name starts with the given prefix.
string entity_name_prefix = 2 [(.google.api.field_behavior) = OPTIONAL];String getEntityNameSuffix()
Optional. The rule should be applied to entities whose non-qualified name ends with the given suffix.
string entity_name_suffix = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getEntityNameSuffixBytes()
Optional. The rule should be applied to entities whose non-qualified name ends with the given suffix.
string entity_name_suffix = 3 [(.google.api.field_behavior) = OPTIONAL];String getEntityNameContains()
Optional. The rule should be applied to entities whose non-qualified name contains the given string.
string entity_name_contains = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getEntityNameContainsBytes()
Optional. The rule should be applied to entities whose non-qualified name contains the given string.
string entity_name_contains = 4 [(.google.api.field_behavior) = OPTIONAL];List<String> getEntitiesList()
Optional. The rule should be applied to specific entities defined by their fully qualified names.
repeated string entities = 5 [(.google.api.field_behavior) = OPTIONAL];int getEntitiesCount()
Optional. The rule should be applied to specific entities defined by their fully qualified names.
repeated string entities = 5 [(.google.api.field_behavior) = OPTIONAL];String getEntities(int index)
Optional. The rule should be applied to specific entities defined by their fully qualified names.
repeated string entities = 5 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getEntitiesBytes(int index)
Optional. The rule should be applied to specific entities defined by their fully qualified names.
repeated string entities = 5 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.