Interface Ops.SSHOptOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Ops.SSHOpt, Ops.SSHOpt.Builder
Enclosing class:
Ops

public static interface Ops.SSHOptOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    GID of agent socket
    ID of exposed ssh rule.
    com.google.protobuf.ByteString
    ID of exposed ssh rule.
    int
    Mode is the filesystem mode of agent socket
    boolean
    Optional defines if ssh socket is required.
    int
    UID of agent socket

    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

    • getID

      String getID()
       ID of exposed ssh rule. Used for quering the value.
       
      string ID = 1;
      Returns:
      The iD.
    • getIDBytes

      com.google.protobuf.ByteString getIDBytes()
       ID of exposed ssh rule. Used for quering the value.
       
      string ID = 1;
      Returns:
      The bytes for iD.
    • getUid

      int getUid()
       UID of agent socket
       
      uint32 uid = 2;
      Returns:
      The uid.
    • getGid

      int getGid()
       GID of agent socket
       
      uint32 gid = 3;
      Returns:
      The gid.
    • getMode

      int getMode()
       Mode is the filesystem mode of agent socket
       
      uint32 mode = 4;
      Returns:
      The mode.
    • getOptional

      boolean getOptional()
       Optional defines if ssh socket is required. Error is produced
       if client does not expose ssh.
       
      bool optional = 5;
      Returns:
      The optional.