com.hedera.hashgraph.sdk.proto.ScheduleListOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
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 extends com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder>
getSchedulesOrBuilderList();
/**
*
**
* a list of schedules, in no particular order.
*
*
* repeated .proto.Schedule schedules = 1;
*/
com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder getSchedulesOrBuilder(
int index);
}