Interface SimulateSecurityHealthAnalyticsCustomModuleRequestOrBuilder (0.30.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface SimulateSecurityHealthAnalyticsCustomModuleRequestOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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. |