Package com.google.container.v1beta1
Interface K8sBetaAPIConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
K8sBetaAPIConfig
,K8sBetaAPIConfig.Builder
public interface K8sBetaAPIConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEnabledApis(int index)
api name, e.g.com.google.protobuf.ByteString
getEnabledApisBytes(int index)
api name, e.g.int
getEnabledApisCount()
api name, e.g.List<String>
getEnabledApisList()
api name, e.g.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEnabledApisList
List<String> getEnabledApisList()
api name, e.g. storage.k8s.io/v1beta1/csistoragecapacities.
repeated string enabled_apis = 1;
- Returns:
- A list containing the enabledApis.
-
getEnabledApisCount
int getEnabledApisCount()
api name, e.g. storage.k8s.io/v1beta1/csistoragecapacities.
repeated string enabled_apis = 1;
- Returns:
- The count of enabledApis.
-
getEnabledApis
String getEnabledApis(int index)
api name, e.g. storage.k8s.io/v1beta1/csistoragecapacities.
repeated string enabled_apis = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The enabledApis at the given index.
-
getEnabledApisBytes
com.google.protobuf.ByteString getEnabledApisBytes(int index)
api name, e.g. storage.k8s.io/v1beta1/csistoragecapacities.
repeated string enabled_apis = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the enabledApis at the given index.
-
-