public interface DiscoveryOccurrenceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DiscoveryOccurrence.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.
|
DiscoveryOccurrence.ContinuousAnalysis |
getContinuousAnalysis()
Whether the resource is continuously analyzed.
|
int |
getContinuousAnalysisValue()
Whether the resource is continuously analyzed.
|
boolean |
hasAnalysisStatusError()
When an error is encountered this will contain a LocalizedMessage under
details to show to the user.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getContinuousAnalysisValue()
Whether the resource is continuously analyzed.
.grafeas.v1.DiscoveryOccurrence.ContinuousAnalysis continuous_analysis = 1;
DiscoveryOccurrence.ContinuousAnalysis getContinuousAnalysis()
Whether the resource is continuously analyzed.
.grafeas.v1.DiscoveryOccurrence.ContinuousAnalysis continuous_analysis = 1;
int getAnalysisStatusValue()
The status of discovery for the resource.
.grafeas.v1.DiscoveryOccurrence.AnalysisStatus analysis_status = 2;
DiscoveryOccurrence.AnalysisStatus getAnalysisStatus()
The status of discovery for the resource.
.grafeas.v1.DiscoveryOccurrence.AnalysisStatus analysis_status = 2;
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;
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 = 3;
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 = 3;
Copyright © 2019 Google LLC. All rights reserved.