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
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
-
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.
-