Uses of Class
com.google.cloud.securitycenter.v1.EnvironmentVariable
-
Packages that use EnvironmentVariable Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of EnvironmentVariable in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return EnvironmentVariable Modifier and Type Method Description EnvironmentVariable
EnvironmentVariable.Builder. build()
EnvironmentVariable
EnvironmentVariable.Builder. buildPartial()
static EnvironmentVariable
EnvironmentVariable. getDefaultInstance()
EnvironmentVariable
EnvironmentVariable.Builder. getDefaultInstanceForType()
EnvironmentVariable
EnvironmentVariable. getDefaultInstanceForType()
EnvironmentVariable
Process.Builder. getEnvVariables(int index)
Process environment variables.EnvironmentVariable
Process. getEnvVariables(int index)
Process environment variables.EnvironmentVariable
ProcessOrBuilder. getEnvVariables(int index)
Process environment variables.static EnvironmentVariable
EnvironmentVariable. parseDelimitedFrom(InputStream input)
static EnvironmentVariable
EnvironmentVariable. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvironmentVariable
EnvironmentVariable. parseFrom(byte[] data)
static EnvironmentVariable
EnvironmentVariable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvironmentVariable
EnvironmentVariable. parseFrom(com.google.protobuf.ByteString data)
static EnvironmentVariable
EnvironmentVariable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvironmentVariable
EnvironmentVariable. parseFrom(com.google.protobuf.CodedInputStream input)
static EnvironmentVariable
EnvironmentVariable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvironmentVariable
EnvironmentVariable. parseFrom(InputStream input)
static EnvironmentVariable
EnvironmentVariable. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvironmentVariable
EnvironmentVariable. parseFrom(ByteBuffer data)
static EnvironmentVariable
EnvironmentVariable. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type EnvironmentVariable Modifier and Type Method Description List<EnvironmentVariable>
Process.Builder. getEnvVariablesList()
Process environment variables.List<EnvironmentVariable>
Process. getEnvVariablesList()
Process environment variables.List<EnvironmentVariable>
ProcessOrBuilder. getEnvVariablesList()
Process environment variables.com.google.protobuf.Parser<EnvironmentVariable>
EnvironmentVariable. getParserForType()
static com.google.protobuf.Parser<EnvironmentVariable>
EnvironmentVariable. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type EnvironmentVariable Modifier and Type Method Description Process.Builder
Process.Builder. addEnvVariables(int index, EnvironmentVariable value)
Process environment variables.Process.Builder
Process.Builder. addEnvVariables(EnvironmentVariable value)
Process environment variables.EnvironmentVariable.Builder
EnvironmentVariable.Builder. mergeFrom(EnvironmentVariable other)
static EnvironmentVariable.Builder
EnvironmentVariable. newBuilder(EnvironmentVariable prototype)
Process.Builder
Process.Builder. setEnvVariables(int index, EnvironmentVariable value)
Process environment variables.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type EnvironmentVariable Modifier and Type Method Description Process.Builder
Process.Builder. addAllEnvVariables(Iterable<? extends EnvironmentVariable> values)
Process environment variables.
-