Class ArtifactVerificationOptions
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessage
-
- dev.sigstore.proto.verification.v1.ArtifactVerificationOptions
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ArtifactVerificationOptionsOrBuilder,java.io.Serializable
public final class ArtifactVerificationOptions extends com.google.protobuf.GeneratedMessage implements ArtifactVerificationOptionsOrBuilder
A light-weight set of options/policies for identifying trusted signers, used during verification of a single artifact.
Protobuf typedev.sigstore.verification.v1.ArtifactVerificationOptions- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classArtifactVerificationOptions.BuilderA light-weight set of options/policies for identifying trusted signers, used during verification of a single artifact.static classArtifactVerificationOptions.CtlogOptionsProtobuf typedev.sigstore.verification.v1.ArtifactVerificationOptions.CtlogOptionsstatic interfaceArtifactVerificationOptions.CtlogOptionsOrBuilderstatic classArtifactVerificationOptions.ObserverTimestampOptionsProtobuf typedev.sigstore.verification.v1.ArtifactVerificationOptions.ObserverTimestampOptionsstatic interfaceArtifactVerificationOptions.ObserverTimestampOptionsOrBuilderstatic classArtifactVerificationOptions.SignersCasestatic classArtifactVerificationOptions.TimestampAuthorityOptionsProtobuf typedev.sigstore.verification.v1.ArtifactVerificationOptions.TimestampAuthorityOptionsstatic interfaceArtifactVerificationOptions.TimestampAuthorityOptionsOrBuilderstatic classArtifactVerificationOptions.TlogIntegratedTimestampOptionsProtobuf typedev.sigstore.verification.v1.ArtifactVerificationOptions.TlogIntegratedTimestampOptionsstatic interfaceArtifactVerificationOptions.TlogIntegratedTimestampOptionsOrBuilderstatic classArtifactVerificationOptions.TlogOptionsProtobuf typedev.sigstore.verification.v1.ArtifactVerificationOptions.TlogOptionsstatic interfaceArtifactVerificationOptions.TlogOptionsOrBuilder-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T extends java.lang.Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCERTIFICATE_IDENTITIES_FIELD_NUMBERstatic intCTLOG_OPTIONS_FIELD_NUMBERstatic intINTEGRATED_TS_OPTIONS_FIELD_NUMBERstatic intOBSERVER_OPTIONS_FIELD_NUMBERstatic intPUBLIC_KEYS_FIELD_NUMBERstatic intTLOG_OPTIONS_FIELD_NUMBERstatic intTSA_OPTIONS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)CertificateIdentitiesgetCertificateIdentities().dev.sigstore.verification.v1.CertificateIdentities certificate_identities = 1;CertificateIdentitiesOrBuildergetCertificateIdentitiesOrBuilder().dev.sigstore.verification.v1.CertificateIdentities certificate_identities = 1;ArtifactVerificationOptions.CtlogOptionsgetCtlogOptions()Optional options for certificate transparency log verification.ArtifactVerificationOptions.CtlogOptionsOrBuildergetCtlogOptionsOrBuilder()Optional options for certificate transparency log verification.static ArtifactVerificationOptionsgetDefaultInstance()ArtifactVerificationOptionsgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()ArtifactVerificationOptions.TlogIntegratedTimestampOptionsgetIntegratedTsOptions()Optional options for integrated timestamp verification.ArtifactVerificationOptions.TlogIntegratedTimestampOptionsOrBuildergetIntegratedTsOptionsOrBuilder()Optional options for integrated timestamp verification.ArtifactVerificationOptions.ObserverTimestampOptionsgetObserverOptions()Optional options for observed timestamp verification.ArtifactVerificationOptions.ObserverTimestampOptionsOrBuildergetObserverOptionsOrBuilder()Optional options for observed timestamp verification.com.google.protobuf.Parser<ArtifactVerificationOptions>getParserForType()PublicKeyIdentitiesgetPublicKeys()To simplify verification implementation, the logic for bundle verification should be implemented as a higher-order function, where one of argument should be an interface over the set of trusted public keys, like this: `Verify(bytes artifact, bytes signature, string key_id)`.PublicKeyIdentitiesOrBuildergetPublicKeysOrBuilder()To simplify verification implementation, the logic for bundle verification should be implemented as a higher-order function, where one of argument should be an interface over the set of trusted public keys, like this: `Verify(bytes artifact, bytes signature, string key_id)`.intgetSerializedSize()ArtifactVerificationOptions.SignersCasegetSignersCase()ArtifactVerificationOptions.TlogOptionsgetTlogOptions()Optional options for artifact transparency log verification.ArtifactVerificationOptions.TlogOptionsOrBuildergetTlogOptionsOrBuilder()Optional options for artifact transparency log verification.ArtifactVerificationOptions.TimestampAuthorityOptionsgetTsaOptions()Optional options for certificate signed timestamp verification.ArtifactVerificationOptions.TimestampAuthorityOptionsOrBuildergetTsaOptionsOrBuilder()Optional options for certificate signed timestamp verification.booleanhasCertificateIdentities().dev.sigstore.verification.v1.CertificateIdentities certificate_identities = 1;booleanhasCtlogOptions()Optional options for certificate transparency log verification.inthashCode()booleanhasIntegratedTsOptions()Optional options for integrated timestamp verification.booleanhasObserverOptions()Optional options for observed timestamp verification.booleanhasPublicKeys()To simplify verification implementation, the logic for bundle verification should be implemented as a higher-order function, where one of argument should be an interface over the set of trusted public keys, like this: `Verify(bytes artifact, bytes signature, string key_id)`.booleanhasTlogOptions()Optional options for artifact transparency log verification.booleanhasTsaOptions()Optional options for certificate signed timestamp verification.protected com.google.protobuf.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static ArtifactVerificationOptions.BuildernewBuilder()static ArtifactVerificationOptions.BuildernewBuilder(ArtifactVerificationOptions prototype)ArtifactVerificationOptions.BuildernewBuilderForType()protected ArtifactVerificationOptions.BuildernewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)static ArtifactVerificationOptionsparseDelimitedFrom(java.io.InputStream input)static ArtifactVerificationOptionsparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ArtifactVerificationOptionsparseFrom(byte[] data)static ArtifactVerificationOptionsparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ArtifactVerificationOptionsparseFrom(com.google.protobuf.ByteString data)static ArtifactVerificationOptionsparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ArtifactVerificationOptionsparseFrom(com.google.protobuf.CodedInputStream input)static ArtifactVerificationOptionsparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ArtifactVerificationOptionsparseFrom(java.io.InputStream input)static ArtifactVerificationOptionsparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ArtifactVerificationOptionsparseFrom(java.nio.ByteBuffer data)static ArtifactVerificationOptionsparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ArtifactVerificationOptions>parser()ArtifactVerificationOptions.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, 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, hashFields, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
CERTIFICATE_IDENTITIES_FIELD_NUMBER
public static final int CERTIFICATE_IDENTITIES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PUBLIC_KEYS_FIELD_NUMBER
public static final int PUBLIC_KEYS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TLOG_OPTIONS_FIELD_NUMBER
public static final int TLOG_OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CTLOG_OPTIONS_FIELD_NUMBER
public static final int CTLOG_OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TSA_OPTIONS_FIELD_NUMBER
public static final int TSA_OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INTEGRATED_TS_OPTIONS_FIELD_NUMBER
public static final int INTEGRATED_TS_OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OBSERVER_OPTIONS_FIELD_NUMBER
public static final int OBSERVER_OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getSignersCase
public ArtifactVerificationOptions.SignersCase getSignersCase()
- Specified by:
getSignersCasein interfaceArtifactVerificationOptionsOrBuilder
-
hasCertificateIdentities
public boolean hasCertificateIdentities()
.dev.sigstore.verification.v1.CertificateIdentities certificate_identities = 1;- Specified by:
hasCertificateIdentitiesin interfaceArtifactVerificationOptionsOrBuilder- Returns:
- Whether the certificateIdentities field is set.
-
getCertificateIdentities
public CertificateIdentities getCertificateIdentities()
.dev.sigstore.verification.v1.CertificateIdentities certificate_identities = 1;- Specified by:
getCertificateIdentitiesin interfaceArtifactVerificationOptionsOrBuilder- Returns:
- The certificateIdentities.
-
getCertificateIdentitiesOrBuilder
public CertificateIdentitiesOrBuilder getCertificateIdentitiesOrBuilder()
.dev.sigstore.verification.v1.CertificateIdentities certificate_identities = 1;- Specified by:
getCertificateIdentitiesOrBuilderin interfaceArtifactVerificationOptionsOrBuilder
-
hasPublicKeys
public boolean hasPublicKeys()
To simplify verification implementation, the logic for bundle verification should be implemented as a higher-order function, where one of argument should be an interface over the set of trusted public keys, like this: `Verify(bytes artifact, bytes signature, string key_id)`. This way the caller is in full control of mapping the identified (or hinted) key in the bundle to one of the trusted keys, as this process is inherently application specific.
.dev.sigstore.verification.v1.PublicKeyIdentities public_keys = 2;- Specified by:
hasPublicKeysin interfaceArtifactVerificationOptionsOrBuilder- Returns:
- Whether the publicKeys field is set.
-
getPublicKeys
public PublicKeyIdentities getPublicKeys()
To simplify verification implementation, the logic for bundle verification should be implemented as a higher-order function, where one of argument should be an interface over the set of trusted public keys, like this: `Verify(bytes artifact, bytes signature, string key_id)`. This way the caller is in full control of mapping the identified (or hinted) key in the bundle to one of the trusted keys, as this process is inherently application specific.
.dev.sigstore.verification.v1.PublicKeyIdentities public_keys = 2;- Specified by:
getPublicKeysin interfaceArtifactVerificationOptionsOrBuilder- Returns:
- The publicKeys.
-
getPublicKeysOrBuilder
public PublicKeyIdentitiesOrBuilder getPublicKeysOrBuilder()
To simplify verification implementation, the logic for bundle verification should be implemented as a higher-order function, where one of argument should be an interface over the set of trusted public keys, like this: `Verify(bytes artifact, bytes signature, string key_id)`. This way the caller is in full control of mapping the identified (or hinted) key in the bundle to one of the trusted keys, as this process is inherently application specific.
.dev.sigstore.verification.v1.PublicKeyIdentities public_keys = 2;- Specified by:
getPublicKeysOrBuilderin interfaceArtifactVerificationOptionsOrBuilder
-
hasTlogOptions
public boolean hasTlogOptions()
Optional options for artifact transparency log verification. If none is provided, the default verification options are: Threshold: 1 Online verification: false Disable: false
optional .dev.sigstore.verification.v1.ArtifactVerificationOptions.TlogOptions tlog_options = 3;- Specified by:
hasTlogOptionsin interfaceArtifactVerificationOptionsOrBuilder- Returns:
- Whether the tlogOptions field is set.
-
getTlogOptions
public ArtifactVerificationOptions.TlogOptions getTlogOptions()
Optional options for artifact transparency log verification. If none is provided, the default verification options are: Threshold: 1 Online verification: false Disable: false
optional .dev.sigstore.verification.v1.ArtifactVerificationOptions.TlogOptions tlog_options = 3;- Specified by:
getTlogOptionsin interfaceArtifactVerificationOptionsOrBuilder- Returns:
- The tlogOptions.
-
getTlogOptionsOrBuilder
public ArtifactVerificationOptions.TlogOptionsOrBuilder getTlogOptionsOrBuilder()
Optional options for artifact transparency log verification. If none is provided, the default verification options are: Threshold: 1 Online verification: false Disable: false
optional .dev.sigstore.verification.v1.ArtifactVerificationOptions.TlogOptions tlog_options = 3;- Specified by:
getTlogOptionsOrBuilderin interfaceArtifactVerificationOptionsOrBuilder
-
hasCtlogOptions
public boolean hasCtlogOptions()
Optional options for certificate transparency log verification. If none is provided, the default verification options are: Threshold: 1 Disable: false
optional .dev.sigstore.verification.v1.ArtifactVerificationOptions.CtlogOptions ctlog_options = 4;- Specified by:
hasCtlogOptionsin interfaceArtifactVerificationOptionsOrBuilder- Returns:
- Whether the ctlogOptions field is set.
-
getCtlogOptions
public ArtifactVerificationOptions.CtlogOptions getCtlogOptions()
Optional options for certificate transparency log verification. If none is provided, the default verification options are: Threshold: 1 Disable: false
optional .dev.sigstore.verification.v1.ArtifactVerificationOptions.CtlogOptions ctlog_options = 4;- Specified by:
getCtlogOptionsin interfaceArtifactVerificationOptionsOrBuilder- Returns:
- The ctlogOptions.
-
getCtlogOptionsOrBuilder
public ArtifactVerificationOptions.CtlogOptionsOrBuilder getCtlogOptionsOrBuilder()
Optional options for certificate transparency log verification. If none is provided, the default verification options are: Threshold: 1 Disable: false
optional .dev.sigstore.verification.v1.ArtifactVerificationOptions.CtlogOptions ctlog_options = 4;- Specified by:
getCtlogOptionsOrBuilderin interfaceArtifactVerificationOptionsOrBuilder
-
hasTsaOptions
public boolean hasTsaOptions()
Optional options for certificate signed timestamp verification. If none is provided, the default verification options are: Threshold: 0 Disable: true
optional .dev.sigstore.verification.v1.ArtifactVerificationOptions.TimestampAuthorityOptions tsa_options = 5;- Specified by:
hasTsaOptionsin interfaceArtifactVerificationOptionsOrBuilder- Returns:
- Whether the tsaOptions field is set.
-
getTsaOptions
public ArtifactVerificationOptions.TimestampAuthorityOptions getTsaOptions()
Optional options for certificate signed timestamp verification. If none is provided, the default verification options are: Threshold: 0 Disable: true
optional .dev.sigstore.verification.v1.ArtifactVerificationOptions.TimestampAuthorityOptions tsa_options = 5;- Specified by:
getTsaOptionsin interfaceArtifactVerificationOptionsOrBuilder- Returns:
- The tsaOptions.
-
getTsaOptionsOrBuilder
public ArtifactVerificationOptions.TimestampAuthorityOptionsOrBuilder getTsaOptionsOrBuilder()
Optional options for certificate signed timestamp verification. If none is provided, the default verification options are: Threshold: 0 Disable: true
optional .dev.sigstore.verification.v1.ArtifactVerificationOptions.TimestampAuthorityOptions tsa_options = 5;- Specified by:
getTsaOptionsOrBuilderin interfaceArtifactVerificationOptionsOrBuilder
-
hasIntegratedTsOptions
public boolean hasIntegratedTsOptions()
Optional options for integrated timestamp verification. If none is provided, the default verification options are: Threshold: 0 Disable: true
optional .dev.sigstore.verification.v1.ArtifactVerificationOptions.TlogIntegratedTimestampOptions integrated_ts_options = 6;- Specified by:
hasIntegratedTsOptionsin interfaceArtifactVerificationOptionsOrBuilder- Returns:
- Whether the integratedTsOptions field is set.
-
getIntegratedTsOptions
public ArtifactVerificationOptions.TlogIntegratedTimestampOptions getIntegratedTsOptions()
Optional options for integrated timestamp verification. If none is provided, the default verification options are: Threshold: 0 Disable: true
optional .dev.sigstore.verification.v1.ArtifactVerificationOptions.TlogIntegratedTimestampOptions integrated_ts_options = 6;- Specified by:
getIntegratedTsOptionsin interfaceArtifactVerificationOptionsOrBuilder- Returns:
- The integratedTsOptions.
-
getIntegratedTsOptionsOrBuilder
public ArtifactVerificationOptions.TlogIntegratedTimestampOptionsOrBuilder getIntegratedTsOptionsOrBuilder()
Optional options for integrated timestamp verification. If none is provided, the default verification options are: Threshold: 0 Disable: true
optional .dev.sigstore.verification.v1.ArtifactVerificationOptions.TlogIntegratedTimestampOptions integrated_ts_options = 6;- Specified by:
getIntegratedTsOptionsOrBuilderin interfaceArtifactVerificationOptionsOrBuilder
-
hasObserverOptions
public boolean hasObserverOptions()
Optional options for observed timestamp verification. If none is provided, the default verification options are: Threshold 1 Disable: false
optional .dev.sigstore.verification.v1.ArtifactVerificationOptions.ObserverTimestampOptions observer_options = 7;- Specified by:
hasObserverOptionsin interfaceArtifactVerificationOptionsOrBuilder- Returns:
- Whether the observerOptions field is set.
-
getObserverOptions
public ArtifactVerificationOptions.ObserverTimestampOptions getObserverOptions()
Optional options for observed timestamp verification. If none is provided, the default verification options are: Threshold 1 Disable: false
optional .dev.sigstore.verification.v1.ArtifactVerificationOptions.ObserverTimestampOptions observer_options = 7;- Specified by:
getObserverOptionsin interfaceArtifactVerificationOptionsOrBuilder- Returns:
- The observerOptions.
-
getObserverOptionsOrBuilder
public ArtifactVerificationOptions.ObserverTimestampOptionsOrBuilder getObserverOptionsOrBuilder()
Optional options for observed timestamp verification. If none is provided, the default verification options are: Threshold 1 Disable: false
optional .dev.sigstore.verification.v1.ArtifactVerificationOptions.ObserverTimestampOptions observer_options = 7;- Specified by:
getObserverOptionsOrBuilderin interfaceArtifactVerificationOptionsOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ArtifactVerificationOptions parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ArtifactVerificationOptions parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ArtifactVerificationOptions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ArtifactVerificationOptions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ArtifactVerificationOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ArtifactVerificationOptions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ArtifactVerificationOptions parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ArtifactVerificationOptions parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ArtifactVerificationOptions parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ArtifactVerificationOptions parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ArtifactVerificationOptions parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ArtifactVerificationOptions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public ArtifactVerificationOptions.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ArtifactVerificationOptions.Builder newBuilder()
-
newBuilder
public static ArtifactVerificationOptions.Builder newBuilder(ArtifactVerificationOptions prototype)
-
toBuilder
public ArtifactVerificationOptions.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ArtifactVerificationOptions.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
- Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
public static ArtifactVerificationOptions getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ArtifactVerificationOptions> parser()
-
getParserForType
public com.google.protobuf.Parser<ArtifactVerificationOptions> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
public ArtifactVerificationOptions getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-