Interface ExportMetricsRequestFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getEventIds​(int index)
      repeated uint64 event_ids = 2 [json_name = "eventIds"];
      int getEventIdsCount()
      repeated uint64 event_ids = 2 [json_name = "eventIds"];
      java.util.List<java.lang.Long> getEventIdsList()
      repeated uint64 event_ids = 2 [json_name = "eventIds"];
      java.lang.String getMetrics​(int index)
      repeated string metrics = 4 [json_name = "metrics"];
      com.google.protobuf.ByteString getMetricsBytes​(int index)
      repeated string metrics = 4 [json_name = "metrics"];
      int getMetricsCount()
      repeated string metrics = 4 [json_name = "metrics"];
      java.util.List<java.lang.String> getMetricsList()
      repeated string metrics = 4 [json_name = "metrics"];
      java.lang.String getOrganizationId()
      optional string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      optional string organization_id = 1 [json_name = "organizationId"];
      Period getPeriod()
      .streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];
      java.lang.String getTz()
      optional string tz = 5 [json_name = "tz"];
      com.google.protobuf.ByteString getTzBytes()
      optional string tz = 5 [json_name = "tz"];
      boolean hasOrganizationId()
      optional string organization_id = 1 [json_name = "organizationId"];
      boolean hasPeriod()
      .streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];
      boolean hasTz()
      optional string tz = 5 [json_name = "tz"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasOrganizationId

        boolean hasOrganizationId()
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        Whether the organizationId field is set.
      • getOrganizationId

        java.lang.String getOrganizationId()
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.
      • getEventIdsList

        java.util.List<java.lang.Long> getEventIdsList()
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Returns:
        A list containing the eventIds.
      • getEventIdsCount

        int getEventIdsCount()
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Returns:
        The count of eventIds.
      • getEventIds

        long getEventIds​(int index)
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The eventIds at the given index.
      • hasPeriod

        boolean hasPeriod()
        .streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];
        Returns:
        Whether the period field is set.
      • getPeriod

        Period getPeriod()
        .streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];
        Returns:
        The period.
      • getMetricsList

        java.util.List<java.lang.String> getMetricsList()
        repeated string metrics = 4 [json_name = "metrics"];
        Returns:
        A list containing the metrics.
      • getMetricsCount

        int getMetricsCount()
        repeated string metrics = 4 [json_name = "metrics"];
        Returns:
        The count of metrics.
      • getMetrics

        java.lang.String getMetrics​(int index)
        repeated string metrics = 4 [json_name = "metrics"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The metrics at the given index.
      • getMetricsBytes

        com.google.protobuf.ByteString getMetricsBytes​(int index)
        repeated string metrics = 4 [json_name = "metrics"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The metrics at the given index.
      • hasTz

        boolean hasTz()
        optional string tz = 5 [json_name = "tz"];
        Returns:
        Whether the tz field is set.
      • getTz

        java.lang.String getTz()
        optional string tz = 5 [json_name = "tz"];
        Returns:
        The tz.
      • getTzBytes

        com.google.protobuf.ByteString getTzBytes()
        optional string tz = 5 [json_name = "tz"];
        Returns:
        The bytes for tz.