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

com.hedera.services.stream.proto.SidecarFileOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.54.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: sidecar_file.proto

package com.hedera.services.stream.proto;

public interface SidecarFileOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.SidecarFile)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * List of sidecar records
   * 
* * repeated .proto.TransactionSidecarRecord sidecar_records = 1; */ java.util.List getSidecarRecordsList(); /** *
   **
   * List of sidecar records
   * 
* * repeated .proto.TransactionSidecarRecord sidecar_records = 1; */ com.hedera.services.stream.proto.TransactionSidecarRecord getSidecarRecords(int index); /** *
   **
   * List of sidecar records
   * 
* * repeated .proto.TransactionSidecarRecord sidecar_records = 1; */ int getSidecarRecordsCount(); /** *
   **
   * List of sidecar records
   * 
* * repeated .proto.TransactionSidecarRecord sidecar_records = 1; */ java.util.List getSidecarRecordsOrBuilderList(); /** *
   **
   * List of sidecar records
   * 
* * repeated .proto.TransactionSidecarRecord sidecar_records = 1; */ com.hedera.services.stream.proto.TransactionSidecarRecordOrBuilder getSidecarRecordsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy