public interface SslPoliciesListAvailableFeaturesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFeatures(int index)
public abstract String getFeatures(int index)
repeated string features = 246211645;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The features at the given index. |
getFeaturesBytes(int index)
public abstract ByteString getFeaturesBytes(int index)
repeated string features = 246211645;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the features at the given index. |
getFeaturesCount()
public abstract int getFeaturesCount()
repeated string features = 246211645;
Returns | |
---|---|
Type | Description |
int |
The count of features. |
getFeaturesList()
public abstract List<String> getFeaturesList()
repeated string features = 246211645;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the features. |