Interface SimulateSecurityHealthAnalyticsCustomModuleRequestOrBuilder (0.30.0)

publicinterface SimulateSecurityHealthAnalyticsCustomModuleRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomConfig()

publicabstractCustomConfiggetCustomConfig()

Required. The custom configuration that you need to test.

.google.cloud.securitycentermanagement.v1.CustomConfig custom_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CustomConfig

The customConfig.

getCustomConfigOrBuilder()

publicabstractCustomConfigOrBuildergetCustomConfigOrBuilder()

Required. The custom configuration that you need to test.

.google.cloud.securitycentermanagement.v1.CustomConfig custom_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CustomConfigOrBuilder

getParent()

publicabstractStringgetParent()

Required. The relative resource name of the organization, project, or folder. For more information about relative resource names, see AIP-122: Resource names. Example: organizations/{organization_id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

Required. The relative resource name of the organization, project, or folder. For more information about relative resource names, see AIP-122: Resource names. Example: organizations/{organization_id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for parent.

getResource()

publicabstractSimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResourcegetResource()

Required. Resource data to simulate custom module against.

.google.cloud.securitycentermanagement.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource resource = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource

The resource.

getResourceOrBuilder()

publicabstractSimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResourceOrBuildergetResourceOrBuilder()

Required. Resource data to simulate custom module against.

.google.cloud.securitycentermanagement.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource resource = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResourceOrBuilder

hasCustomConfig()

publicabstractbooleanhasCustomConfig()

Required. The custom configuration that you need to test.

.google.cloud.securitycentermanagement.v1.CustomConfig custom_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the customConfig field is set.

hasResource()

publicabstractbooleanhasResource()

Required. Resource data to simulate custom module against.

.google.cloud.securitycentermanagement.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource resource = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the resource field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.