Interface ListFindingsResponse.ListFindingsResultOrBuilder (2.3.2)

public static interface ListFindingsResponse.ListFindingsResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFinding()

public abstract Finding getFinding()

Finding matching the search request.

.google.cloud.securitycenter.v1p1beta1.Finding finding = 1;

Returns
TypeDescription
Finding

The finding.

getFindingOrBuilder()

public abstract FindingOrBuilder getFindingOrBuilder()

Finding matching the search request.

.google.cloud.securitycenter.v1p1beta1.Finding finding = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the resource field is set.