sawtooth.sdk.protobuf.ConnectionResponseOrBuilder 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 ConnectionResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:ConnectionResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .ConnectionResponse.RoleEntry roles = 1;
*/
java.util.List
getRolesList();
/**
* repeated .ConnectionResponse.RoleEntry roles = 1;
*/
sawtooth.sdk.protobuf.ConnectionResponse.RoleEntry getRoles(int index);
/**
* repeated .ConnectionResponse.RoleEntry roles = 1;
*/
int getRolesCount();
/**
* repeated .ConnectionResponse.RoleEntry roles = 1;
*/
java.util.List extends sawtooth.sdk.protobuf.ConnectionResponse.RoleEntryOrBuilder>
getRolesOrBuilderList();
/**
* repeated .ConnectionResponse.RoleEntry roles = 1;
*/
sawtooth.sdk.protobuf.ConnectionResponse.RoleEntryOrBuilder getRolesOrBuilder(
int index);
/**
* .ConnectionResponse.Status status = 2;
*/
int getStatusValue();
/**
* .ConnectionResponse.Status status = 2;
*/
sawtooth.sdk.protobuf.ConnectionResponse.Status getStatus();
}