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
      ObjectIdentifier getOid()
      .dev.sigstore.common.v1.ObjectIdentifier oid = 1;
      ObjectIdentifierOrBuilder getOidOrBuilder()
      .dev.sigstore.common.v1.ObjectIdentifier oid = 1;
      com.google.protobuf.ByteString getValue()
      bytes value = 2;
      boolean hasOid()
      .dev.sigstore.common.v1.ObjectIdentifier oid = 1;
      • 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 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.
      • getValue

        com.google.protobuf.ByteString getValue()
        bytes value = 2;
        Returns:
        The value.