Package io.kubernetes.client.proto
Interface IntStr.IntOrStringOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IntStr.IntOrString,IntStr.IntOrString.Builder
- Enclosing class:
- IntStr
public static interface IntStr.IntOrStringOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintoptional int32 intVal = 2;optional string strVal = 3;com.google.protobuf.ByteStringoptional string strVal = 3;longgetType()optional int64 type = 1;booleanoptional int32 intVal = 2;booleanoptional string strVal = 3;booleanhasType()optional int64 type = 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
-
hasType
boolean hasType()optional int64 type = 1; -
getType
long getType()optional int64 type = 1; -
hasIntVal
boolean hasIntVal()optional int32 intVal = 2; -
getIntVal
int getIntVal()optional int32 intVal = 2; -
hasStrVal
boolean hasStrVal()optional string strVal = 3; -
getStrVal
String getStrVal()optional string strVal = 3; -
getStrValBytes
com.google.protobuf.ByteString getStrValBytes()optional string strVal = 3;
-