public static final class Process.Builder extends GeneratedMessageV3.Builder<Process.Builder> implements ProcessOrBuilder
Represents an operating system process.Protobuf type
google.cloud.securitycenter.v1.Process
Modifier and Type | Method and Description |
---|---|
Process.Builder |
addAllArgs(Iterable<String> values)
Process arguments as JSON encoded strings.
|
Process.Builder |
addAllEnvVariables(Iterable<? extends EnvironmentVariable> values)
Process environment variables.
|
Process.Builder |
addAllLibraries(Iterable<? extends File> values)
File information for libraries loaded by the process.
|
Process.Builder |
addArgs(String value)
Process arguments as JSON encoded strings.
|
Process.Builder |
addArgsBytes(ByteString value)
Process arguments as JSON encoded strings.
|
Process.Builder |
addEnvVariables(EnvironmentVariable.Builder builderForValue)
Process environment variables.
|
Process.Builder |
addEnvVariables(EnvironmentVariable value)
Process environment variables.
|
Process.Builder |
addEnvVariables(int index,
EnvironmentVariable.Builder builderForValue)
Process environment variables.
|
Process.Builder |
addEnvVariables(int index,
EnvironmentVariable value)
Process environment variables.
|
EnvironmentVariable.Builder |
addEnvVariablesBuilder()
Process environment variables.
|
EnvironmentVariable.Builder |
addEnvVariablesBuilder(int index)
Process environment variables.
|
Process.Builder |
addLibraries(File.Builder builderForValue)
File information for libraries loaded by the process.
|
Process.Builder |
addLibraries(File value)
File information for libraries loaded by the process.
|
Process.Builder |
addLibraries(int index,
File.Builder builderForValue)
File information for libraries loaded by the process.
|
Process.Builder |
addLibraries(int index,
File value)
File information for libraries loaded by the process.
|
File.Builder |
addLibrariesBuilder()
File information for libraries loaded by the process.
|
File.Builder |
addLibrariesBuilder(int index)
File information for libraries loaded by the process.
|
Process.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
Process |
build() |
Process |
buildPartial() |
Process.Builder |
clear() |
Process.Builder |
clearArgs()
Process arguments as JSON encoded strings.
|
Process.Builder |
clearArgumentsTruncated()
True if `args` is incomplete.
|
Process.Builder |
clearBinary()
File information for the process executable.
|
Process.Builder |
clearEnvVariables()
Process environment variables.
|
Process.Builder |
clearEnvVariablesTruncated()
True if `env_variables` is incomplete.
|
Process.Builder |
clearField(Descriptors.FieldDescriptor field) |
Process.Builder |
clearLibraries()
File information for libraries loaded by the process.
|
Process.Builder |
clearName()
The process name visible in utilities like `top` and `ps`; it can
be accessed via `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`.
|
Process.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
Process.Builder |
clearParentPid()
The parent process id.
|
Process.Builder |
clearPid()
The process id.
|
Process.Builder |
clearScript()
When the process represents the invocation of a script,
`binary` provides information about the interpreter while `script`
provides information about the script file provided to the
interpreter.
|
Process.Builder |
clone() |
String |
getArgs(int index)
Process arguments as JSON encoded strings.
|
ByteString |
getArgsBytes(int index)
Process arguments as JSON encoded strings.
|
int |
getArgsCount()
Process arguments as JSON encoded strings.
|
ProtocolStringList |
getArgsList()
Process arguments as JSON encoded strings.
|
boolean |
getArgumentsTruncated()
True if `args` is incomplete.
|
File |
getBinary()
File information for the process executable.
|
File.Builder |
getBinaryBuilder()
File information for the process executable.
|
FileOrBuilder |
getBinaryOrBuilder()
File information for the process executable.
|
Process |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
EnvironmentVariable |
getEnvVariables(int index)
Process environment variables.
|
EnvironmentVariable.Builder |
getEnvVariablesBuilder(int index)
Process environment variables.
|
List<EnvironmentVariable.Builder> |
getEnvVariablesBuilderList()
Process environment variables.
|
int |
getEnvVariablesCount()
Process environment variables.
|
List<EnvironmentVariable> |
getEnvVariablesList()
Process environment variables.
|
EnvironmentVariableOrBuilder |
getEnvVariablesOrBuilder(int index)
Process environment variables.
|
List<? extends EnvironmentVariableOrBuilder> |
getEnvVariablesOrBuilderList()
Process environment variables.
|
boolean |
getEnvVariablesTruncated()
True if `env_variables` is incomplete.
|
File |
getLibraries(int index)
File information for libraries loaded by the process.
|
File.Builder |
getLibrariesBuilder(int index)
File information for libraries loaded by the process.
|
List<File.Builder> |
getLibrariesBuilderList()
File information for libraries loaded by the process.
|
int |
getLibrariesCount()
File information for libraries loaded by the process.
|
List<File> |
getLibrariesList()
File information for libraries loaded by the process.
|
FileOrBuilder |
getLibrariesOrBuilder(int index)
File information for libraries loaded by the process.
|
List<? extends FileOrBuilder> |
getLibrariesOrBuilderList()
File information for libraries loaded by the process.
|
String |
getName()
The process name visible in utilities like `top` and `ps`; it can
be accessed via `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`.
|
ByteString |
getNameBytes()
The process name visible in utilities like `top` and `ps`; it can
be accessed via `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`.
|
long |
getParentPid()
The parent process id.
|
long |
getPid()
The process id.
|
File |
getScript()
When the process represents the invocation of a script,
`binary` provides information about the interpreter while `script`
provides information about the script file provided to the
interpreter.
|
File.Builder |
getScriptBuilder()
When the process represents the invocation of a script,
`binary` provides information about the interpreter while `script`
provides information about the script file provided to the
interpreter.
|
FileOrBuilder |
getScriptOrBuilder()
When the process represents the invocation of a script,
`binary` provides information about the interpreter while `script`
provides information about the script file provided to the
interpreter.
|
boolean |
hasBinary()
File information for the process executable.
|
boolean |
hasScript()
When the process represents the invocation of a script,
`binary` provides information about the interpreter while `script`
provides information about the script file provided to the
interpreter.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Process.Builder |
mergeBinary(File value)
File information for the process executable.
|
Process.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Process.Builder |
mergeFrom(Message other) |
Process.Builder |
mergeFrom(Process other) |
Process.Builder |
mergeScript(File value)
When the process represents the invocation of a script,
`binary` provides information about the interpreter while `script`
provides information about the script file provided to the
interpreter.
|
Process.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
Process.Builder |
removeEnvVariables(int index)
Process environment variables.
|
Process.Builder |
removeLibraries(int index)
File information for libraries loaded by the process.
|
Process.Builder |
setArgs(int index,
String value)
Process arguments as JSON encoded strings.
|
Process.Builder |
setArgumentsTruncated(boolean value)
True if `args` is incomplete.
|
Process.Builder |
setBinary(File.Builder builderForValue)
File information for the process executable.
|
Process.Builder |
setBinary(File value)
File information for the process executable.
|
Process.Builder |
setEnvVariables(int index,
EnvironmentVariable.Builder builderForValue)
Process environment variables.
|
Process.Builder |
setEnvVariables(int index,
EnvironmentVariable value)
Process environment variables.
|
Process.Builder |
setEnvVariablesTruncated(boolean value)
True if `env_variables` is incomplete.
|
Process.Builder |
setField(Descriptors.FieldDescriptor field,
Object value) |
Process.Builder |
setLibraries(int index,
File.Builder builderForValue)
File information for libraries loaded by the process.
|
Process.Builder |
setLibraries(int index,
File value)
File information for libraries loaded by the process.
|
Process.Builder |
setName(String value)
The process name visible in utilities like `top` and `ps`; it can
be accessed via `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`.
|
Process.Builder |
setNameBytes(ByteString value)
The process name visible in utilities like `top` and `ps`; it can
be accessed via `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`.
|
Process.Builder |
setParentPid(long value)
The parent process id.
|
Process.Builder |
setPid(long value)
The process id.
|
Process.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Process.Builder |
setScript(File.Builder builderForValue)
When the process represents the invocation of a script,
`binary` provides information about the interpreter while `script`
provides information about the script file provided to the
interpreter.
|
Process.Builder |
setScript(File value)
When the process represents the invocation of a script,
`binary` provides information about the interpreter while `script`
provides information about the script file provided to the
interpreter.
|
Process.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<Process.Builder>
public Process.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<Process.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<Process.Builder>
public Process getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public Process build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public Process buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public Process.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<Process.Builder>
public Process.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<Process.Builder>
public Process.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<Process.Builder>
public Process.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<Process.Builder>
public Process.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<Process.Builder>
public Process.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<Process.Builder>
public Process.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<Process.Builder>
public Process.Builder mergeFrom(Process other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<Process.Builder>
public Process.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<Process.Builder>
IOException
public String getName()
The process name visible in utilities like `top` and `ps`; it can be accessed via `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`.
string name = 12;
getName
in interface ProcessOrBuilder
public ByteString getNameBytes()
The process name visible in utilities like `top` and `ps`; it can be accessed via `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`.
string name = 12;
getNameBytes
in interface ProcessOrBuilder
public Process.Builder setName(String value)
The process name visible in utilities like `top` and `ps`; it can be accessed via `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`.
string name = 12;
value
- The name to set.public Process.Builder clearName()
The process name visible in utilities like `top` and `ps`; it can be accessed via `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`.
string name = 12;
public Process.Builder setNameBytes(ByteString value)
The process name visible in utilities like `top` and `ps`; it can be accessed via `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`.
string name = 12;
value
- The bytes for name to set.public boolean hasBinary()
File information for the process executable.
.google.cloud.securitycenter.v1.File binary = 3;
hasBinary
in interface ProcessOrBuilder
public File getBinary()
File information for the process executable.
.google.cloud.securitycenter.v1.File binary = 3;
getBinary
in interface ProcessOrBuilder
public Process.Builder setBinary(File value)
File information for the process executable.
.google.cloud.securitycenter.v1.File binary = 3;
public Process.Builder setBinary(File.Builder builderForValue)
File information for the process executable.
.google.cloud.securitycenter.v1.File binary = 3;
public Process.Builder mergeBinary(File value)
File information for the process executable.
.google.cloud.securitycenter.v1.File binary = 3;
public Process.Builder clearBinary()
File information for the process executable.
.google.cloud.securitycenter.v1.File binary = 3;
public File.Builder getBinaryBuilder()
File information for the process executable.
.google.cloud.securitycenter.v1.File binary = 3;
public FileOrBuilder getBinaryOrBuilder()
File information for the process executable.
.google.cloud.securitycenter.v1.File binary = 3;
getBinaryOrBuilder
in interface ProcessOrBuilder
public List<File> getLibrariesList()
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
getLibrariesList
in interface ProcessOrBuilder
public int getLibrariesCount()
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
getLibrariesCount
in interface ProcessOrBuilder
public File getLibraries(int index)
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
getLibraries
in interface ProcessOrBuilder
public Process.Builder setLibraries(int index, File value)
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
public Process.Builder setLibraries(int index, File.Builder builderForValue)
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
public Process.Builder addLibraries(File value)
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
public Process.Builder addLibraries(int index, File value)
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
public Process.Builder addLibraries(File.Builder builderForValue)
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
public Process.Builder addLibraries(int index, File.Builder builderForValue)
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
public Process.Builder addAllLibraries(Iterable<? extends File> values)
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
public Process.Builder clearLibraries()
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
public Process.Builder removeLibraries(int index)
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
public File.Builder getLibrariesBuilder(int index)
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
public FileOrBuilder getLibrariesOrBuilder(int index)
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
getLibrariesOrBuilder
in interface ProcessOrBuilder
public List<? extends FileOrBuilder> getLibrariesOrBuilderList()
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
getLibrariesOrBuilderList
in interface ProcessOrBuilder
public File.Builder addLibrariesBuilder()
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
public File.Builder addLibrariesBuilder(int index)
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
public List<File.Builder> getLibrariesBuilderList()
File information for libraries loaded by the process.
repeated .google.cloud.securitycenter.v1.File libraries = 4;
public boolean hasScript()
When the process represents the invocation of a script, `binary` provides information about the interpreter while `script` provides information about the script file provided to the interpreter.
.google.cloud.securitycenter.v1.File script = 5;
hasScript
in interface ProcessOrBuilder
public File getScript()
When the process represents the invocation of a script, `binary` provides information about the interpreter while `script` provides information about the script file provided to the interpreter.
.google.cloud.securitycenter.v1.File script = 5;
getScript
in interface ProcessOrBuilder
public Process.Builder setScript(File value)
When the process represents the invocation of a script, `binary` provides information about the interpreter while `script` provides information about the script file provided to the interpreter.
.google.cloud.securitycenter.v1.File script = 5;
public Process.Builder setScript(File.Builder builderForValue)
When the process represents the invocation of a script, `binary` provides information about the interpreter while `script` provides information about the script file provided to the interpreter.
.google.cloud.securitycenter.v1.File script = 5;
public Process.Builder mergeScript(File value)
When the process represents the invocation of a script, `binary` provides information about the interpreter while `script` provides information about the script file provided to the interpreter.
.google.cloud.securitycenter.v1.File script = 5;
public Process.Builder clearScript()
When the process represents the invocation of a script, `binary` provides information about the interpreter while `script` provides information about the script file provided to the interpreter.
.google.cloud.securitycenter.v1.File script = 5;
public File.Builder getScriptBuilder()
When the process represents the invocation of a script, `binary` provides information about the interpreter while `script` provides information about the script file provided to the interpreter.
.google.cloud.securitycenter.v1.File script = 5;
public FileOrBuilder getScriptOrBuilder()
When the process represents the invocation of a script, `binary` provides information about the interpreter while `script` provides information about the script file provided to the interpreter.
.google.cloud.securitycenter.v1.File script = 5;
getScriptOrBuilder
in interface ProcessOrBuilder
public ProtocolStringList getArgsList()
Process arguments as JSON encoded strings.
repeated string args = 6;
getArgsList
in interface ProcessOrBuilder
public int getArgsCount()
Process arguments as JSON encoded strings.
repeated string args = 6;
getArgsCount
in interface ProcessOrBuilder
public String getArgs(int index)
Process arguments as JSON encoded strings.
repeated string args = 6;
getArgs
in interface ProcessOrBuilder
index
- The index of the element to return.public ByteString getArgsBytes(int index)
Process arguments as JSON encoded strings.
repeated string args = 6;
getArgsBytes
in interface ProcessOrBuilder
index
- The index of the value to return.public Process.Builder setArgs(int index, String value)
Process arguments as JSON encoded strings.
repeated string args = 6;
index
- The index to set the value at.value
- The args to set.public Process.Builder addArgs(String value)
Process arguments as JSON encoded strings.
repeated string args = 6;
value
- The args to add.public Process.Builder addAllArgs(Iterable<String> values)
Process arguments as JSON encoded strings.
repeated string args = 6;
values
- The args to add.public Process.Builder clearArgs()
Process arguments as JSON encoded strings.
repeated string args = 6;
public Process.Builder addArgsBytes(ByteString value)
Process arguments as JSON encoded strings.
repeated string args = 6;
value
- The bytes of the args to add.public boolean getArgumentsTruncated()
True if `args` is incomplete.
bool arguments_truncated = 7;
getArgumentsTruncated
in interface ProcessOrBuilder
public Process.Builder setArgumentsTruncated(boolean value)
True if `args` is incomplete.
bool arguments_truncated = 7;
value
- The argumentsTruncated to set.public Process.Builder clearArgumentsTruncated()
True if `args` is incomplete.
bool arguments_truncated = 7;
public List<EnvironmentVariable> getEnvVariablesList()
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
getEnvVariablesList
in interface ProcessOrBuilder
public int getEnvVariablesCount()
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
getEnvVariablesCount
in interface ProcessOrBuilder
public EnvironmentVariable getEnvVariables(int index)
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
getEnvVariables
in interface ProcessOrBuilder
public Process.Builder setEnvVariables(int index, EnvironmentVariable value)
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
public Process.Builder setEnvVariables(int index, EnvironmentVariable.Builder builderForValue)
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
public Process.Builder addEnvVariables(EnvironmentVariable value)
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
public Process.Builder addEnvVariables(int index, EnvironmentVariable value)
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
public Process.Builder addEnvVariables(EnvironmentVariable.Builder builderForValue)
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
public Process.Builder addEnvVariables(int index, EnvironmentVariable.Builder builderForValue)
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
public Process.Builder addAllEnvVariables(Iterable<? extends EnvironmentVariable> values)
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
public Process.Builder clearEnvVariables()
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
public Process.Builder removeEnvVariables(int index)
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
public EnvironmentVariable.Builder getEnvVariablesBuilder(int index)
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
public EnvironmentVariableOrBuilder getEnvVariablesOrBuilder(int index)
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
getEnvVariablesOrBuilder
in interface ProcessOrBuilder
public List<? extends EnvironmentVariableOrBuilder> getEnvVariablesOrBuilderList()
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
getEnvVariablesOrBuilderList
in interface ProcessOrBuilder
public EnvironmentVariable.Builder addEnvVariablesBuilder()
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
public EnvironmentVariable.Builder addEnvVariablesBuilder(int index)
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
public List<EnvironmentVariable.Builder> getEnvVariablesBuilderList()
Process environment variables.
repeated .google.cloud.securitycenter.v1.EnvironmentVariable env_variables = 8;
public boolean getEnvVariablesTruncated()
True if `env_variables` is incomplete.
bool env_variables_truncated = 9;
getEnvVariablesTruncated
in interface ProcessOrBuilder
public Process.Builder setEnvVariablesTruncated(boolean value)
True if `env_variables` is incomplete.
bool env_variables_truncated = 9;
value
- The envVariablesTruncated to set.public Process.Builder clearEnvVariablesTruncated()
True if `env_variables` is incomplete.
bool env_variables_truncated = 9;
public long getPid()
The process id.
int64 pid = 10;
getPid
in interface ProcessOrBuilder
public Process.Builder setPid(long value)
The process id.
int64 pid = 10;
value
- The pid to set.public Process.Builder clearPid()
The process id.
int64 pid = 10;
public long getParentPid()
The parent process id.
int64 parent_pid = 11;
getParentPid
in interface ProcessOrBuilder
public Process.Builder setParentPid(long value)
The parent process id.
int64 parent_pid = 11;
value
- The parentPid to set.public Process.Builder clearParentPid()
The parent process id.
int64 parent_pid = 11;
public final Process.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<Process.Builder>
public final Process.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<Process.Builder>
Copyright © 2022 Google LLC. All rights reserved.