sawtooth.sdk.protobuf.AuthorizationViolationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sawtooth-sdk-protos Show documentation
Show all versions of sawtooth-sdk-protos Show documentation
"Java classes generated from Sawtooth proto definition files, to interact with the component, consensus, and other validator interfaces"
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: authorization.proto
package sawtooth.sdk.protobuf;
public interface AuthorizationViolationOrBuilder extends
// @@protoc_insertion_point(interface_extends:AuthorizationViolation)
com.google.protobuf.MessageOrBuilder {
/**
*
* The Role the requester did not have access to
*
*
* .RoleType violation = 1;
*/
int getViolationValue();
/**
*
* The Role the requester did not have access to
*
*
* .RoleType violation = 1;
*/
sawtooth.sdk.protobuf.RoleType getViolation();
}