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

main.java.com.streamlayer.analytics.authentications.v1.TotalAuthenticationsResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/analytics/v1/authentications/authentications.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.authentications.v1;

public interface TotalAuthenticationsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.analytics.v1.authentications.TotalAuthenticationsResponse)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * repeated .streamlayer.analytics.v1.authentications.TotalAuthenticationsResponse.TotalResponseData data = 1 [json_name = "data"];
   */
  java.util.List 
      getDataList();
  /**
   * repeated .streamlayer.analytics.v1.authentications.TotalAuthenticationsResponse.TotalResponseData data = 1 [json_name = "data"];
   */
  com.streamlayer.analytics.authentications.v1.TotalAuthenticationsResponse.TotalResponseData getData(int index);
  /**
   * repeated .streamlayer.analytics.v1.authentications.TotalAuthenticationsResponse.TotalResponseData data = 1 [json_name = "data"];
   */
  int getDataCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy