All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.polypheny.prism.EntitiesRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: org/polypheny/prism/namespace_meta_requests.proto

package org.polypheny.prism;

public interface EntitiesRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.polypheny.prism.EntitiesRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the namespace within which entities are to be searched.
   * 
* * string namespace_name = 1; * @return The namespaceName. */ java.lang.String getNamespaceName(); /** *
   * The name of the namespace within which entities are to be searched.
   * 
* * string namespace_name = 1; * @return The bytes for namespaceName. */ com.google.protobuf.ByteString getNamespaceNameBytes(); /** *
   * An optional pattern for filtering the returned entities. This can help in narrowing down the list of entities based on a naming pattern or other criteria.
   * 
* * optional string entity_pattern = 2; * @return Whether the entityPattern field is set. */ boolean hasEntityPattern(); /** *
   * An optional pattern for filtering the returned entities. This can help in narrowing down the list of entities based on a naming pattern or other criteria.
   * 
* * optional string entity_pattern = 2; * @return The entityPattern. */ java.lang.String getEntityPattern(); /** *
   * An optional pattern for filtering the returned entities. This can help in narrowing down the list of entities based on a naming pattern or other criteria.
   * 
* * optional string entity_pattern = 2; * @return The bytes for entityPattern. */ com.google.protobuf.ByteString getEntityPatternBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy