Interface SigningProto.AttributeSigningOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SigningProto.AttributeSigning, SigningProto.AttributeSigning.Builder
Enclosing class:
SigningProto

public static interface SigningProto.AttributeSigningOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes artifact_signature = 4;
    string associated_source = 7;
    com.google.protobuf.ByteString
    string associated_source = 7;
    .attrpubapi_v1.ContentType content_type = 3;
    int
    .attrpubapi_v1.ContentType content_type = 3;
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;
    com.google.protobuf.ByteString
    bytes signed_time_stamp = 6;
    string sub_type = 5;
    com.google.protobuf.ByteString
    string sub_type = 5;
    com.google.protobuf.ByteString
    bytes value = 2;

    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

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getValue

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

      int getContentTypeValue()
      .attrpubapi_v1.ContentType content_type = 3;
      Returns:
      The enum numeric value on the wire for contentType.
    • getContentType

      .attrpubapi_v1.ContentType content_type = 3;
      Returns:
      The contentType.
    • getArtifactSignature

      com.google.protobuf.ByteString getArtifactSignature()
      bytes artifact_signature = 4;
      Returns:
      The artifactSignature.
    • getSubType

      String getSubType()
      string sub_type = 5;
      Returns:
      The subType.
    • getSubTypeBytes

      com.google.protobuf.ByteString getSubTypeBytes()
      string sub_type = 5;
      Returns:
      The bytes for subType.
    • getSignedTimeStamp

      com.google.protobuf.ByteString getSignedTimeStamp()
      bytes signed_time_stamp = 6;
      Returns:
      The signedTimeStamp.
    • getAssociatedSource

      String getAssociatedSource()
      string associated_source = 7;
      Returns:
      The associatedSource.
    • getAssociatedSourceBytes

      com.google.protobuf.ByteString getAssociatedSourceBytes()
      string associated_source = 7;
      Returns:
      The bytes for associatedSource.