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
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-