public interface SimulateSecurityHealthAnalyticsCustomModuleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CustomConfig |
getCustomConfig()
Required.
|
CustomConfigOrBuilder |
getCustomConfigOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource |
getResource()
Required.
|
SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResourceOrBuilder |
getResourceOrBuilder()
Required.
|
boolean |
hasCustomConfig()
Required.
|
boolean |
hasResource()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The relative resource name of the organization, project, or
folder. For more information about relative resource names, see [Relative
Resource
Name](https://cloud.google.com/apis/design/resource_names#relative_resource_name)
Example: `organizations/{organization_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getParentBytes()
Required. The relative resource name of the organization, project, or
folder. For more information about relative resource names, see [Relative
Resource
Name](https://cloud.google.com/apis/design/resource_names#relative_resource_name)
Example: `organizations/{organization_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasCustomConfig()
Required. The custom configuration that you need to test.
.google.cloud.securitycenter.v1.CustomConfig custom_config = 2 [(.google.api.field_behavior) = REQUIRED];
CustomConfig getCustomConfig()
Required. The custom configuration that you need to test.
.google.cloud.securitycenter.v1.CustomConfig custom_config = 2 [(.google.api.field_behavior) = REQUIRED];
CustomConfigOrBuilder getCustomConfigOrBuilder()
Required. The custom configuration that you need to test.
.google.cloud.securitycenter.v1.CustomConfig custom_config = 2 [(.google.api.field_behavior) = REQUIRED];
boolean hasResource()
Required. Resource data to simulate custom module against.
.google.cloud.securitycenter.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource resource = 3 [(.google.api.field_behavior) = REQUIRED];
SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource getResource()
Required. Resource data to simulate custom module against.
.google.cloud.securitycenter.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource resource = 3 [(.google.api.field_behavior) = REQUIRED];
SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResourceOrBuilder getResourceOrBuilder()
Required. Resource data to simulate custom module against.
.google.cloud.securitycenter.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource resource = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2023 Google LLC. All rights reserved.