Class UpdateEntityRequest.Builder

    • Method Detail

      • addAllData

        public UpdateEntityRequest.Builder addAllData​(java.lang.Iterable<? extends Entity> values)
        repeated .streamlayer.triggers.Entity data = 1 [json_name = "data"];
      • removeData

        public UpdateEntityRequest.Builder removeData​(int index)
        repeated .streamlayer.triggers.Entity data = 1 [json_name = "data"];
      • hasOrganizationId

        public boolean hasOrganizationId()
         required for ModerationSubscriptionResponse
         
        optional string organization_id = 2 [json_name = "organizationId"];
        Specified by:
        hasOrganizationId in interface UpdateEntityRequestOrBuilder
        Returns:
        Whether the organizationId field is set.
      • getOrganizationId

        public java.lang.String getOrganizationId()
         required for ModerationSubscriptionResponse
         
        optional string organization_id = 2 [json_name = "organizationId"];
        Specified by:
        getOrganizationId in interface UpdateEntityRequestOrBuilder
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        public com.google.protobuf.ByteString getOrganizationIdBytes()
         required for ModerationSubscriptionResponse
         
        optional string organization_id = 2 [json_name = "organizationId"];
        Specified by:
        getOrganizationIdBytes in interface UpdateEntityRequestOrBuilder
        Returns:
        The bytes for organizationId.
      • setOrganizationId

        public UpdateEntityRequest.Builder setOrganizationId​(java.lang.String value)
         required for ModerationSubscriptionResponse
         
        optional string organization_id = 2 [json_name = "organizationId"];
        Parameters:
        value - The organizationId to set.
        Returns:
        This builder for chaining.
      • clearOrganizationId

        public UpdateEntityRequest.Builder clearOrganizationId()
         required for ModerationSubscriptionResponse
         
        optional string organization_id = 2 [json_name = "organizationId"];
        Returns:
        This builder for chaining.
      • setOrganizationIdBytes

        public UpdateEntityRequest.Builder setOrganizationIdBytes​(com.google.protobuf.ByteString value)
         required for ModerationSubscriptionResponse
         
        optional string organization_id = 2 [json_name = "organizationId"];
        Parameters:
        value - The bytes for organizationId to set.
        Returns:
        This builder for chaining.
      • hasEventId

        public boolean hasEventId()
         required for ModerationSubscriptionResponse
         
        optional string event_id = 3 [json_name = "eventId"];
        Specified by:
        hasEventId in interface UpdateEntityRequestOrBuilder
        Returns:
        Whether the eventId field is set.
      • getEventId

        public java.lang.String getEventId()
         required for ModerationSubscriptionResponse
         
        optional string event_id = 3 [json_name = "eventId"];
        Specified by:
        getEventId in interface UpdateEntityRequestOrBuilder
        Returns:
        The eventId.
      • getEventIdBytes

        public com.google.protobuf.ByteString getEventIdBytes()
         required for ModerationSubscriptionResponse
         
        optional string event_id = 3 [json_name = "eventId"];
        Specified by:
        getEventIdBytes in interface UpdateEntityRequestOrBuilder
        Returns:
        The bytes for eventId.
      • setEventId

        public UpdateEntityRequest.Builder setEventId​(java.lang.String value)
         required for ModerationSubscriptionResponse
         
        optional string event_id = 3 [json_name = "eventId"];
        Parameters:
        value - The eventId to set.
        Returns:
        This builder for chaining.
      • clearEventId

        public UpdateEntityRequest.Builder clearEventId()
         required for ModerationSubscriptionResponse
         
        optional string event_id = 3 [json_name = "eventId"];
        Returns:
        This builder for chaining.
      • setEventIdBytes

        public UpdateEntityRequest.Builder setEventIdBytes​(com.google.protobuf.ByteString value)
         required for ModerationSubscriptionResponse
         
        optional string event_id = 3 [json_name = "eventId"];
        Parameters:
        value - The bytes for eventId to set.
        Returns:
        This builder for chaining.