Interface ValidateEventThreatDetectionCustomModuleRequestOrBuilder (0.22.0)

public interface ValidateEventThreatDetectionCustomModuleRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. Resource name of the parent to validate the custom modules under, in one of the following formats:

  • 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 modules under, in one of the following formats:

  • 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. For example, 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. For example, CONFIGURABLE_BAD_IP.

string type = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for type.