Package io.grafeas.v1beta1.discovery
Class Discovered
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.grafeas.v1beta1.discovery.Discovered
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,DiscoveredOrBuilder
,Serializable
public final class Discovered extends com.google.protobuf.GeneratedMessageV3 implements DiscoveredOrBuilder
Provides information about the analysis status of a discovered resource.
Protobuf typegrafeas.v1beta1.discovery.Discovered
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
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(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 Discovered
parseFrom(ByteBuffer data)
static Discovered
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Discovered>
parser()
Discovered.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
CONTINUOUS_ANALYSIS_FIELD_NUMBER
public static final int CONTINUOUS_ANALYSIS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_ANALYSIS_TIME_FIELD_NUMBER
public static final int LAST_ANALYSIS_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ANALYSIS_STATUS_FIELD_NUMBER
public static final int ANALYSIS_STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ANALYSIS_STATUS_ERROR_FIELD_NUMBER
public static final int ANALYSIS_STATUS_ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getContinuousAnalysisValue
public int getContinuousAnalysisValue()
Whether the resource is continuously analyzed.
.grafeas.v1beta1.discovery.Discovered.ContinuousAnalysis continuous_analysis = 1;
- Specified by:
getContinuousAnalysisValue
in interfaceDiscoveredOrBuilder
- Returns:
- The enum numeric value on the wire for continuousAnalysis.
-
getContinuousAnalysis
public Discovered.ContinuousAnalysis getContinuousAnalysis()
Whether the resource is continuously analyzed.
.grafeas.v1beta1.discovery.Discovered.ContinuousAnalysis continuous_analysis = 1;
- Specified by:
getContinuousAnalysis
in interfaceDiscoveredOrBuilder
- Returns:
- The continuousAnalysis.
-
hasLastAnalysisTime
public boolean hasLastAnalysisTime()
The last time continuous analysis was done for this resource.
.google.protobuf.Timestamp last_analysis_time = 2;
- Specified by:
hasLastAnalysisTime
in interfaceDiscoveredOrBuilder
- Returns:
- Whether the lastAnalysisTime field is set.
-
getLastAnalysisTime
public com.google.protobuf.Timestamp getLastAnalysisTime()
The last time continuous analysis was done for this resource.
.google.protobuf.Timestamp last_analysis_time = 2;
- Specified by:
getLastAnalysisTime
in interfaceDiscoveredOrBuilder
- Returns:
- The lastAnalysisTime.
-
getLastAnalysisTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getLastAnalysisTimeOrBuilder()
The last time continuous analysis was done for this resource.
.google.protobuf.Timestamp last_analysis_time = 2;
- Specified by:
getLastAnalysisTimeOrBuilder
in interfaceDiscoveredOrBuilder
-
getAnalysisStatusValue
public int getAnalysisStatusValue()
The status of discovery for the resource.
.grafeas.v1beta1.discovery.Discovered.AnalysisStatus analysis_status = 3;
- Specified by:
getAnalysisStatusValue
in interfaceDiscoveredOrBuilder
- Returns:
- The enum numeric value on the wire for analysisStatus.
-
getAnalysisStatus
public Discovered.AnalysisStatus getAnalysisStatus()
The status of discovery for the resource.
.grafeas.v1beta1.discovery.Discovered.AnalysisStatus analysis_status = 3;
- Specified by:
getAnalysisStatus
in interfaceDiscoveredOrBuilder
- Returns:
- The analysisStatus.
-
hasAnalysisStatusError
public 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;
- Specified by:
hasAnalysisStatusError
in interfaceDiscoveredOrBuilder
- Returns:
- Whether the analysisStatusError field is set.
-
getAnalysisStatusError
public 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;
- Specified by:
getAnalysisStatusError
in interfaceDiscoveredOrBuilder
- Returns:
- The analysisStatusError.
-
getAnalysisStatusErrorOrBuilder
public 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;
- Specified by:
getAnalysisStatusErrorOrBuilder
in interfaceDiscoveredOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Discovered parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Discovered parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Discovered parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Discovered parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Discovered parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Discovered parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Discovered parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Discovered parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Discovered parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Discovered parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Discovered parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Discovered parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Discovered.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Discovered.Builder newBuilder()
-
newBuilder
public static Discovered.Builder newBuilder(Discovered prototype)
-
toBuilder
public Discovered.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Discovered.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Discovered getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Discovered> parser()
-
getParserForType
public com.google.protobuf.Parser<Discovered> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Discovered getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-