public static interface ListFindingsResponse.ListFindingsResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Finding |
getFinding()
Finding matching the search request.
|
FindingOrBuilder |
getFindingOrBuilder()
Finding matching the search request.
|
ListFindingsResponse.ListFindingsResult.StateChange |
getStateChange()
State change of the finding between the points in time.
|
int |
getStateChangeValue()
State change of the finding between the points in time.
|
boolean |
hasFinding()
Finding matching the search request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFinding()
Finding matching the search request.
.google.cloud.securitycenter.v1.Finding finding = 1;Finding getFinding()
Finding matching the search request.
.google.cloud.securitycenter.v1.Finding finding = 1;FindingOrBuilder getFindingOrBuilder()
Finding matching the search request.
.google.cloud.securitycenter.v1.Finding finding = 1;int getStateChangeValue()
State change of the finding between the points in time.
.google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult.StateChange state_change = 2;
ListFindingsResponse.ListFindingsResult.StateChange getStateChange()
State change of the finding between the points in time.
.google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult.StateChange state_change = 2;
Copyright © 2019 Google LLC. All rights reserved.