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 EnvironmentVariableEnvironmentVariable.Builder. build()EnvironmentVariableEnvironmentVariable.Builder. buildPartial()static EnvironmentVariableEnvironmentVariable. getDefaultInstance()EnvironmentVariableEnvironmentVariable.Builder. getDefaultInstanceForType()EnvironmentVariableEnvironmentVariable. getDefaultInstanceForType()EnvironmentVariableProcess.Builder. getEnvVariables(int index)Process environment variables.EnvironmentVariableProcess. getEnvVariables(int index)Process environment variables.EnvironmentVariableProcessOrBuilder. getEnvVariables(int index)Process environment variables.static EnvironmentVariableEnvironmentVariable. parseDelimitedFrom(InputStream input)static EnvironmentVariableEnvironmentVariable. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentVariableEnvironmentVariable. parseFrom(byte[] data)static EnvironmentVariableEnvironmentVariable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentVariableEnvironmentVariable. parseFrom(com.google.protobuf.ByteString data)static EnvironmentVariableEnvironmentVariable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentVariableEnvironmentVariable. parseFrom(com.google.protobuf.CodedInputStream input)static EnvironmentVariableEnvironmentVariable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentVariableEnvironmentVariable. parseFrom(InputStream input)static EnvironmentVariableEnvironmentVariable. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentVariableEnvironmentVariable. parseFrom(ByteBuffer data)static EnvironmentVariableEnvironmentVariable. 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.BuilderProcess.Builder. addEnvVariables(int index, EnvironmentVariable value)Process environment variables.Process.BuilderProcess.Builder. addEnvVariables(EnvironmentVariable value)Process environment variables.EnvironmentVariable.BuilderEnvironmentVariable.Builder. mergeFrom(EnvironmentVariable other)static EnvironmentVariable.BuilderEnvironmentVariable. newBuilder(EnvironmentVariable prototype)Process.BuilderProcess.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.BuilderProcess.Builder. addAllEnvVariables(Iterable<? extends EnvironmentVariable> values)Process environment variables.
-