Package io.kubernetes.client.proto
Interface V1.SysctlOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.Sysctl
,V1.Sysctl.Builder
- Enclosing class:
- V1
public static interface V1.SysctlOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Name of a property to setcom.google.protobuf.ByteString
Name of a property to setgetValue()
Value of a property to setcom.google.protobuf.ByteString
Value of a property to setboolean
hasName()
Name of a property to setboolean
hasValue()
Value of a property to setMethods 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()Name of a property to set
optional string name = 1;
-
getName
String getName()Name of a property to set
optional string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name of a property to set
optional string name = 1;
-
hasValue
boolean hasValue()Value of a property to set
optional string value = 2;
-
getValue
String getValue()Value of a property to set
optional string value = 2;
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()Value of a property to set
optional string value = 2;
-