Class Ops.Meta.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Ops.Meta.Builder>
com.google.protobuf.GeneratedMessage.Builder<Ops.Meta.Builder>
pb.Ops.Meta.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
,Ops.MetaOrBuilder
- Enclosing class:
Ops.Meta
public static final class Ops.Meta.Builder
extends com.google.protobuf.GeneratedMessage.Builder<Ops.Meta.Builder>
implements Ops.MetaOrBuilder
Meta is a set of arguments for ExecOp. Meta is unrelated to LLB metadata. FIXME: rename (ExecContext? ExecArgs?)Protobuf type
pb.Meta
-
Method Summary
Modifier and TypeMethodDescriptionaddAllArgs
(Iterable<String> values) repeated string args = 1;
repeated string env = 2;
addAllExtraHosts
(Iterable<? extends Ops.HostIP> values) repeated .pb.HostIP extraHosts = 6;
addAllUlimit
(Iterable<? extends Ops.Ulimit> values) repeated .pb.Ulimit ulimit = 9;
addAllValidExitCodes
(Iterable<? extends Integer> values) repeated int32 validExitCodes = 12;
repeated string args = 1;
addArgsBytes
(com.google.protobuf.ByteString value) repeated string args = 1;
repeated string env = 2;
addEnvBytes
(com.google.protobuf.ByteString value) repeated string env = 2;
addExtraHosts
(int index, Ops.HostIP value) repeated .pb.HostIP extraHosts = 6;
addExtraHosts
(int index, Ops.HostIP.Builder builderForValue) repeated .pb.HostIP extraHosts = 6;
addExtraHosts
(Ops.HostIP value) repeated .pb.HostIP extraHosts = 6;
addExtraHosts
(Ops.HostIP.Builder builderForValue) repeated .pb.HostIP extraHosts = 6;
repeated .pb.HostIP extraHosts = 6;
addExtraHostsBuilder
(int index) repeated .pb.HostIP extraHosts = 6;
addUlimit
(int index, Ops.Ulimit value) repeated .pb.Ulimit ulimit = 9;
addUlimit
(int index, Ops.Ulimit.Builder builderForValue) repeated .pb.Ulimit ulimit = 9;
addUlimit
(Ops.Ulimit value) repeated .pb.Ulimit ulimit = 9;
addUlimit
(Ops.Ulimit.Builder builderForValue) repeated .pb.Ulimit ulimit = 9;
repeated .pb.Ulimit ulimit = 9;
addUlimitBuilder
(int index) repeated .pb.Ulimit ulimit = 9;
addValidExitCodes
(int value) repeated int32 validExitCodes = 12;
build()
clear()
repeated string args = 1;
string cgroupParent = 10;
clearCwd()
string cwd = 3;
clearEnv()
repeated string env = 2;
repeated .pb.HostIP extraHosts = 6;
string hostname = 7;
.pb.ProxyEnv proxy_env = 5;
bool removeMountStubsRecursive = 11;
repeated .pb.Ulimit ulimit = 9;
string user = 4;
repeated int32 validExitCodes = 12;
getArgs
(int index) repeated string args = 1;
com.google.protobuf.ByteString
getArgsBytes
(int index) repeated string args = 1;
int
repeated string args = 1;
com.google.protobuf.ProtocolStringList
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;
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getEnv
(int index) repeated string env = 2;
com.google.protobuf.ByteString
getEnvBytes
(int index) repeated string env = 2;
int
repeated string env = 2;
com.google.protobuf.ProtocolStringList
repeated string env = 2;
getExtraHosts
(int index) repeated .pb.HostIP extraHosts = 6;
getExtraHostsBuilder
(int index) repeated .pb.HostIP extraHosts = 6;
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;
.pb.ProxyEnv proxy_env = 5;
boolean
bool removeMountStubsRecursive = 11;
getUlimit
(int index) repeated .pb.Ulimit ulimit = 9;
getUlimitBuilder
(int index) repeated .pb.Ulimit ulimit = 9;
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;
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeProxyEnv
(Ops.ProxyEnv value) .pb.ProxyEnv proxy_env = 5;
removeExtraHosts
(int index) repeated .pb.HostIP extraHosts = 6;
removeUlimit
(int index) repeated .pb.Ulimit ulimit = 9;
repeated string args = 1;
setCgroupParent
(String value) string cgroupParent = 10;
setCgroupParentBytes
(com.google.protobuf.ByteString value) string cgroupParent = 10;
string cwd = 3;
setCwdBytes
(com.google.protobuf.ByteString value) string cwd = 3;
repeated string env = 2;
setExtraHosts
(int index, Ops.HostIP value) repeated .pb.HostIP extraHosts = 6;
setExtraHosts
(int index, Ops.HostIP.Builder builderForValue) repeated .pb.HostIP extraHosts = 6;
setHostname
(String value) string hostname = 7;
setHostnameBytes
(com.google.protobuf.ByteString value) string hostname = 7;
setProxyEnv
(Ops.ProxyEnv value) .pb.ProxyEnv proxy_env = 5;
setProxyEnv
(Ops.ProxyEnv.Builder builderForValue) .pb.ProxyEnv proxy_env = 5;
setRemoveMountStubsRecursive
(boolean value) bool removeMountStubsRecursive = 11;
setUlimit
(int index, Ops.Ulimit value) repeated .pb.Ulimit ulimit = 9;
setUlimit
(int index, Ops.Ulimit.Builder builderForValue) repeated .pb.Ulimit ulimit = 9;
string user = 4;
setUserBytes
(com.google.protobuf.ByteString value) string user = 4;
setValidExitCodes
(int index, int value) repeated int32 validExitCodes = 12;
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<Ops.Meta.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<Ops.Meta.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<Ops.Meta.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Ops.Meta.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<Ops.Meta.Builder>
-
mergeFrom
public Ops.Meta.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Ops.Meta.Builder>
- Throws:
IOException
-
getArgsList
public com.google.protobuf.ProtocolStringList getArgsList()repeated string args = 1;
- Specified by:
getArgsList
in interfaceOps.MetaOrBuilder
- Returns:
- A list containing the args.
-
getArgsCount
public int getArgsCount()repeated string args = 1;
- Specified by:
getArgsCount
in interfaceOps.MetaOrBuilder
- Returns:
- The count of args.
-
getArgs
repeated string args = 1;
- Specified by:
getArgs
in interfaceOps.MetaOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The args at the given index.
-
getArgsBytes
public com.google.protobuf.ByteString getArgsBytes(int index) repeated string args = 1;
- Specified by:
getArgsBytes
in interfaceOps.MetaOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the args at the given index.
-
setArgs
repeated string args = 1;
- Parameters:
index
- The index to set the value at.value
- The args to set.- Returns:
- This builder for chaining.
-
addArgs
repeated string args = 1;
- Parameters:
value
- The args to add.- Returns:
- This builder for chaining.
-
addAllArgs
repeated string args = 1;
- Parameters:
values
- The args to add.- Returns:
- This builder for chaining.
-
clearArgs
-
addArgsBytes
repeated string args = 1;
- Parameters:
value
- The bytes of the args to add.- Returns:
- This builder for chaining.
-
getEnvList
public com.google.protobuf.ProtocolStringList getEnvList()repeated string env = 2;
- Specified by:
getEnvList
in interfaceOps.MetaOrBuilder
- Returns:
- A list containing the env.
-
getEnvCount
public int getEnvCount()repeated string env = 2;
- Specified by:
getEnvCount
in interfaceOps.MetaOrBuilder
- Returns:
- The count of env.
-
getEnv
repeated string env = 2;
- Specified by:
getEnv
in interfaceOps.MetaOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The env at the given index.
-
getEnvBytes
public com.google.protobuf.ByteString getEnvBytes(int index) repeated string env = 2;
- Specified by:
getEnvBytes
in interfaceOps.MetaOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the env at the given index.
-
setEnv
repeated string env = 2;
- Parameters:
index
- The index to set the value at.value
- The env to set.- Returns:
- This builder for chaining.
-
addEnv
repeated string env = 2;
- Parameters:
value
- The env to add.- Returns:
- This builder for chaining.
-
addAllEnv
repeated string env = 2;
- Parameters:
values
- The env to add.- Returns:
- This builder for chaining.
-
clearEnv
-
addEnvBytes
repeated string env = 2;
- Parameters:
value
- The bytes of the env to add.- Returns:
- This builder for chaining.
-
getCwd
string cwd = 3;
- Specified by:
getCwd
in interfaceOps.MetaOrBuilder
- Returns:
- The cwd.
-
getCwdBytes
public com.google.protobuf.ByteString getCwdBytes()string cwd = 3;
- Specified by:
getCwdBytes
in interfaceOps.MetaOrBuilder
- Returns:
- The bytes for cwd.
-
setCwd
string cwd = 3;
- Parameters:
value
- The cwd to set.- Returns:
- This builder for chaining.
-
clearCwd
-
setCwdBytes
string cwd = 3;
- Parameters:
value
- The bytes for cwd to set.- Returns:
- This builder for chaining.
-
getUser
string user = 4;
- Specified by:
getUser
in interfaceOps.MetaOrBuilder
- Returns:
- The user.
-
getUserBytes
public com.google.protobuf.ByteString getUserBytes()string user = 4;
- Specified by:
getUserBytes
in interfaceOps.MetaOrBuilder
- Returns:
- The bytes for user.
-
setUser
string user = 4;
- Parameters:
value
- The user to set.- Returns:
- This builder for chaining.
-
clearUser
-
setUserBytes
string user = 4;
- Parameters:
value
- The bytes for user to set.- Returns:
- This builder for chaining.
-
hasProxyEnv
public boolean hasProxyEnv().pb.ProxyEnv proxy_env = 5;
- Specified by:
hasProxyEnv
in interfaceOps.MetaOrBuilder
- Returns:
- Whether the proxyEnv field is set.
-
getProxyEnv
.pb.ProxyEnv proxy_env = 5;
- Specified by:
getProxyEnv
in interfaceOps.MetaOrBuilder
- Returns:
- The proxyEnv.
-
setProxyEnv
.pb.ProxyEnv proxy_env = 5;
-
setProxyEnv
.pb.ProxyEnv proxy_env = 5;
-
mergeProxyEnv
.pb.ProxyEnv proxy_env = 5;
-
clearProxyEnv
.pb.ProxyEnv proxy_env = 5;
-
getProxyEnvBuilder
.pb.ProxyEnv proxy_env = 5;
-
getProxyEnvOrBuilder
.pb.ProxyEnv proxy_env = 5;
- Specified by:
getProxyEnvOrBuilder
in interfaceOps.MetaOrBuilder
-
getExtraHostsList
repeated .pb.HostIP extraHosts = 6;
- Specified by:
getExtraHostsList
in interfaceOps.MetaOrBuilder
-
getExtraHostsCount
public int getExtraHostsCount()repeated .pb.HostIP extraHosts = 6;
- Specified by:
getExtraHostsCount
in interfaceOps.MetaOrBuilder
-
getExtraHosts
repeated .pb.HostIP extraHosts = 6;
- Specified by:
getExtraHosts
in interfaceOps.MetaOrBuilder
-
setExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
setExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
addExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
addExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
addExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
addExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
addAllExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
clearExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
removeExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
getExtraHostsBuilder
repeated .pb.HostIP extraHosts = 6;
-
getExtraHostsOrBuilder
repeated .pb.HostIP extraHosts = 6;
- Specified by:
getExtraHostsOrBuilder
in interfaceOps.MetaOrBuilder
-
getExtraHostsOrBuilderList
repeated .pb.HostIP extraHosts = 6;
- Specified by:
getExtraHostsOrBuilderList
in interfaceOps.MetaOrBuilder
-
addExtraHostsBuilder
repeated .pb.HostIP extraHosts = 6;
-
addExtraHostsBuilder
repeated .pb.HostIP extraHosts = 6;
-
getExtraHostsBuilderList
repeated .pb.HostIP extraHosts = 6;
-
getHostname
string hostname = 7;
- Specified by:
getHostname
in interfaceOps.MetaOrBuilder
- Returns:
- The hostname.
-
getHostnameBytes
public com.google.protobuf.ByteString getHostnameBytes()string hostname = 7;
- Specified by:
getHostnameBytes
in interfaceOps.MetaOrBuilder
- Returns:
- The bytes for hostname.
-
setHostname
string hostname = 7;
- Parameters:
value
- The hostname to set.- Returns:
- This builder for chaining.
-
clearHostname
-
setHostnameBytes
string hostname = 7;
- Parameters:
value
- The bytes for hostname to set.- Returns:
- This builder for chaining.
-
getUlimitList
repeated .pb.Ulimit ulimit = 9;
- Specified by:
getUlimitList
in interfaceOps.MetaOrBuilder
-
getUlimitCount
public int getUlimitCount()repeated .pb.Ulimit ulimit = 9;
- Specified by:
getUlimitCount
in interfaceOps.MetaOrBuilder
-
getUlimit
repeated .pb.Ulimit ulimit = 9;
- Specified by:
getUlimit
in interfaceOps.MetaOrBuilder
-
setUlimit
repeated .pb.Ulimit ulimit = 9;
-
setUlimit
repeated .pb.Ulimit ulimit = 9;
-
addUlimit
repeated .pb.Ulimit ulimit = 9;
-
addUlimit
repeated .pb.Ulimit ulimit = 9;
-
addUlimit
repeated .pb.Ulimit ulimit = 9;
-
addUlimit
repeated .pb.Ulimit ulimit = 9;
-
addAllUlimit
repeated .pb.Ulimit ulimit = 9;
-
clearUlimit
repeated .pb.Ulimit ulimit = 9;
-
removeUlimit
repeated .pb.Ulimit ulimit = 9;
-
getUlimitBuilder
repeated .pb.Ulimit ulimit = 9;
-
getUlimitOrBuilder
repeated .pb.Ulimit ulimit = 9;
- Specified by:
getUlimitOrBuilder
in interfaceOps.MetaOrBuilder
-
getUlimitOrBuilderList
repeated .pb.Ulimit ulimit = 9;
- Specified by:
getUlimitOrBuilderList
in interfaceOps.MetaOrBuilder
-
addUlimitBuilder
repeated .pb.Ulimit ulimit = 9;
-
addUlimitBuilder
repeated .pb.Ulimit ulimit = 9;
-
getUlimitBuilderList
repeated .pb.Ulimit ulimit = 9;
-
getCgroupParent
string cgroupParent = 10;
- Specified by:
getCgroupParent
in interfaceOps.MetaOrBuilder
- Returns:
- The cgroupParent.
-
getCgroupParentBytes
public com.google.protobuf.ByteString getCgroupParentBytes()string cgroupParent = 10;
- Specified by:
getCgroupParentBytes
in interfaceOps.MetaOrBuilder
- Returns:
- The bytes for cgroupParent.
-
setCgroupParent
string cgroupParent = 10;
- Parameters:
value
- The cgroupParent to set.- Returns:
- This builder for chaining.
-
clearCgroupParent
string cgroupParent = 10;
- Returns:
- This builder for chaining.
-
setCgroupParentBytes
string cgroupParent = 10;
- Parameters:
value
- The bytes for cgroupParent to set.- Returns:
- This builder for chaining.
-
getRemoveMountStubsRecursive
public boolean getRemoveMountStubsRecursive()bool removeMountStubsRecursive = 11;
- Specified by:
getRemoveMountStubsRecursive
in interfaceOps.MetaOrBuilder
- Returns:
- The removeMountStubsRecursive.
-
setRemoveMountStubsRecursive
bool removeMountStubsRecursive = 11;
- Parameters:
value
- The removeMountStubsRecursive to set.- Returns:
- This builder for chaining.
-
clearRemoveMountStubsRecursive
bool removeMountStubsRecursive = 11;
- Returns:
- This builder for chaining.
-
getValidExitCodesList
repeated int32 validExitCodes = 12;
- Specified by:
getValidExitCodesList
in interfaceOps.MetaOrBuilder
- Returns:
- A list containing the validExitCodes.
-
getValidExitCodesCount
public int getValidExitCodesCount()repeated int32 validExitCodes = 12;
- Specified by:
getValidExitCodesCount
in interfaceOps.MetaOrBuilder
- Returns:
- The count of validExitCodes.
-
getValidExitCodes
public int getValidExitCodes(int index) repeated int32 validExitCodes = 12;
- Specified by:
getValidExitCodes
in interfaceOps.MetaOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The validExitCodes at the given index.
-
setValidExitCodes
repeated int32 validExitCodes = 12;
- Parameters:
index
- The index to set the value at.value
- The validExitCodes to set.- Returns:
- This builder for chaining.
-
addValidExitCodes
repeated int32 validExitCodes = 12;
- Parameters:
value
- The validExitCodes to add.- Returns:
- This builder for chaining.
-
addAllValidExitCodes
repeated int32 validExitCodes = 12;
- Parameters:
values
- The validExitCodes to add.- Returns:
- This builder for chaining.
-
clearValidExitCodes
repeated int32 validExitCodes = 12;
- Returns:
- This builder for chaining.
-