public interface PolicyStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsErrors(String key)
map<string, string> errors = 10; |
long |
getActionsCanceled()
optional int64 actionsCanceled = 8; |
long |
getActionsFailed()
optional int64 actionsFailed = 9; |
long |
getActionsRunning()
optional int64 actionsRunning = 6; |
long |
getActionsScheduled()
metrics
|
long |
getActionsSucceeded()
optional int64 actionsSucceeded = 7; |
Map<String,String> |
getErrors()
Deprecated.
|
int |
getErrorsCount()
map<string, string> errors = 10; |
Map<String,String> |
getErrorsMap()
map<string, string> errors = 10; |
String |
getErrorsOrDefault(String key,
String defaultValue)
map<string, string> errors = 10; |
String |
getErrorsOrThrow(String key)
map<string, string> errors = 10; |
boolean |
getIsScanning()
optional bool isScanning = 11; |
long |
getScanCompleted()
optional int64 scanCompleted = 4; |
long |
getScanPendingAction()
optional int64 scanPendingAction = 3; |
long |
getScanStartedMs()
scan status
|
long |
getScanTotal()
optional int64 scanTotal = 2; |
boolean |
hasActionsCanceled()
optional int64 actionsCanceled = 8; |
boolean |
hasActionsFailed()
optional int64 actionsFailed = 9; |
boolean |
hasActionsRunning()
optional int64 actionsRunning = 6; |
boolean |
hasActionsScheduled()
metrics
|
boolean |
hasActionsSucceeded()
optional int64 actionsSucceeded = 7; |
boolean |
hasIsScanning()
optional bool isScanning = 11; |
boolean |
hasScanCompleted()
optional int64 scanCompleted = 4; |
boolean |
hasScanPendingAction()
optional int64 scanPendingAction = 3; |
boolean |
hasScanStartedMs()
scan status
|
boolean |
hasScanTotal()
optional int64 scanTotal = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasScanStartedMs()
scan status
optional int64 scanStartedMs = 1;
long getScanStartedMs()
scan status
optional int64 scanStartedMs = 1;
boolean hasScanTotal()
optional int64 scanTotal = 2;
long getScanTotal()
optional int64 scanTotal = 2;
boolean hasScanPendingAction()
optional int64 scanPendingAction = 3;
long getScanPendingAction()
optional int64 scanPendingAction = 3;
boolean hasScanCompleted()
optional int64 scanCompleted = 4;
long getScanCompleted()
optional int64 scanCompleted = 4;
boolean hasIsScanning()
optional bool isScanning = 11;
boolean getIsScanning()
optional bool isScanning = 11;
boolean hasActionsScheduled()
metrics
optional int64 actionsScheduled = 5;
long getActionsScheduled()
metrics
optional int64 actionsScheduled = 5;
boolean hasActionsRunning()
optional int64 actionsRunning = 6;
long getActionsRunning()
optional int64 actionsRunning = 6;
boolean hasActionsSucceeded()
optional int64 actionsSucceeded = 7;
long getActionsSucceeded()
optional int64 actionsSucceeded = 7;
boolean hasActionsCanceled()
optional int64 actionsCanceled = 8;
long getActionsCanceled()
optional int64 actionsCanceled = 8;
boolean hasActionsFailed()
optional int64 actionsFailed = 9;
long getActionsFailed()
optional int64 actionsFailed = 9;
int getErrorsCount()
map<string, string> errors = 10;
boolean containsErrors(String key)
map<string, string> errors = 10;
@Deprecated Map<String,String> getErrors()
getErrorsMap()
instead.String getErrorsOrDefault(String key, String defaultValue)
map<string, string> errors = 10;
Copyright © 2023. All Rights Reserved.