public interface ValidateEventThreatDetectionCustomModuleRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getParent()
public abstract String getParent()
Required. Resource name of the parent to validate the Custom Module under.
Its format is:
organizations/{organization}/locations/{location}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. Resource name of the parent to validate the Custom Module under.
Its format is:
organizations/{organization}/locations/{location}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getRawText()
public abstract String getRawText()
Required. The raw text of the module's contents. Used to generate error messages.
string raw_text = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The rawText. |
getRawTextBytes()
public abstract ByteString getRawTextBytes()
Required. The raw text of the module's contents. Used to generate error messages.
string raw_text = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for rawText. |
getType()
public abstract String getType()
Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).
string type = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()
Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).
string type = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for type. |