public interface VerifyRuleTextRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstance()
public abstract String getInstance() Required. The name of the parent resource, which is the SecOps instance
associated with the request. Format:
projects/{project}/locations/{location}/instances/{instance}
string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The instance. |
getInstanceBytes()
public abstract ByteString getInstanceBytes() Required. The name of the parent resource, which is the SecOps instance
associated with the request. Format:
projects/{project}/locations/{location}/instances/{instance}
string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instance. |
getRuleText()
public abstract String getRuleText()Required. The rule text to verify as a UTF-8 string.
string rule_text = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The ruleText. |
getRuleTextBytes()
public abstract ByteString getRuleTextBytes()Required. The rule text to verify as a UTF-8 string.
string rule_text = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ruleText. |