public interface SimulateSecurityHealthAnalyticsCustomModuleRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomConfig()
public abstract CustomConfig getCustomConfig()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()
public abstract CustomConfigOrBuilder getCustomConfigOrBuilder()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()
public abstract String getParent() 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()
public abstract ByteString getParentBytes() 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()
public abstract SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource getResource()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()
public abstract SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResourceOrBuilder getResourceOrBuilder()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()
public abstract boolean hasCustomConfig()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()
public abstract boolean hasResource()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. |