Interface BundleInstallSpecOrBuilder (1.54.0)

public interface BundleInstallSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExemptedNamespaces(int index)

public abstract String getExemptedNamespaces(int index)

The set of namespaces to be exempted from the bundle.

repeated string exempted_namespaces = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The exemptedNamespaces at the given index.

getExemptedNamespacesBytes(int index)

public abstract ByteString getExemptedNamespacesBytes(int index)

The set of namespaces to be exempted from the bundle.

repeated string exempted_namespaces = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the exemptedNamespaces at the given index.

getExemptedNamespacesCount()

public abstract int getExemptedNamespacesCount()

The set of namespaces to be exempted from the bundle.

repeated string exempted_namespaces = 2;

Returns
Type Description
int

The count of exemptedNamespaces.

getExemptedNamespacesList()

public abstract List<String> getExemptedNamespacesList()

The set of namespaces to be exempted from the bundle.

repeated string exempted_namespaces = 2;

Returns
Type Description
List<String>

A list containing the exemptedNamespaces.