public static interface ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.RestrictOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowColumn(int index)
Optional.
|
com.google.protobuf.ByteString |
getAllowColumnBytes(int index)
Optional.
|
int |
getAllowColumnCount()
Optional.
|
List<String> |
getAllowColumnList()
Optional.
|
String |
getDenyColumn(int index)
Optional.
|
com.google.protobuf.ByteString |
getDenyColumnBytes(int index)
Optional.
|
int |
getDenyColumnCount()
Optional.
|
List<String> |
getDenyColumnList()
Optional.
|
String |
getNamespace()
Required.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNamespace()
Required. The namespace of the restrict in the index.
string namespace = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNamespaceBytes()
Required. The namespace of the restrict in the index.
string namespace = 1 [(.google.api.field_behavior) = REQUIRED];List<String> getAllowColumnList()
Optional. The columns containing the allow values.
repeated string allow_column = 2 [(.google.api.field_behavior) = OPTIONAL];int getAllowColumnCount()
Optional. The columns containing the allow values.
repeated string allow_column = 2 [(.google.api.field_behavior) = OPTIONAL];String getAllowColumn(int index)
Optional. The columns containing the allow values.
repeated string allow_column = 2 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getAllowColumnBytes(int index)
Optional. The columns containing the allow values.
repeated string allow_column = 2 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.List<String> getDenyColumnList()
Optional. The columns containing the deny values.
repeated string deny_column = 3 [(.google.api.field_behavior) = OPTIONAL];int getDenyColumnCount()
Optional. The columns containing the deny values.
repeated string deny_column = 3 [(.google.api.field_behavior) = OPTIONAL];String getDenyColumn(int index)
Optional. The columns containing the deny values.
repeated string deny_column = 3 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getDenyColumnBytes(int index)
Optional. The columns containing the deny values.
repeated string deny_column = 3 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.