Package dev.sigstore.proto.common.v1
Interface ObjectIdentifierValuePairOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectIdentifierValuePair,ObjectIdentifierValuePair.Builder
public interface ObjectIdentifierValuePairOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectIdentifiergetOid().dev.sigstore.common.v1.ObjectIdentifier oid = 1;ObjectIdentifierOrBuildergetOidOrBuilder().dev.sigstore.common.v1.ObjectIdentifier oid = 1;com.google.protobuf.ByteStringgetValue()bytes value = 2;booleanhasOid().dev.sigstore.common.v1.ObjectIdentifier oid = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOid
boolean hasOid()
.dev.sigstore.common.v1.ObjectIdentifier oid = 1;- Returns:
- Whether the oid field is set.
-
getOid
ObjectIdentifier getOid()
.dev.sigstore.common.v1.ObjectIdentifier oid = 1;- Returns:
- The oid.
-
getOidOrBuilder
ObjectIdentifierOrBuilder getOidOrBuilder()
.dev.sigstore.common.v1.ObjectIdentifier oid = 1;
-
getValue
com.google.protobuf.ByteString getValue()
bytes value = 2;- Returns:
- The value.
-
-