Interface SslPoliciesListAvailableFeaturesResponseOrBuilder (1.39.0)

public interface SslPoliciesListAvailableFeaturesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatures(int index)

public abstract String getFeatures(int index)

repeated string features = 246211645;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The features at the given index.

getFeaturesBytes(int index)

public abstract ByteString getFeaturesBytes(int index)

repeated string features = 246211645;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the features at the given index.

getFeaturesCount()

public abstract int getFeaturesCount()

repeated string features = 246211645;

Returns
TypeDescription
int

The count of features.

getFeaturesList()

public abstract List<String> getFeaturesList()

repeated string features = 246211645;

Returns
TypeDescription
List<String>

A list containing the features.