Interface ValidateEventThreatDetectionCustomModuleRequestOrBuilder (0.4.0)

public interface ValidateEventThreatDetectionCustomModuleRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for type.