Package com.google.cloud.compute.v1
Interface SslPoliciesListAvailableFeaturesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SslPoliciesListAvailableFeaturesResponse
,SslPoliciesListAvailableFeaturesResponse.Builder
public interface SslPoliciesListAvailableFeaturesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFeatures(int index)
repeated string features = 246211645;
com.google.protobuf.ByteString
getFeaturesBytes(int index)
repeated string features = 246211645;
int
getFeaturesCount()
repeated string features = 246211645;
List<String>
getFeaturesList()
repeated string features = 246211645;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFeaturesList
List<String> getFeaturesList()
repeated string features = 246211645;
- Returns:
- A list containing the features.
-
getFeaturesCount
int getFeaturesCount()
repeated string features = 246211645;
- Returns:
- The count of features.
-
getFeatures
String getFeatures(int index)
repeated string features = 246211645;
- Parameters:
index
- The index of the element to return.- Returns:
- The features at the given index.
-
getFeaturesBytes
com.google.protobuf.ByteString getFeaturesBytes(int index)
repeated string features = 246211645;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the features at the given index.
-
-