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 Type
    Method
    Description
    Name of a property to set
    com.google.protobuf.ByteString
    Name of a property to set
    Value of a property to set
    com.google.protobuf.ByteString
    Value of a property to set
    boolean
    Name of a property to set
    boolean
    Value of a property to set

    Methods 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;