Interface ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.RestrictOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict,ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict.Builder
- Enclosing class:
- ImportIndexRequest.ConnectorConfig.DatapointFieldMapping
public static interface ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.RestrictOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAllowColumn(int index) Optional.com.google.protobuf.ByteStringgetAllowColumnBytes(int index) Optional.intOptional.Optional.getDenyColumn(int index) Optional.com.google.protobuf.ByteStringgetDenyColumnBytes(int index) Optional.intOptional.Optional.Required.com.google.protobuf.ByteStringRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNamespace
String getNamespace()Required. The namespace of the restrict in the index.
string namespace = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()Required. The namespace of the restrict in the index.
string namespace = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for namespace.
-
getAllowColumnList
Optional. The columns containing the allow values.
repeated string allow_column = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- A list containing the allowColumn.
-
getAllowColumnCount
int getAllowColumnCount()Optional. The columns containing the allow values.
repeated string allow_column = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The count of allowColumn.
-
getAllowColumn
Optional. The columns containing the allow values.
repeated string allow_column = 2 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the element to return.- Returns:
- The allowColumn at the given index.
-
getAllowColumnBytes
com.google.protobuf.ByteString getAllowColumnBytes(int index) Optional. The columns containing the allow values.
repeated string allow_column = 2 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the allowColumn at the given index.
-
getDenyColumnList
Optional. The columns containing the deny values.
repeated string deny_column = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- A list containing the denyColumn.
-
getDenyColumnCount
int getDenyColumnCount()Optional. The columns containing the deny values.
repeated string deny_column = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The count of denyColumn.
-
getDenyColumn
Optional. The columns containing the deny values.
repeated string deny_column = 3 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the element to return.- Returns:
- The denyColumn at the given index.
-
getDenyColumnBytes
com.google.protobuf.ByteString getDenyColumnBytes(int index) Optional. The columns containing the deny values.
repeated string deny_column = 3 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the denyColumn at the given index.
-