com.zepben.protobuf.nm.SetCurrentSwitchStatesRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: zepben/protobuf/nm/set-switch-state-requests.proto
package com.zepben.protobuf.nm;
public interface SetCurrentSwitchStatesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.nm.SetCurrentSwitchStatesRequest)
com.google.protobuf.MessageOrBuilder {
/**
* int64 messageId = 1;
* @return The messageId.
*/
long getMessageId();
/**
* repeated .zepben.protobuf.nm.SwitchStateUpdate switchesToUpdate = 2;
*/
java.util.List
getSwitchesToUpdateList();
/**
* repeated .zepben.protobuf.nm.SwitchStateUpdate switchesToUpdate = 2;
*/
com.zepben.protobuf.nm.SwitchStateUpdate getSwitchesToUpdate(int index);
/**
* repeated .zepben.protobuf.nm.SwitchStateUpdate switchesToUpdate = 2;
*/
int getSwitchesToUpdateCount();
/**
* repeated .zepben.protobuf.nm.SwitchStateUpdate switchesToUpdate = 2;
*/
java.util.List extends com.zepben.protobuf.nm.SwitchStateUpdateOrBuilder>
getSwitchesToUpdateOrBuilderList();
/**
* repeated .zepben.protobuf.nm.SwitchStateUpdate switchesToUpdate = 2;
*/
com.zepben.protobuf.nm.SwitchStateUpdateOrBuilder getSwitchesToUpdateOrBuilder(
int index);
}