Interface ListFindingsResponse.ListFindingsResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListFindingsResponse.ListFindingsResult,ListFindingsResponse.ListFindingsResult.Builder
- Enclosing class:
- ListFindingsResponse
public static interface ListFindingsResponse.ListFindingsResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindinggetFinding()Finding matching the search request.FindingOrBuildergetFindingOrBuilder()Finding matching the search request.ListFindingsResponse.ListFindingsResult.ResourcegetResource()Output only.ListFindingsResponse.ListFindingsResult.ResourceOrBuildergetResourceOrBuilder()Output only.ListFindingsResponse.ListFindingsResult.StateChangegetStateChange()State change of the finding between the points in time.intgetStateChangeValue()State change of the finding between the points in time.booleanhasFinding()Finding matching the search request.booleanhasResource()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasFinding
boolean hasFinding()
Finding matching the search request.
.google.cloud.securitycenter.v1p1beta1.Finding finding = 1;- Returns:
- Whether the finding field is set.
-
getFinding
Finding getFinding()
Finding matching the search request.
.google.cloud.securitycenter.v1p1beta1.Finding finding = 1;- Returns:
- The finding.
-
getFindingOrBuilder
FindingOrBuilder getFindingOrBuilder()
Finding matching the search request.
.google.cloud.securitycenter.v1p1beta1.Finding finding = 1;
-
getStateChangeValue
int getStateChangeValue()
State change of the finding between the points in time.
.google.cloud.securitycenter.v1p1beta1.ListFindingsResponse.ListFindingsResult.StateChange state_change = 2;- Returns:
- The enum numeric value on the wire for stateChange.
-
getStateChange
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:
- The stateChange.
-
hasResource
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:
- Whether the resource field is set.
-
getResource
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:
- The resource.
-
getResourceOrBuilder
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];
-
-