Uses of Class
com.google.cloud.securitycenter.v1.CustomConfig
-
Packages that use CustomConfig Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of CustomConfig in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return CustomConfig Modifier and Type Method Description CustomConfig
CustomConfig.Builder. build()
CustomConfig
CustomConfig.Builder. buildPartial()
CustomConfig
EffectiveSecurityHealthAnalyticsCustomModule.Builder. getCustomConfig()
Output only.CustomConfig
EffectiveSecurityHealthAnalyticsCustomModule. getCustomConfig()
Output only.CustomConfig
EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder. getCustomConfig()
Output only.CustomConfig
SecurityHealthAnalyticsCustomModule.Builder. getCustomConfig()
The user specified custom configuration for the module.CustomConfig
SecurityHealthAnalyticsCustomModule. getCustomConfig()
The user specified custom configuration for the module.CustomConfig
SecurityHealthAnalyticsCustomModuleOrBuilder. getCustomConfig()
The user specified custom configuration for the module.static CustomConfig
CustomConfig. getDefaultInstance()
CustomConfig
CustomConfig.Builder. getDefaultInstanceForType()
CustomConfig
CustomConfig. getDefaultInstanceForType()
static CustomConfig
CustomConfig. parseDelimitedFrom(InputStream input)
static CustomConfig
CustomConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomConfig
CustomConfig. parseFrom(byte[] data)
static CustomConfig
CustomConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomConfig
CustomConfig. parseFrom(com.google.protobuf.ByteString data)
static CustomConfig
CustomConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomConfig
CustomConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static CustomConfig
CustomConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomConfig
CustomConfig. parseFrom(InputStream input)
static CustomConfig
CustomConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomConfig
CustomConfig. parseFrom(ByteBuffer data)
static CustomConfig
CustomConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type CustomConfig Modifier and Type Method Description com.google.protobuf.Parser<CustomConfig>
CustomConfig. getParserForType()
static com.google.protobuf.Parser<CustomConfig>
CustomConfig. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type CustomConfig Modifier and Type Method Description EffectiveSecurityHealthAnalyticsCustomModule.Builder
EffectiveSecurityHealthAnalyticsCustomModule.Builder. mergeCustomConfig(CustomConfig value)
Output only.SecurityHealthAnalyticsCustomModule.Builder
SecurityHealthAnalyticsCustomModule.Builder. mergeCustomConfig(CustomConfig value)
The user specified custom configuration for the module.CustomConfig.Builder
CustomConfig.Builder. mergeFrom(CustomConfig other)
static CustomConfig.Builder
CustomConfig. newBuilder(CustomConfig prototype)
EffectiveSecurityHealthAnalyticsCustomModule.Builder
EffectiveSecurityHealthAnalyticsCustomModule.Builder. setCustomConfig(CustomConfig value)
Output only.SecurityHealthAnalyticsCustomModule.Builder
SecurityHealthAnalyticsCustomModule.Builder. setCustomConfig(CustomConfig value)
The user specified custom configuration for the module.
-