public static interface V1.SysctlOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of a property to set
|
com.google.protobuf.ByteString |
getNameBytes()
Name of a property to set
|
String |
getValue()
Value of a property to set
|
com.google.protobuf.ByteString |
getValueBytes()
Value of a property to set
|
boolean |
hasName()
Name of a property to set
|
boolean |
hasValue()
Value of a property to set
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Name of a property to set
optional string name = 1;String getName()
Name of a property to set
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of a property to set
optional string name = 1;boolean hasValue()
Value of a property to set
optional string value = 2;String getValue()
Value of a property to set
optional string value = 2;com.google.protobuf.ByteString getValueBytes()
Value of a property to set
optional string value = 2;Copyright © 2023. All rights reserved.