public interface UpdateFindingsRefinementRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFindingsRefinement()
public abstract FindingsRefinement getFindingsRefinement()Required. The findings refinement to update.
The findings refinement's name field is used to identify the findings
refinement to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}
.google.cloud.chronicle.v1.FindingsRefinement findings_refinement = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FindingsRefinement |
The findingsRefinement. |
getFindingsRefinementOrBuilder()
public abstract FindingsRefinementOrBuilder getFindingsRefinementOrBuilder()Required. The findings refinement to update.
The findings refinement's name field is used to identify the findings
refinement to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}
.google.cloud.chronicle.v1.FindingsRefinement findings_refinement = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask() Optional. The list of fields to update. If * is provided, all fields will
be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() Optional. The list of fields to update. If * is provided, all fields will
be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasFindingsRefinement()
public abstract boolean hasFindingsRefinement()Required. The findings refinement to update.
The findings refinement's name field is used to identify the findings
refinement to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}
.google.cloud.chronicle.v1.FindingsRefinement findings_refinement = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the findingsRefinement field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask() Optional. The list of fields to update. If * is provided, all fields will
be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |