public interface BundleInstallSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 |
intThe 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 |
intThe 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. |