Interface Ops.MetaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ops.Meta
,Ops.Meta.Builder
- Enclosing class:
Ops
public static interface Ops.MetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArgs
(int index) repeated string args = 1;
com.google.protobuf.ByteString
getArgsBytes
(int index) repeated string args = 1;
int
repeated string args = 1;
repeated string args = 1;
string cgroupParent = 10;
com.google.protobuf.ByteString
string cgroupParent = 10;
getCwd()
string cwd = 3;
com.google.protobuf.ByteString
string cwd = 3;
getEnv
(int index) repeated string env = 2;
com.google.protobuf.ByteString
getEnvBytes
(int index) repeated string env = 2;
int
repeated string env = 2;
repeated string env = 2;
getExtraHosts
(int index) repeated .pb.HostIP extraHosts = 6;
int
repeated .pb.HostIP extraHosts = 6;
repeated .pb.HostIP extraHosts = 6;
getExtraHostsOrBuilder
(int index) repeated .pb.HostIP extraHosts = 6;
List
<? extends Ops.HostIPOrBuilder> repeated .pb.HostIP extraHosts = 6;
string hostname = 7;
com.google.protobuf.ByteString
string hostname = 7;
.pb.ProxyEnv proxy_env = 5;
.pb.ProxyEnv proxy_env = 5;
boolean
bool removeMountStubsRecursive = 11;
getUlimit
(int index) repeated .pb.Ulimit ulimit = 9;
int
repeated .pb.Ulimit ulimit = 9;
repeated .pb.Ulimit ulimit = 9;
getUlimitOrBuilder
(int index) repeated .pb.Ulimit ulimit = 9;
List
<? extends Ops.UlimitOrBuilder> repeated .pb.Ulimit ulimit = 9;
getUser()
string user = 4;
com.google.protobuf.ByteString
string user = 4;
int
getValidExitCodes
(int index) repeated int32 validExitCodes = 12;
int
repeated int32 validExitCodes = 12;
repeated int32 validExitCodes = 12;
boolean
.pb.ProxyEnv proxy_env = 5;
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
-
getArgsList
-
getArgsCount
int getArgsCount()repeated string args = 1;
- Returns:
- The count of args.
-
getArgs
repeated string args = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The args at the given index.
-
getArgsBytes
com.google.protobuf.ByteString getArgsBytes(int index) repeated string args = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the args at the given index.
-
getEnvList
-
getEnvCount
int getEnvCount()repeated string env = 2;
- Returns:
- The count of env.
-
getEnv
repeated string env = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The env at the given index.
-
getEnvBytes
com.google.protobuf.ByteString getEnvBytes(int index) repeated string env = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the env at the given index.
-
getCwd
-
getCwdBytes
com.google.protobuf.ByteString getCwdBytes()string cwd = 3;
- Returns:
- The bytes for cwd.
-
getUser
-
getUserBytes
com.google.protobuf.ByteString getUserBytes()string user = 4;
- Returns:
- The bytes for user.
-
hasProxyEnv
boolean hasProxyEnv().pb.ProxyEnv proxy_env = 5;
- Returns:
- Whether the proxyEnv field is set.
-
getProxyEnv
-
getProxyEnvOrBuilder
Ops.ProxyEnvOrBuilder getProxyEnvOrBuilder().pb.ProxyEnv proxy_env = 5;
-
getExtraHostsList
List<Ops.HostIP> getExtraHostsList()repeated .pb.HostIP extraHosts = 6;
-
getExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
getExtraHostsCount
int getExtraHostsCount()repeated .pb.HostIP extraHosts = 6;
-
getExtraHostsOrBuilderList
List<? extends Ops.HostIPOrBuilder> getExtraHostsOrBuilderList()repeated .pb.HostIP extraHosts = 6;
-
getExtraHostsOrBuilder
repeated .pb.HostIP extraHosts = 6;
-
getHostname
-
getHostnameBytes
com.google.protobuf.ByteString getHostnameBytes()string hostname = 7;
- Returns:
- The bytes for hostname.
-
getUlimitList
List<Ops.Ulimit> getUlimitList()repeated .pb.Ulimit ulimit = 9;
-
getUlimit
repeated .pb.Ulimit ulimit = 9;
-
getUlimitCount
int getUlimitCount()repeated .pb.Ulimit ulimit = 9;
-
getUlimitOrBuilderList
List<? extends Ops.UlimitOrBuilder> getUlimitOrBuilderList()repeated .pb.Ulimit ulimit = 9;
-
getUlimitOrBuilder
repeated .pb.Ulimit ulimit = 9;
-
getCgroupParent
-
getCgroupParentBytes
com.google.protobuf.ByteString getCgroupParentBytes()string cgroupParent = 10;
- Returns:
- The bytes for cgroupParent.
-
getRemoveMountStubsRecursive
boolean getRemoveMountStubsRecursive()bool removeMountStubsRecursive = 11;
- Returns:
- The removeMountStubsRecursive.
-
getValidExitCodesList
-
getValidExitCodesCount
int getValidExitCodesCount()repeated int32 validExitCodes = 12;
- Returns:
- The count of validExitCodes.
-
getValidExitCodes
int getValidExitCodes(int index) repeated int32 validExitCodes = 12;
- Parameters:
index
- The index of the element to return.- Returns:
- The validExitCodes at the given index.
-