Package io.kubernetes.client.proto
Interface V1beta1Authentication.ExtraValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Authentication.ExtraValue
,V1beta1Authentication.ExtraValue.Builder
- Enclosing class:
- V1beta1Authentication
public static interface V1beta1Authentication.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;
-