Package io.kubernetes.client.proto
Interface V1.PodDNSConfigOptionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.PodDNSConfigOption
,V1.PodDNSConfigOption.Builder
- Enclosing class:
- V1
public static interface V1.PodDNSConfigOptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasName
boolean hasName()Required.
optional string name = 1;
-
getName
String getName()Required.
optional string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Required.
optional string name = 1;
-
hasValue
boolean hasValue()+optional
optional string value = 2;
-
getValue
String getValue()+optional
optional string value = 2;
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()+optional
optional string value = 2;
-