Class SendWebhookEventRequest

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SendWebhookEventRequest.Builder
      Protobuf type streamlayer.sdkSettings.organization.webhooks.SendWebhookEventRequest
      static class  SendWebhookEventRequest.EventData
      Protobuf type streamlayer.sdkSettings.organization.webhooks.SendWebhookEventRequest.EventData
      static interface  SendWebhookEventRequest.EventDataOrBuilder  
      • 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

      • hasOrganizationId

        public boolean hasOrganizationId()
         [sets by grpc-proxy]
         
        optional string organization_id = 1 [json_name = "organizationId"];
        Specified by:
        hasOrganizationId in interface SendWebhookEventRequestOrBuilder
        Returns:
        Whether the organizationId field is set.
      • getOrganizationId

        public java.lang.String getOrganizationId()
         [sets by grpc-proxy]
         
        optional string organization_id = 1 [json_name = "organizationId"];
        Specified by:
        getOrganizationId in interface SendWebhookEventRequestOrBuilder
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        public com.google.protobuf.ByteString getOrganizationIdBytes()
         [sets by grpc-proxy]
         
        optional string organization_id = 1 [json_name = "organizationId"];
        Specified by:
        getOrganizationIdBytes in interface SendWebhookEventRequestOrBuilder
        Returns:
        The bytes for organizationId.
      • hasEventId

        public boolean hasEventId()
         [sets by SDK client]
         
        optional uint64 event_id = 2 [json_name = "eventId"];
        Specified by:
        hasEventId in interface SendWebhookEventRequestOrBuilder
        Returns:
        Whether the eventId field is set.
      • hasQuestionId

        public boolean hasQuestionId()
         [sets by SDK client]
         
        optional string question_id = 3 [json_name = "questionId"];
        Specified by:
        hasQuestionId in interface SendWebhookEventRequestOrBuilder
        Returns:
        Whether the questionId field is set.
      • getQuestionId

        public java.lang.String getQuestionId()
         [sets by SDK client]
         
        optional string question_id = 3 [json_name = "questionId"];
        Specified by:
        getQuestionId in interface SendWebhookEventRequestOrBuilder
        Returns:
        The questionId.
      • getQuestionIdBytes

        public com.google.protobuf.ByteString getQuestionIdBytes()
         [sets by SDK client]
         
        optional string question_id = 3 [json_name = "questionId"];
        Specified by:
        getQuestionIdBytes in interface SendWebhookEventRequestOrBuilder
        Returns:
        The bytes for questionId.
      • hasData

        public boolean hasData()
        .streamlayer.sdkSettings.organization.webhooks.SendWebhookEventRequest.EventData data = 5 [json_name = "data"];
        Specified by:
        hasData in interface SendWebhookEventRequestOrBuilder
        Returns:
        Whether the data field is set.
      • parseFrom

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

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

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

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

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

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

        public static SendWebhookEventRequest parseFrom​(java.io.InputStream input)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

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

        public static SendWebhookEventRequest parseDelimitedFrom​(java.io.InputStream input)
                                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

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

        public static SendWebhookEventRequest parseFrom​(com.google.protobuf.CodedInputStream input)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

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

        protected final java.lang.Object dynamicMethod​(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
                                                       java.lang.Object arg0,
                                                       java.lang.Object arg1)
        Specified by:
        dynamicMethod in class com.google.protobuf.GeneratedMessageLite<SendWebhookEventRequest,​SendWebhookEventRequest.Builder>