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 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

      List<String> 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

      String getAllowColumn(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 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

      List<String> 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

      String getDenyColumn(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 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.