public interface CreateFindingsRefinementRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFindingsRefinement()
public abstract FindingsRefinement getFindingsRefinement()Required. The findings refinement to create.
.google.cloud.chronicle.v1.FindingsRefinement findings_refinement = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FindingsRefinement |
The findingsRefinement. |
getFindingsRefinementOrBuilder()
public abstract FindingsRefinementOrBuilder getFindingsRefinementOrBuilder()Required. The findings refinement to create.
.google.cloud.chronicle.v1.FindingsRefinement findings_refinement = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementOrBuilder |
|
getParent()
public abstract String getParent()Required. The parent resource where this findings refinement will be created. Format: projects/{project}/locations/{location}/instances/{instance}
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 resource where this findings refinement will be created. Format: projects/{project}/locations/{location}/instances/{instance}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasFindingsRefinement()
public abstract boolean hasFindingsRefinement()Required. The findings refinement to create.
.google.cloud.chronicle.v1.FindingsRefinement findings_refinement = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the findingsRefinement field is set. |