sawtooth.sdk.protobuf.GetPeersResponseOrBuilder 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: network.proto
package sawtooth.sdk.protobuf;
public interface GetPeersResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:GetPeersResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string peer_endpoints = 1;
*/
java.util.List
getPeerEndpointsList();
/**
* repeated string peer_endpoints = 1;
*/
int getPeerEndpointsCount();
/**
* repeated string peer_endpoints = 1;
*/
java.lang.String getPeerEndpoints(int index);
/**
* repeated string peer_endpoints = 1;
*/
com.google.protobuf.ByteString
getPeerEndpointsBytes(int index);
}