Package io.kubernetes.client.proto
Interface Resource.QuantityValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Resource.QuantityValue,Resource.QuantityValue.Builder
- Enclosing class:
- Resource
public static interface Resource.QuantityValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string string = 1;com.google.protobuf.ByteStringoptional string string = 1;booleanoptional string string = 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
-
hasString
boolean hasString()optional string string = 1; -
getString
String getString()optional string string = 1; -
getStringBytes
com.google.protobuf.ByteString getStringBytes()optional string string = 1;
-