Interface AttrProto.AnchorOrBuilder

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

public static interface AttrProto.AnchorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes artifact_link = 1;
    com.google.protobuf.ByteString
    bytes artifact_signature = 3;
    string associated_source = 7;
    com.google.protobuf.ByteString
    string associated_source = 7;
    com.google.protobuf.ByteString
    repeated bytes origin_server_certs = 2;
    int
    repeated bytes origin_server_certs = 2;
    List<com.google.protobuf.ByteString>
    repeated bytes origin_server_certs = 2;
    com.google.protobuf.ByteString
    bytes signature = 5;
    com.google.protobuf.ByteString
    bytes signed_time_stamp = 6;
    string sub_type = 4;
    com.google.protobuf.ByteString
    string sub_type = 4;

    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

    • getArtifactLink

      com.google.protobuf.ByteString getArtifactLink()
      bytes artifact_link = 1;
      Returns:
      The artifactLink.
    • getOriginServerCertsList

      List<com.google.protobuf.ByteString> getOriginServerCertsList()
      repeated bytes origin_server_certs = 2;
      Returns:
      A list containing the originServerCerts.
    • getOriginServerCertsCount

      int getOriginServerCertsCount()
      repeated bytes origin_server_certs = 2;
      Returns:
      The count of originServerCerts.
    • getOriginServerCerts

      com.google.protobuf.ByteString getOriginServerCerts(int index)
      repeated bytes origin_server_certs = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The originServerCerts at the given index.
    • getArtifactSignature

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

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

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

      com.google.protobuf.ByteString getSignature()
      bytes signature = 5;
      Returns:
      The signature.
    • 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.