public interface DiscoveryOccurrenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnalysisStatus()
public abstract DiscoveryOccurrence.AnalysisStatus getAnalysisStatus()The status of discovery for the resource.
.grafeas.v1.DiscoveryOccurrence.AnalysisStatus analysis_status = 2;
| Type | Description |
| DiscoveryOccurrence.AnalysisStatus | The analysisStatus. |
getAnalysisStatusError()
public abstract Status getAnalysisStatusError()When an error is encountered this will contain a LocalizedMessage under details to show to the user. The LocalizedMessage is output only and populated by the API.
.google.rpc.Status analysis_status_error = 3;
| Type | Description |
| com.google.rpc.Status | The analysisStatusError. |
getAnalysisStatusErrorOrBuilder()
public abstract StatusOrBuilder getAnalysisStatusErrorOrBuilder()When an error is encountered this will contain a LocalizedMessage under details to show to the user. The LocalizedMessage is output only and populated by the API.
.google.rpc.Status analysis_status_error = 3;
| Type | Description |
| com.google.rpc.StatusOrBuilder |
getAnalysisStatusValue()
public abstract int getAnalysisStatusValue()The status of discovery for the resource.
.grafeas.v1.DiscoveryOccurrence.AnalysisStatus analysis_status = 2;
| Type | Description |
| int | The enum numeric value on the wire for analysisStatus. |
getArchiveTime()
public abstract Timestamp getArchiveTime()The time occurrences related to this discovery occurrence were archived.
.google.protobuf.Timestamp archive_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The archiveTime. |
getArchiveTimeOrBuilder()
public abstract TimestampOrBuilder getArchiveTimeOrBuilder()The time occurrences related to this discovery occurrence were archived.
.google.protobuf.Timestamp archive_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getContinuousAnalysis()
public abstract DiscoveryOccurrence.ContinuousAnalysis getContinuousAnalysis()Whether the resource is continuously analyzed.
.grafeas.v1.DiscoveryOccurrence.ContinuousAnalysis continuous_analysis = 1;
| Type | Description |
| DiscoveryOccurrence.ContinuousAnalysis | The continuousAnalysis. |
getContinuousAnalysisValue()
public abstract int getContinuousAnalysisValue()Whether the resource is continuously analyzed.
.grafeas.v1.DiscoveryOccurrence.ContinuousAnalysis continuous_analysis = 1;
| Type | Description |
| int | The enum numeric value on the wire for continuousAnalysis. |
getCpe()
public abstract String getCpe()The CPE of the resource being scanned.
string cpe = 4;
| Type | Description |
| String | The cpe. |
getCpeBytes()
public abstract ByteString getCpeBytes()The CPE of the resource being scanned.
string cpe = 4;
| Type | Description |
| ByteString | The bytes for cpe. |
getLastScanTime()
public abstract Timestamp getLastScanTime()The last time this resource was scanned.
.google.protobuf.Timestamp last_scan_time = 5;
| Type | Description |
| Timestamp | The lastScanTime. |
getLastScanTimeOrBuilder()
public abstract TimestampOrBuilder getLastScanTimeOrBuilder()The last time this resource was scanned.
.google.protobuf.Timestamp last_scan_time = 5;
| Type | Description |
| TimestampOrBuilder |
hasAnalysisStatusError()
public abstract boolean hasAnalysisStatusError()When an error is encountered this will contain a LocalizedMessage under details to show to the user. The LocalizedMessage is output only and populated by the API.
.google.rpc.Status analysis_status_error = 3;
| Type | Description |
| boolean | Whether the analysisStatusError field is set. |
hasArchiveTime()
public abstract boolean hasArchiveTime()The time occurrences related to this discovery occurrence were archived.
.google.protobuf.Timestamp archive_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the archiveTime field is set. |
hasLastScanTime()
public abstract boolean hasLastScanTime()The last time this resource was scanned.
.google.protobuf.Timestamp last_scan_time = 5;
| Type | Description |
| boolean | Whether the lastScanTime field is set. |