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 TypeMethodDescriptioncom.google.protobuf.ByteStringbytes artifact_signature = 4;string associated_source = 7;com.google.protobuf.ByteStringstring associated_source = 7;.attrpubapi_v1.ContentType content_type = 3;int.attrpubapi_v1.ContentType content_type = 3;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;com.google.protobuf.ByteStringbytes signed_time_stamp = 6;string sub_type = 5;com.google.protobuf.ByteStringstring sub_type = 5;com.google.protobuf.ByteStringgetValue()bytes value = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
ContentTypeProto.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.
-