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

com.hedera.hashgraph.sdk.proto.ScheduleListOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: schedule.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

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

  /**
   * 
   **
   * a list of schedules, in no particular order.
   * 
* * repeated .proto.Schedule schedules = 1; */ java.util.List getSchedulesList(); /** *
   **
   * a list of schedules, in no particular order.
   * 
* * repeated .proto.Schedule schedules = 1; */ com.hedera.hashgraph.sdk.proto.Schedule getSchedules(int index); /** *
   **
   * a list of schedules, in no particular order.
   * 
* * repeated .proto.Schedule schedules = 1; */ int getSchedulesCount(); /** *
   **
   * a list of schedules, in no particular order.
   * 
* * repeated .proto.Schedule schedules = 1; */ java.util.List getSchedulesOrBuilderList(); /** *
   **
   * a list of schedules, in no particular order.
   * 
* * repeated .proto.Schedule schedules = 1; */ com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder getSchedulesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy