Package io.kubernetes.client.proto
Interface V1Certificates.ExtraValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Certificates.ExtraValue
,V1Certificates.ExtraValue.Builder
- Enclosing class:
- V1Certificates
public static interface V1Certificates.ExtraValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetItems
(int index) repeated string items = 1;
com.google.protobuf.ByteString
getItemsBytes
(int index) repeated string items = 1;
int
repeated string items = 1;
repeated string items = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getItemsList
repeated string items = 1;
-
getItemsCount
int getItemsCount()repeated string items = 1;
-
getItems
repeated string items = 1;
-
getItemsBytes
com.google.protobuf.ByteString getItemsBytes(int index) repeated string items = 1;
-