public final class Discovered extends com.google.protobuf.GeneratedMessageV3 implements DiscoveredOrBuilder
Provides information about the analysis status of a discovered resource.Protobuf type
grafeas.v1beta1.discovery.Discovered| Modifier and Type | Class and Description |
|---|---|
static class |
Discovered.AnalysisStatus
Analysis status for a resource.
|
static class |
Discovered.Builder
Provides information about the analysis status of a discovered resource.
|
static class |
Discovered.ContinuousAnalysis
Whether the resource is continuously analyzed.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ANALYSIS_STATUS_ERROR_FIELD_NUMBER |
static int |
ANALYSIS_STATUS_FIELD_NUMBER |
static int |
CONTINUOUS_ANALYSIS_FIELD_NUMBER |
static int |
LAST_ANALYSIS_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
static Discovered |
getDefaultInstance() |
Discovered |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<Discovered> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAnalysisStatusError()
When an error is encountered this will contain a LocalizedMessage under
details to show to the user.
|
int |
hashCode() |
boolean |
hasLastAnalysisTime()
The last time continuous analysis was done for this resource.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Discovered.Builder |
newBuilder() |
static Discovered.Builder |
newBuilder(Discovered prototype) |
Discovered.Builder |
newBuilderForType() |
protected Discovered.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Discovered |
parseDelimitedFrom(InputStream input) |
static Discovered |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Discovered |
parseFrom(byte[] data) |
static Discovered |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Discovered |
parseFrom(ByteBuffer data) |
static Discovered |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Discovered |
parseFrom(com.google.protobuf.ByteString data) |
static Discovered |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Discovered |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Discovered |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Discovered |
parseFrom(InputStream input) |
static Discovered |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Discovered> |
parser() |
Discovered.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CONTINUOUS_ANALYSIS_FIELD_NUMBER
public static final int LAST_ANALYSIS_TIME_FIELD_NUMBER
public static final int ANALYSIS_STATUS_FIELD_NUMBER
public static final int ANALYSIS_STATUS_ERROR_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getContinuousAnalysisValue()
Whether the resource is continuously analyzed.
.grafeas.v1beta1.discovery.Discovered.ContinuousAnalysis continuous_analysis = 1;getContinuousAnalysisValue in interface DiscoveredOrBuilderpublic Discovered.ContinuousAnalysis getContinuousAnalysis()
Whether the resource is continuously analyzed.
.grafeas.v1beta1.discovery.Discovered.ContinuousAnalysis continuous_analysis = 1;getContinuousAnalysis in interface DiscoveredOrBuilderpublic boolean hasLastAnalysisTime()
The last time continuous analysis was done for this resource.
.google.protobuf.Timestamp last_analysis_time = 2;hasLastAnalysisTime in interface DiscoveredOrBuilderpublic com.google.protobuf.Timestamp getLastAnalysisTime()
The last time continuous analysis was done for this resource.
.google.protobuf.Timestamp last_analysis_time = 2;getLastAnalysisTime in interface DiscoveredOrBuilderpublic com.google.protobuf.TimestampOrBuilder getLastAnalysisTimeOrBuilder()
The last time continuous analysis was done for this resource.
.google.protobuf.Timestamp last_analysis_time = 2;getLastAnalysisTimeOrBuilder in interface DiscoveredOrBuilderpublic int getAnalysisStatusValue()
The status of discovery for the resource.
.grafeas.v1beta1.discovery.Discovered.AnalysisStatus analysis_status = 3;getAnalysisStatusValue in interface DiscoveredOrBuilderpublic Discovered.AnalysisStatus getAnalysisStatus()
The status of discovery for the resource.
.grafeas.v1beta1.discovery.Discovered.AnalysisStatus analysis_status = 3;getAnalysisStatus in interface DiscoveredOrBuilderpublic 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;hasAnalysisStatusError in interface DiscoveredOrBuilderpublic 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;getAnalysisStatusError in interface DiscoveredOrBuilderpublic 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;getAnalysisStatusErrorOrBuilder in interface DiscoveredOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Discovered parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Discovered parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Discovered parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Discovered parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Discovered parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Discovered parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Discovered parseFrom(InputStream input) throws IOException
IOExceptionpublic static Discovered parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Discovered parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Discovered parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Discovered parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Discovered parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Discovered.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Discovered.Builder newBuilder()
public static Discovered.Builder newBuilder(Discovered prototype)
public Discovered.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Discovered.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Discovered getDefaultInstance()
public static com.google.protobuf.Parser<Discovered> parser()
public com.google.protobuf.Parser<Discovered> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Discovered getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Google LLC. All rights reserved.