Interface EntityFilterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EntityFilter, EntityFilter.Builder

public interface EntityFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getKinds(int index)
    If empty, then this represents all kinds.
    com.google.protobuf.ByteString
    getKindsBytes(int index)
    If empty, then this represents all kinds.
    int
    If empty, then this represents all kinds.
    If empty, then this represents all kinds.
    getNamespaceIds(int index)
    An empty list represents all namespaces.
    com.google.protobuf.ByteString
    An empty list represents all namespaces.
    int
    An empty list represents all namespaces.
    An empty list represents all namespaces.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getKindsList

      List<String> getKindsList()
       If empty, then this represents all kinds.
       
      repeated string kinds = 1;
      Returns:
      A list containing the kinds.
    • getKindsCount

      int getKindsCount()
       If empty, then this represents all kinds.
       
      repeated string kinds = 1;
      Returns:
      The count of kinds.
    • getKinds

      String getKinds(int index)
       If empty, then this represents all kinds.
       
      repeated string kinds = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The kinds at the given index.
    • getKindsBytes

      com.google.protobuf.ByteString getKindsBytes(int index)
       If empty, then this represents all kinds.
       
      repeated string kinds = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the kinds at the given index.
    • getNamespaceIdsList

      List<String> getNamespaceIdsList()
       An empty list represents all namespaces. This is the preferred
       usage for projects that don't use namespaces.
      
       An empty string element represents the default namespace. This should be
       used if the project has data in non-default namespaces, but doesn't want to
       include them.
       Each namespace in this list must be unique.
       
      repeated string namespace_ids = 2;
      Returns:
      A list containing the namespaceIds.
    • getNamespaceIdsCount

      int getNamespaceIdsCount()
       An empty list represents all namespaces. This is the preferred
       usage for projects that don't use namespaces.
      
       An empty string element represents the default namespace. This should be
       used if the project has data in non-default namespaces, but doesn't want to
       include them.
       Each namespace in this list must be unique.
       
      repeated string namespace_ids = 2;
      Returns:
      The count of namespaceIds.
    • getNamespaceIds

      String getNamespaceIds(int index)
       An empty list represents all namespaces. This is the preferred
       usage for projects that don't use namespaces.
      
       An empty string element represents the default namespace. This should be
       used if the project has data in non-default namespaces, but doesn't want to
       include them.
       Each namespace in this list must be unique.
       
      repeated string namespace_ids = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The namespaceIds at the given index.
    • getNamespaceIdsBytes

      com.google.protobuf.ByteString getNamespaceIdsBytes(int index)
       An empty list represents all namespaces. This is the preferred
       usage for projects that don't use namespaces.
      
       An empty string element represents the default namespace. This should be
       used if the project has data in non-default namespaces, but doesn't want to
       include them.
       Each namespace in this list must be unique.
       
      repeated string namespace_ids = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the namespaceIds at the given index.