Interface CoreServiceProto.ListFeatureTablesRequest.FilterOrBuilder

    • Method Detail

      • getProject

        String getProject()
         Optional. Specifies the name of the project to list Feature Tables in.
         If unspecified would list Feature Tables in the default project.
         
        string project = 1;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Optional. Specifies the name of the project to list Feature Tables in.
         If unspecified would list Feature Tables in the default project.
         
        string project = 1;
        Returns:
        The bytes for project.
      • getLabelsCount

        int getLabelsCount()
         Optional. Feature Tables with all matching labels will be returned.
         If unspecified would list Feature Tables without filtering by labels.
         
        map<string, string> labels = 3;
      • containsLabels

        boolean containsLabels​(String key)
         Optional. Feature Tables with all matching labels will be returned.
         If unspecified would list Feature Tables without filtering by labels.
         
        map<string, string> labels = 3;
      • getLabelsMap

        Map<String,​String> getLabelsMap()
         Optional. Feature Tables with all matching labels will be returned.
         If unspecified would list Feature Tables without filtering by labels.
         
        map<string, string> labels = 3;
      • getLabelsOrDefault

        String getLabelsOrDefault​(String key,
                                  String defaultValue)
         Optional. Feature Tables with all matching labels will be returned.
         If unspecified would list Feature Tables without filtering by labels.
         
        map<string, string> labels = 3;
      • getLabelsOrThrow

        String getLabelsOrThrow​(String key)
         Optional. Feature Tables with all matching labels will be returned.
         If unspecified would list Feature Tables without filtering by labels.
         
        map<string, string> labels = 3;