public interface SimulateSecurityHealthAnalyticsCustomModuleRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomConfig()
public abstract CustomConfig getCustomConfig()Required. The user specified custom configuration to test.
.google.cloud.securitycenter.v1.CustomConfig custom_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CustomConfig |
The customConfig. |
getCustomConfigOrBuilder()
public abstract CustomConfigOrBuilder getCustomConfigOrBuilder()Required. The user specified custom configuration to test.
.google.cloud.securitycenter.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. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name An example is: "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. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name An example is: "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.securitycenter.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.securitycenter.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource resource = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResourceOrBuilder |
|
hasCustomConfig()
public abstract boolean hasCustomConfig()Required. The user specified custom configuration to test.
.google.cloud.securitycenter.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.securitycenter.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource resource = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the resource field is set. |