public interface ArtifactClientOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBehaviors(int index)
public abstract String getBehaviors(int index)The behaviors of the client accessing the network.
repeated string behaviors = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The behaviors at the given index. |
getBehaviorsBytes(int index)
public abstract ByteString getBehaviorsBytes(int index)The behaviors of the client accessing the network.
repeated string behaviors = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the behaviors at the given index. |
getBehaviorsCount()
public abstract int getBehaviorsCount()The behaviors of the client accessing the network.
repeated string behaviors = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of behaviors. |
getBehaviorsList()
public abstract List<String> getBehaviorsList()The behaviors of the client accessing the network.
repeated string behaviors = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the behaviors. |
getProxies(int index)
public abstract String getProxies(int index)The type of proxies used by the client.
repeated string proxies = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The proxies at the given index. |
getProxiesBytes(int index)
public abstract ByteString getProxiesBytes(int index)The type of proxies used by the client.
repeated string proxies = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the proxies at the given index. |
getProxiesCount()
public abstract int getProxiesCount()The type of proxies used by the client.
repeated string proxies = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of proxies. |
getProxiesList()
public abstract List<String> getProxiesList()The type of proxies used by the client.
repeated string proxies = 2;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the proxies. |