Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
Modifier and Type | Method and Description |
---|---|
static DiscoveryOccurrence.AnalysisStatus |
DiscoveryOccurrence.AnalysisStatus.forNumber(int value) |
DiscoveryOccurrence.AnalysisStatus |
DiscoveryOccurrenceOrBuilder.getAnalysisStatus()
The status of discovery for the resource.
|
DiscoveryOccurrence.AnalysisStatus |
DiscoveryOccurrence.getAnalysisStatus()
The status of discovery for the resource.
|
DiscoveryOccurrence.AnalysisStatus |
DiscoveryOccurrence.Builder.getAnalysisStatus()
The status of discovery for the resource.
|
static DiscoveryOccurrence.AnalysisStatus |
DiscoveryOccurrence.AnalysisStatus.valueOf(Descriptors.EnumValueDescriptor desc) |
static DiscoveryOccurrence.AnalysisStatus |
DiscoveryOccurrence.AnalysisStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DiscoveryOccurrence.AnalysisStatus |
DiscoveryOccurrence.AnalysisStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryOccurrence.AnalysisStatus[] |
DiscoveryOccurrence.AnalysisStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<DiscoveryOccurrence.AnalysisStatus> |
DiscoveryOccurrence.AnalysisStatus.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
DiscoveryOccurrence.Builder |
DiscoveryOccurrence.Builder.setAnalysisStatus(DiscoveryOccurrence.AnalysisStatus value)
The status of discovery for the resource.
|
Copyright © 2019 Google LLC. All rights reserved.