All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sawtooth.sdk.protobuf.AuthorizationViolationOrBuilder Maven / Gradle / Ivy

Go to download

"Java classes generated from Sawtooth proto definition files, to interact with the component, consensus, and other validator interfaces"

There is a newer version: v0.1.3
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy