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

cz.proto.TableStreamOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

public interface TableStreamOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.TableStream)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cz.proto.ObjectIdentifier provider = 1;
   * @return Whether the provider field is set.
   */
  boolean hasProvider();
  /**
   * .cz.proto.ObjectIdentifier provider = 1;
   * @return The provider.
   */
  cz.proto.ObjectIdentifier getProvider();
  /**
   * .cz.proto.ObjectIdentifier provider = 1;
   */
  cz.proto.ObjectIdentifierOrBuilder getProviderOrBuilder();

  /**
   * optional int64 at_timestamp = 3;
   * @return Whether the atTimestamp field is set.
   */
  boolean hasAtTimestamp();
  /**
   * optional int64 at_timestamp = 3;
   * @return The atTimestamp.
   */
  long getAtTimestamp();

  /**
   * int64 offset = 4;
   * @return The offset.
   */
  long getOffset();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy