Uses of Class
com.google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property
-
Packages that use CustomConfig.CustomOutputSpec.Property Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of CustomConfig.CustomOutputSpec.Property in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return CustomConfig.CustomOutputSpec.Property Modifier and Type Method Description CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property.Builder. build()
CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property.Builder. buildPartial()
static CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property. getDefaultInstance()
CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property.Builder. getDefaultInstanceForType()
CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property. getDefaultInstanceForType()
CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Builder. getProperties(int index)
A list of custom output properties to add to the finding.CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec. getProperties(int index)
A list of custom output properties to add to the finding.CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpecOrBuilder. getProperties(int index)
A list of custom output properties to add to the finding.static CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property. parseDelimitedFrom(InputStream input)
static CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property. parseFrom(byte[] data)
static CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property. parseFrom(com.google.protobuf.ByteString data)
static CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property. parseFrom(com.google.protobuf.CodedInputStream input)
static CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property. parseFrom(InputStream input)
static CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property. parseFrom(ByteBuffer data)
static CustomConfig.CustomOutputSpec.Property
CustomConfig.CustomOutputSpec.Property. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type CustomConfig.CustomOutputSpec.Property Modifier and Type Method Description com.google.protobuf.Parser<CustomConfig.CustomOutputSpec.Property>
CustomConfig.CustomOutputSpec.Property. getParserForType()
List<CustomConfig.CustomOutputSpec.Property>
CustomConfig.CustomOutputSpec.Builder. getPropertiesList()
A list of custom output properties to add to the finding.List<CustomConfig.CustomOutputSpec.Property>
CustomConfig.CustomOutputSpec. getPropertiesList()
A list of custom output properties to add to the finding.List<CustomConfig.CustomOutputSpec.Property>
CustomConfig.CustomOutputSpecOrBuilder. getPropertiesList()
A list of custom output properties to add to the finding.static com.google.protobuf.Parser<CustomConfig.CustomOutputSpec.Property>
CustomConfig.CustomOutputSpec.Property. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type CustomConfig.CustomOutputSpec.Property Modifier and Type Method Description CustomConfig.CustomOutputSpec.Builder
CustomConfig.CustomOutputSpec.Builder. addProperties(int index, CustomConfig.CustomOutputSpec.Property value)
A list of custom output properties to add to the finding.CustomConfig.CustomOutputSpec.Builder
CustomConfig.CustomOutputSpec.Builder. addProperties(CustomConfig.CustomOutputSpec.Property value)
A list of custom output properties to add to the finding.CustomConfig.CustomOutputSpec.Property.Builder
CustomConfig.CustomOutputSpec.Property.Builder. mergeFrom(CustomConfig.CustomOutputSpec.Property other)
static CustomConfig.CustomOutputSpec.Property.Builder
CustomConfig.CustomOutputSpec.Property. newBuilder(CustomConfig.CustomOutputSpec.Property prototype)
CustomConfig.CustomOutputSpec.Builder
CustomConfig.CustomOutputSpec.Builder. setProperties(int index, CustomConfig.CustomOutputSpec.Property value)
A list of custom output properties to add to the finding.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type CustomConfig.CustomOutputSpec.Property Modifier and Type Method Description CustomConfig.CustomOutputSpec.Builder
CustomConfig.CustomOutputSpec.Builder. addAllProperties(Iterable<? extends CustomConfig.CustomOutputSpec.Property> values)
A list of custom output properties to add to the finding.
-