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.ByteStringName of a property to setgetValue()Value of a property to setcom.google.protobuf.ByteStringValue of a property to setbooleanhasName()Name of a property to setbooleanhasValue()Value of a property to setMethods 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
-
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;
-