Interface CoreServiceProto.ListEntitiesRequest.FilterOrBuilder

    • Method Detail

      • getProject

        String getProject()
         Optional. Specifies the name of the project to list Entities in.
         It is NOT possible to provide an asterisk with a string in order to do pattern matching.
         If unspecified, this field will default to the default project 'default'.
         
        string project = 3;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Optional. Specifies the name of the project to list Entities in.
         It is NOT possible to provide an asterisk with a string in order to do pattern matching.
         If unspecified, this field will default to the default project 'default'.
         
        string project = 3;
        Returns:
        The bytes for project.
      • getLabelsCount

        int getLabelsCount()
         Optional. User defined metadata for entity.
         Entities with all matching labels will be returned.
         
        map<string, string> labels = 4;
      • containsLabels

        boolean containsLabels​(String key)
         Optional. User defined metadata for entity.
         Entities with all matching labels will be returned.
         
        map<string, string> labels = 4;
      • getLabelsMap

        Map<String,​String> getLabelsMap()
         Optional. User defined metadata for entity.
         Entities with all matching labels will be returned.
         
        map<string, string> labels = 4;
      • getLabelsOrDefault

        String getLabelsOrDefault​(String key,
                                  String defaultValue)
         Optional. User defined metadata for entity.
         Entities with all matching labels will be returned.
         
        map<string, string> labels = 4;
      • getLabelsOrThrow

        String getLabelsOrThrow​(String key)
         Optional. User defined metadata for entity.
         Entities with all matching labels will be returned.
         
        map<string, string> labels = 4;