Package io.kubernetes.client.proto
Interface V1Authentication.ExtraValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Authentication.ExtraValue,V1Authentication.ExtraValue.Builder
- Enclosing class:
- V1Authentication
public static interface V1Authentication.ExtraValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetItems(int index) repeated string items = 1;com.google.protobuf.ByteStringgetItemsBytes(int index) repeated string items = 1;intrepeated string items = 1;repeated string items = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-