Interface EntityFilterOrBuilder (2.19.2)

public interface EntityFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKinds(int index)

public abstract String getKinds(int index)

If empty, then this represents all kinds.

repeated string kinds = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The kinds at the given index.

getKindsBytes(int index)

public abstract ByteString getKindsBytes(int index)

If empty, then this represents all kinds.

repeated string kinds = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the kinds at the given index.

getKindsCount()

public abstract int getKindsCount()

If empty, then this represents all kinds.

repeated string kinds = 1;

Returns
Type Description
int

The count of kinds.

getKindsList()

public abstract List<String> getKindsList()

If empty, then this represents all kinds.

repeated string kinds = 1;

Returns
Type Description
List<String>

A list containing the kinds.

getNamespaceIds(int index)

public abstract 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;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The namespaceIds at the given index.

getNamespaceIdsBytes(int index)

public abstract 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;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the namespaceIds at the given index.

getNamespaceIdsCount()

public abstract 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
Type Description
int

The count of namespaceIds.

getNamespaceIdsList()

public abstract 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
Type Description
List<String>

A list containing the namespaceIds.