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

sawtooth.sdk.protobuf.ConnectionResponseOrBuilder 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 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 
      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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy