public static interface ListFindingsResponse.ListFindingsResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFinding()
public abstract Finding getFinding()Finding matching the search request.
.google.cloud.securitycenter.v1p1beta1.Finding finding = 1;
| Returns | |
|---|---|
| Type | Description |
Finding |
The finding. |
getFindingOrBuilder()
public abstract FindingOrBuilder getFindingOrBuilder()Finding matching the search request.
.google.cloud.securitycenter.v1p1beta1.Finding finding = 1;
| Returns | |
|---|---|
| Type | Description |
FindingOrBuilder |
|
getResource()
public abstract ListFindingsResponse.ListFindingsResult.Resource getResource()Output only. Resource that is associated with this finding.
.google.cloud.securitycenter.v1p1beta1.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.ListFindingsResult.Resource |
The resource. |
getResourceOrBuilder()
public abstract ListFindingsResponse.ListFindingsResult.ResourceOrBuilder getResourceOrBuilder()Output only. Resource that is associated with this finding.
.google.cloud.securitycenter.v1p1beta1.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.ListFindingsResult.ResourceOrBuilder |
|
getStateChange()
public abstract ListFindingsResponse.ListFindingsResult.StateChange getStateChange()State change of the finding between the points in time.
.google.cloud.securitycenter.v1p1beta1.ListFindingsResponse.ListFindingsResult.StateChange state_change = 2;
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.ListFindingsResult.StateChange |
The stateChange. |
getStateChangeValue()
public abstract int getStateChangeValue()State change of the finding between the points in time.
.google.cloud.securitycenter.v1p1beta1.ListFindingsResponse.ListFindingsResult.StateChange state_change = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for stateChange. |
hasFinding()
public abstract boolean hasFinding()Finding matching the search request.
.google.cloud.securitycenter.v1p1beta1.Finding finding = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the finding field is set. |
hasResource()
public abstract boolean hasResource()Output only. Resource that is associated with this finding.
.google.cloud.securitycenter.v1p1beta1.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the resource field is set. |