public interface CreateRetrohuntRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The parent of retrohunt, which is a rule.
Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The parent of retrohunt, which is a rule.
Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRetrohunt()
public abstract Retrohunt getRetrohunt()Required. The retrohunt to create.
.google.cloud.chronicle.v1.Retrohunt retrohunt = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Retrohunt |
The retrohunt. |
getRetrohuntOrBuilder()
public abstract RetrohuntOrBuilder getRetrohuntOrBuilder()Required. The retrohunt to create.
.google.cloud.chronicle.v1.Retrohunt retrohunt = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RetrohuntOrBuilder |
|
hasRetrohunt()
public abstract boolean hasRetrohunt()Required. The retrohunt to create.
.google.cloud.chronicle.v1.Retrohunt retrohunt = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the retrohunt field is set. |