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

com.hedera.hapi.block.stream.output.protoc.NewStateChangeOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.57.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: stream/output/state_changes.proto

package com.hedera.hapi.block.stream.output.protoc;

public interface NewStateChangeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.hedera.hapi.block.stream.output.NewStateChange)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * The type (e.g. Singleton, Virtual Map, Queue) of state to add.
   * 
* * .com.hedera.hapi.block.stream.output.NewStateType state_type = 1; * @return The enum numeric value on the wire for stateType. */ int getStateTypeValue(); /** *
   **
   * The type (e.g. Singleton, Virtual Map, Queue) of state to add.
   * 
* * .com.hedera.hapi.block.stream.output.NewStateType state_type = 1; * @return The stateType. */ com.hedera.hapi.block.stream.output.protoc.NewStateType getStateType(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy