public interface DiscoveredOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Discovered.AnalysisStatus |
getAnalysisStatus()
The status of discovery for the resource.
|
com.google.rpc.Status |
getAnalysisStatusError()
When an error is encountered this will contain a LocalizedMessage under
details to show to the user.
|
com.google.rpc.StatusOrBuilder |
getAnalysisStatusErrorOrBuilder()
When an error is encountered this will contain a LocalizedMessage under
details to show to the user.
|
int |
getAnalysisStatusValue()
The status of discovery for the resource.
|
Discovered.ContinuousAnalysis |
getContinuousAnalysis()
Whether the resource is continuously analyzed.
|
int |
getContinuousAnalysisValue()
Whether the resource is continuously analyzed.
|
com.google.protobuf.Timestamp |
getLastAnalysisTime()
The last time continuous analysis was done for this resource.
|
com.google.protobuf.TimestampOrBuilder |
getLastAnalysisTimeOrBuilder()
The last time continuous analysis was done for this resource.
|
boolean |
hasAnalysisStatusError()
When an error is encountered this will contain a LocalizedMessage under
details to show to the user.
|
boolean |
hasLastAnalysisTime()
The last time continuous analysis was done for this resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getContinuousAnalysisValue()
Whether the resource is continuously analyzed.
.grafeas.v1beta1.discovery.Discovered.ContinuousAnalysis continuous_analysis = 1;Discovered.ContinuousAnalysis getContinuousAnalysis()
Whether the resource is continuously analyzed.
.grafeas.v1beta1.discovery.Discovered.ContinuousAnalysis continuous_analysis = 1;boolean hasLastAnalysisTime()
The last time continuous analysis was done for this resource.
.google.protobuf.Timestamp last_analysis_time = 2;com.google.protobuf.Timestamp getLastAnalysisTime()
The last time continuous analysis was done for this resource.
.google.protobuf.Timestamp last_analysis_time = 2;com.google.protobuf.TimestampOrBuilder getLastAnalysisTimeOrBuilder()
The last time continuous analysis was done for this resource.
.google.protobuf.Timestamp last_analysis_time = 2;int getAnalysisStatusValue()
The status of discovery for the resource.
.grafeas.v1beta1.discovery.Discovered.AnalysisStatus analysis_status = 3;Discovered.AnalysisStatus getAnalysisStatus()
The status of discovery for the resource.
.grafeas.v1beta1.discovery.Discovered.AnalysisStatus analysis_status = 3;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 = 4;com.google.rpc.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 = 4;com.google.rpc.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 = 4;Copyright © 2019 Google LLC. All rights reserved.