public static interface ListFindingsResponse.ListFindingsResultOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Finding |
getFinding()
Finding matching the search request.
|
FindingOrBuilder |
getFindingOrBuilder()
Finding matching the search request.
|
ListFindingsResponse.ListFindingsResult.Resource |
getResource()
Output only.
|
ListFindingsResponse.ListFindingsResult.ResourceOrBuilder |
getResourceOrBuilder()
Output only.
|
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.
|
boolean |
hasResource()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean 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;
boolean hasResource()
Output only. Resource that is associated with this finding.
.google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
ListFindingsResponse.ListFindingsResult.Resource getResource()
Output only. Resource that is associated with this finding.
.google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
ListFindingsResponse.ListFindingsResult.ResourceOrBuilder getResourceOrBuilder()
Output only. Resource that is associated with this finding.
.google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2022 Google LLC. All rights reserved.