Class TotalCallsRequest.TotalRequestFilter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TotalCallsRequest.TotalRequestFilter.Builder
      Protobuf type streamlayer.analytics.v1.calls.TotalCallsRequest.TotalRequestFilter
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

        com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,​?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,​Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Detail

      • getEventIds

        public long getEventIds​(int index)
         sports events id
         
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Specified by:
        getEventIds in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The eventIds at the given index.
      • getCategories

        public Category getCategories​(int index)
         categories
         
        repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];
        Specified by:
        getCategories in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The categories at the given index.
      • getCategoriesValueList

        public java.util.List<java.lang.Integer> getCategoriesValueList()
         categories
         
        repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];
        Specified by:
        getCategoriesValueList in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for categories.
      • getCategoriesValue

        public int getCategoriesValue​(int index)
         categories
         
        repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];
        Specified by:
        getCategoriesValue in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of categories at the given index.
      • getKindsList

        public java.util.List<Kind> getKindsList()
         kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
         
        repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];
        Specified by:
        getKindsList in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Returns:
        A list containing the kinds.
      • getKindsCount

        public int getKindsCount()
         kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
         
        repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];
        Specified by:
        getKindsCount in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Returns:
        The count of kinds.
      • getKinds

        public Kind getKinds​(int index)
         kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
         
        repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];
        Specified by:
        getKinds in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The kinds at the given index.
      • getKindsValueList

        public java.util.List<java.lang.Integer> getKindsValueList()
         kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
         
        repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];
        Specified by:
        getKindsValueList in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for kinds.
      • getKindsValue

        public int getKindsValue​(int index)
         kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
         
        repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];
        Specified by:
        getKindsValue in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of kinds at the given index.
      • parseFrom

        public static TotalCallsRequest.TotalRequestFilter parseFrom​(java.nio.ByteBuffer data)
                                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TotalCallsRequest.TotalRequestFilter parseFrom​(java.nio.ByteBuffer data,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TotalCallsRequest.TotalRequestFilter parseFrom​(com.google.protobuf.ByteString data)
                                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TotalCallsRequest.TotalRequestFilter parseFrom​(com.google.protobuf.ByteString data,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TotalCallsRequest.TotalRequestFilter parseFrom​(byte[] data)
                                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TotalCallsRequest.TotalRequestFilter parseFrom​(byte[] data,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TotalCallsRequest.TotalRequestFilter parseFrom​(java.io.InputStream input,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static TotalCallsRequest.TotalRequestFilter parseDelimitedFrom​(java.io.InputStream input,
                                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static TotalCallsRequest.TotalRequestFilter parseFrom​(com.google.protobuf.CodedInputStream input,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws java.io.IOException
        Throws:
        java.io.IOException